This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 8b789f2b7602 Merge tag 'mm-hotfixes-stable-2025-09-17-21-10' of git://g [...] new c45601306aa5 um: Don't mark stack executable new 7ebf70cf1816 um: virtio_uml: Fix use-after-free after put_device in probe new df447a3b4a4b um: Fix FD copy size in os_rcv_fd_msg() new f03e578c8afe Merge tag 'uml-for-6.17-rc7' of git://git.kernel.org/pub/s [...] new 8822e8be86d4 platform/x86/amd/pmc: Add MECHREVO Yilong15Pro to spurious [...] new fba9d5448bd4 platform/x86: oxpec: Add support for OneXPlayer X1Pro EVA-02 new d857d09fb653 platform/x86: oxpec: Add support for AOKZOE A1X new 1b09d0886627 platform/x86/amd/pmf: Support new ACPI ID AMDI0108 new 225d1ee0f5ba platform/x86: asus-wmi: Re-add extra keys to ignore_key_wl [...] new 604530cd9a5b Merge tag 'platform-drivers-x86-v6.17-4' of git://git.kern [...] new 34b8f4adedd5 KVM: arm64: Mark freed S2 MMUs as invalid new 860b21c31d16 KVM: arm64: nv: fix VNCR TLB ASID match logic for non-Glob [...] new efad60e46057 KVM: arm64: Initialize PMSCR_EL1 when in VHE new da2e743419cb KVM: arm64: VHE: Save and restore host MDCR_EL2 value correctly new 7d6ca84aa985 KVM: arm64: vgic: Drop stale comment on IRQ active state new 3a08a6ca7c37 KVM: arm64: vgic-v3: Use bare refcount for VGIC LPIs new 0a4aedf2bd30 KVM: arm64: Spin off release helper from vgic_put_irq() new d54594accf73 KVM: arm64: vgic-v3: Erase LPIs from xarray outside of raw [...] new 982f31bbb5b0 KVM: arm64: vgic-v3: Don't require IRQs be disabled for LP [...] new 13bba09beb5f KVM: arm64: vgic-v3: Indicate vgic_put_irq() may take LPI [...] new ebb2d8fd81b8 KVM: arm64: nv: Fix incorrect VNCR invalidation range calculation new 2dc720e60631 KVM: arm64: Fix parameter ordering for VBAR_EL1 assignment new 51d165e92a70 KVM: arm64: Remove stage 2 read fault check new c04f17412991 KVM: arm64: vgic: fix incorrect spinlock API usage new fc670ad5966f Revert "KVM: arm64: Reschedule as needed when destroying t [...] new e6157256ee1a Revert "KVM: arm64: Split kvm_pgtable_stage2_destroy()" new 7d862707d6af Merge tag 'kvmarm-fixes-6.17-2' of https://git.kernel.org/ [...] new d02e48830e3f KVM: SVM: Sync TPR from LAPIC into VMCB::V_TPR even if AVI [...] new f6f43a533875 Merge tag 'kvm-x86-fixes-6.17-rcN' of https://github.com/k [...] new de4da7bd5c51 KVM: s390: Fix access to unavailable adapter indicator pag [...] new 185d903064f8 KVM: s390: Fix incorrect usage of mmu_notifier_register() new 5f9df945d4e8 KVM: s390: Fix FOLL_*/FAULT_FLAG_* confusion new ecd42dd170ea Merge tag 'kvm-s390-master-6.17-1' of https://git.kernel.o [...] new 86cc796e5e9b Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...]
The 34 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: arch/arm64/include/asm/kvm_host.h | 1 + arch/arm64/include/asm/kvm_pgtable.h | 30 ------------ arch/arm64/include/asm/kvm_pkvm.h | 4 +- arch/arm64/kvm/arm.c | 4 +- arch/arm64/kvm/debug.c | 13 +++++ arch/arm64/kvm/hyp/include/hyp/switch.h | 5 -- arch/arm64/kvm/hyp/nvhe/switch.c | 6 +++ arch/arm64/kvm/hyp/nvhe/sys_regs.c | 2 +- arch/arm64/kvm/hyp/pgtable.c | 25 ++-------- arch/arm64/kvm/mmu.c | 45 +++-------------- arch/arm64/kvm/nested.c | 6 +-- arch/arm64/kvm/pkvm.c | 11 +---- arch/arm64/kvm/vgic/vgic-debug.c | 2 +- arch/arm64/kvm/vgic/vgic-init.c | 6 +-- arch/arm64/kvm/vgic/vgic-its.c | 15 +++--- arch/arm64/kvm/vgic/vgic-v4.c | 2 +- arch/arm64/kvm/vgic/vgic.c | 80 ++++++++++++++++++++++--------- arch/arm64/kvm/vgic/vgic.h | 8 ++-- arch/s390/kvm/interrupt.c | 15 ++++-- arch/s390/kvm/kvm-s390.c | 24 +++++----- arch/s390/kvm/pv.c | 16 +++++-- arch/um/drivers/virtio_uml.c | 6 ++- arch/um/os-Linux/file.c | 2 +- arch/um/os-Linux/util.c | 3 +- arch/x86/kvm/svm/svm.c | 3 +- drivers/platform/x86/amd/pmc/pmc-quirks.c | 8 ++++ drivers/platform/x86/amd/pmf/core.c | 1 + drivers/platform/x86/asus-nb-wmi.c | 2 + drivers/platform/x86/oxpec.c | 14 ++++++ include/kvm/arm_vgic.h | 9 ++-- 30 files changed, 186 insertions(+), 182 deletions(-)