Linus Torvalds
c75597caad
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
...
Pull kvm fixes from Paolo Bonzini:
"s390:
- Fix S390_USER_OPEREXEC so it can now be enabled regardless of other
unrelated capabilities
- Fix handling of the _PAGE_UNUSED pte bit that could lead to guest
memory corruption in some scenarios
- A bunch of misc gmap fixes (locking, behaviour under memory
pressure)
- Fix CMMA dirty tracking
x86:
- Tidy up some WARN_ON() and BUG_ON(), replacing them with
WARN_ON_ONCE() or KVM_BUG_ON(). All of these have obviously never
triggered, or somebody would have been annoyed earlier, but still...
- Fix missing interrupt due to stale CR8 intercept
- Add a statistic that can come in handy to debug leaks as well as
the vulnerability to a class of recently-discovered issues
- Do not ask arch/x86/kernel to export
default_cpu_present_to_apicid() just for KVM"
* tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm: (22 commits)
x86/apic: KVM: Use cpu_physical_id() to get APIC ID of running vCPU for AVIC
KVM: x86/mmu: Expose number of shadow MMU shadow pages as a stat
KVM: x86: Unconditionally recompute CR8 intercept on PPR update
KVM: VMX: Grab vmcs12 on CR8 interception update iff vCPU is in guest mode
KVM: x86: WARN (once) if RTC pending EOI tracking goes off the rails
KVM: x86: WARN and fail kvm_set_irq() if a PIC or I/O APIC vector is invalid
KVM: x86: Bug the VM, not the kernel, if the ISR count {under,over}flows
KVM: x86/mmu: Bug the VM, not the host kernel, if KVM write-protects upper SPTEs
KVM: x86: Replace BUG_ON() with WARN_ON_ONCE() on "bad" nested GPA translation
KVM: Replace guest-triggerable BUG_ON() in ioeventfd datamatch with get_unaligned()
KVM: s390: Return failure in case of failure in kvm_s390_set_cmma_bits()
KVM: s390: selftests: Fix cmma selftest
KVM: s390: Fix cmma dirty tracking
KVM: s390: Fix locking in kvm_s390_set_mem_control()
KVM: s390: Fix handle_{sske,pfmf} under memory pressure
KVM: s390: Fix code typo in gmap_protect_asce_top_level()
KVM: s390: Do not set special large pages dirty
KVM: s390: Fix dat_peek_cmma() overflow
s390/mm: Fix handling of _PAGE_UNUSED pte bit
KVM: s390: Fix typo in UCONTROL documentation
...
2026-06-25 10:21:13 -07:00
..
2026-03-06 11:37:59 +01:00
2026-06-03 19:05:58 -07:00
2025-12-14 09:19:42 +01:00
2026-05-08 07:33:03 +02:00
2026-04-27 15:13:38 -07:00
2025-05-31 09:40:40 +02:00
2025-12-14 08:46:53 +01:00
2026-02-10 19:34:26 -08:00
2026-06-15 15:25:17 +05:30
2022-04-07 08:27:54 -07:00
2026-05-28 20:01:25 +00:00
2026-05-06 14:29:59 +02:00
2023-02-13 22:13:12 +01:00
2025-12-03 19:42:37 +01:00
2026-01-12 11:26:52 +01:00
2026-04-04 00:56:40 +02:00
2025-04-13 09:52:42 +02:00
2025-09-08 15:38:06 +02:00
2025-03-21 08:34:28 +01:00
2025-12-03 16:53:19 +01:00
2025-03-04 11:21:40 +01:00
2025-03-19 11:26:58 +01:00
2025-03-19 11:26:58 +01:00
2023-08-30 10:11:16 +02:00
2025-02-28 10:18:26 +01:00
2025-10-11 10:51:14 -07:00
2025-09-03 18:05:42 +02:00
2023-03-30 12:58:51 -06:00
2026-04-27 12:02:57 -07:00
2023-06-16 10:15:59 +02:00
2023-10-10 14:38:18 +02:00
2025-06-29 14:24:46 +02:00
2026-02-23 11:19:11 +01:00
2026-01-05 10:14:05 -08:00
2022-10-03 14:03:24 -07:00
2026-02-27 16:40:09 +01:00
2024-07-31 21:46:35 +02:00
2025-09-08 15:38:06 +02:00
2025-09-08 15:38:06 +02:00
2025-09-08 15:38:06 +02:00
2025-04-12 11:13:05 +02:00
2022-05-31 14:10:54 -07:00
2025-03-19 11:17:03 +01:00
2022-12-15 10:37:26 -08:00
2026-04-06 16:55:15 +02:00
2026-05-28 18:41:32 -07:00
2026-06-19 08:56:49 -07:00
2025-11-24 16:08:18 -05:00
2024-03-26 11:14:12 -07:00
2021-06-07 12:14:45 +02:00
2025-03-19 11:47:30 +01:00
2025-06-24 13:15:52 -07:00
2026-05-19 20:25:51 +02:00
2026-05-19 20:25:51 +02:00
2025-11-20 14:03:42 -08:00
2023-02-15 12:35:20 +01:00
2022-07-22 17:24:47 -05:00
2023-05-18 11:56:18 -07:00
2026-01-13 16:37:58 -08:00
2025-02-28 10:18:26 +01:00
2026-05-05 09:31:28 +02:00
2026-05-27 15:20:06 -07:00
2021-01-06 08:40:56 -05:00
2026-05-19 20:25:51 +02:00
2026-05-20 11:18:27 -04:00
2024-08-25 16:07:51 +02:00
2025-03-19 11:47:30 +01:00
2026-03-22 08:43:23 +01:00
2024-05-19 14:36:19 -07:00
2025-03-19 11:47:30 +01:00
2026-05-19 20:25:51 +02:00
2026-03-30 09:10:15 +02:00
2026-01-30 13:40:08 -08:00
2026-06-03 11:38:52 +02:00
2025-11-04 08:28:29 +01:00
2022-04-18 07:21:10 +02:00
2021-10-28 23:25:26 +02:00
2023-01-13 10:07:27 +01:00
2026-05-26 16:21:12 +02:00
2026-01-12 11:26:52 +01:00
2025-01-13 23:07:18 +01:00
2022-08-30 10:56:22 +02:00
2026-05-26 16:21:12 +02:00
2022-11-17 13:58:32 +01:00
2025-09-15 14:06:44 +02:00
2023-10-27 20:36:49 +02:00
2024-04-02 15:01:40 +02:00
2025-09-04 21:59:09 +02:00
2026-05-04 11:18:41 +02:00
2025-08-18 17:15:02 +02:00
2025-09-03 18:06:04 +02:00
2025-10-16 11:13:47 +02:00
2025-10-16 11:13:48 +02:00
2025-03-19 11:47:30 +01:00
2025-11-07 15:08:22 +01:00
2022-02-15 17:47:11 +01:00
2025-01-15 16:26:30 +02:00
2025-06-11 10:56:06 +03:00
2026-05-21 11:28:22 -07:00
2023-03-22 11:08:40 -07:00
2024-02-15 22:07:39 +01:00
2026-03-22 08:43:23 +01:00
2024-01-29 17:19:28 +01:00
2025-04-01 20:31:39 +02:00
2025-12-18 22:59:40 +01:00
2025-12-03 19:42:37 +01:00
2025-12-17 13:31:05 +01:00
2023-11-23 11:32:29 +01:00
2024-02-08 08:45:35 -05:00
2022-11-17 15:15:22 +01:00
2026-03-22 08:42:44 +01:00
2025-12-03 19:42:37 +01:00
2025-03-19 11:47:30 +01:00
2026-05-21 08:20:58 -04:00
2025-09-05 10:40:40 -07:00
2026-02-02 18:43:55 -08:00
2024-01-25 23:52:21 -08:00
2023-11-10 19:59:05 +09:00
2026-06-24 07:52:24 -04:00
2023-08-31 14:08:19 -04:00
2025-09-11 08:57:16 -07:00
2025-11-12 15:29:38 -08:00
2026-05-30 22:41:39 +02:00
2026-05-27 17:19:21 -07:00
2026-05-27 18:57:36 -07:00
2024-02-07 17:05:21 +01:00
2026-02-23 11:19:11 +01:00
2026-03-08 19:56:49 +01:00
2022-08-14 11:24:29 +02:00
2026-05-26 16:21:12 +02:00
2025-04-12 11:13:05 +02:00
2022-11-10 13:12:45 +01:00
2026-05-06 14:29:59 +02:00
2023-09-06 23:50:46 +02:00
2026-03-06 06:21:27 +01:00
2025-05-06 11:28:57 +02:00
2025-06-11 11:20:51 +02:00
2024-05-06 17:39:09 +02:00
2026-01-12 11:26:52 +01:00
2022-12-05 22:22:34 +01:00
2026-06-12 10:11:09 +02:00
2026-06-08 13:16:35 +02:00
2025-08-22 19:37:11 +02:00
2025-08-22 13:52:21 +02:00
2025-04-01 22:26:21 +02:00
2025-03-19 11:47:30 +01:00
2025-12-06 11:56:51 -08:00
2026-03-04 16:35:08 +01:00
2023-06-16 17:17:42 +02:00
2026-03-18 09:38:52 +01:00
2025-04-09 22:02:30 +02:00
2026-01-20 19:24:40 -08:00
2025-05-17 10:38:16 +02:00
2026-01-20 19:24:40 -08:00
2026-04-05 13:53:40 -07:00
2026-01-20 19:24:39 -08:00
2026-06-08 09:21:06 +02:00
2026-03-22 08:43:05 +01:00
2026-01-15 11:44:29 +01:00
2026-06-08 09:21:06 +02:00
2021-08-10 23:31:43 +02:00
2022-06-17 14:24:14 -05:00
2024-01-30 15:17:12 +01:00
2026-06-03 11:38:48 +02:00
2026-06-03 11:38:48 +02:00
2024-02-15 22:07:45 +01:00
2026-05-27 18:57:36 -07:00
2025-04-23 07:49:14 -07:00
2025-03-19 11:47:30 +01:00
2026-01-12 11:26:52 +01:00
2025-08-27 22:45:44 -07:00
2026-03-03 14:21:44 +01:00
2022-12-15 10:37:26 -08:00
2025-07-31 14:57:54 -07:00
2025-04-17 10:39:25 -07:00
2023-02-02 22:33:10 -08:00
2025-04-17 10:39:25 -07:00
2024-01-10 10:52:28 +01:00
2025-03-19 11:47:30 +01:00
2026-05-23 01:50:32 -07:00
2026-04-05 13:52:57 -07:00
2021-12-19 22:44:34 +01:00
2021-02-15 20:09:46 +01:00
2025-04-24 11:19:41 -07:00
2025-03-04 20:30:33 +01:00
2021-08-10 23:31:43 +02:00
2024-01-10 10:52:28 +01:00
2026-06-15 15:25:17 +05:30
2025-03-19 11:47:30 +01:00
2025-02-21 22:32:25 +01:00
2025-03-19 11:47:30 +01:00
2026-01-12 18:58:28 +01:00
2026-05-07 13:19:16 +02:00
2025-03-19 11:47:30 +01:00
2024-09-13 17:28:35 +02:00
2024-04-24 11:48:08 +02:00
2026-01-13 14:57:45 +01:00
2025-07-24 16:55:11 -07:00
2026-03-04 08:52:49 -08:00
2025-09-15 11:55:50 +02:00
2025-09-08 15:38:06 +02:00
2025-03-19 08:03:05 -07:00
2026-02-23 11:19:12 +01:00
2026-06-03 08:59:43 -07:00
2024-03-22 09:37:09 +01:00
2024-12-06 10:41:59 +01:00
2026-03-30 09:10:16 +02:00
2026-01-13 15:28:59 +01:00
2025-03-19 11:47:30 +01:00
2025-09-03 18:00:01 +02:00
2025-09-04 13:12:51 +02:00
2026-05-08 20:28:49 +02:00
2025-11-14 15:30:32 -08:00
2025-09-30 11:11:21 -07:00
2023-06-16 10:16:00 +02:00
2025-06-09 08:50:58 -07:00
2025-09-08 15:38:06 +02:00
2025-04-16 15:36:23 +08:00
2025-12-06 11:56:51 -08:00
2026-04-06 16:55:15 +02:00
2021-02-10 23:34:17 +01:00
2024-09-03 21:15:32 -07:00
2025-04-10 11:59:28 +02:00
2025-09-08 15:38:06 +02:00
2026-01-12 11:26:52 +01:00
2025-03-04 20:30:33 +01:00
2021-09-21 13:57:43 +02:00
2025-12-03 19:42:37 +01:00
2026-06-18 16:37:13 -07:00
2025-12-08 15:32:15 -08:00
2025-11-18 10:38:26 -08:00
2025-05-02 10:23:47 +02:00
2025-05-02 10:23:47 +02:00
2026-05-10 14:55:07 +02:00
2025-05-02 10:36:36 +02:00
2025-02-28 10:18:26 +01:00
2024-12-13 09:28:32 +01:00
2024-01-24 11:49:19 +01:00
2025-05-11 17:48:15 -07:00
2026-06-03 08:59:24 -07:00
2026-06-19 08:56:49 -07:00
2025-08-18 14:23:04 +02:00
2021-05-31 22:32:26 +02:00
2026-01-20 19:24:35 -08:00
2026-03-20 13:36:32 +01:00
2026-01-12 18:47:39 +01:00
2026-06-11 10:25:34 +02:00
2025-03-19 11:12:29 +01:00
2025-03-19 21:56:42 +01:00
2026-03-06 06:21:27 +01:00
2026-05-28 20:01:25 +00:00
2026-06-11 10:25:34 +02:00
2024-01-29 17:26:56 +01:00
2024-01-25 19:10:29 +01:00
2026-02-23 11:19:11 +01:00
2026-06-11 10:25:34 +02:00
2026-03-30 15:05:57 -07:00
2026-03-30 15:05:57 -07:00
2026-03-30 15:05:57 -07:00
2023-06-06 18:31:37 +02:00
2024-07-10 14:23:38 +02:00
2025-03-19 11:47:30 +01:00
2025-12-17 13:31:08 +01:00
2022-03-28 19:38:51 -07:00
2025-10-29 10:29:58 +01:00
2022-01-30 21:17:00 -05:00
2022-01-30 21:17:00 -05:00
2026-06-03 11:38:52 +02:00
2026-05-06 08:02:10 +02:00
2024-07-03 21:27:04 +02:00
2025-09-10 09:35:33 -05:00
2026-03-04 08:52:52 -08:00
2024-03-29 14:24:50 +01:00
2021-04-30 11:20:40 -07:00
2026-02-06 14:51:03 -08:00
2026-06-19 08:56:49 -07:00
2024-07-15 20:25:16 -07:00
2026-03-19 15:11:13 -07:00
2024-06-19 12:35:18 -07:00
2026-05-28 20:01:25 +00:00