This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 03d38806a902 Merge tag 'thermal-6.14-rc5' of git://git.kernel.org/pub/s [...] new 102c51c50db8 KVM: arm64: Fix tcr_el2 initialisation in hVHE mode new fa808ed4e199 KVM: arm64: Ensure a VMID is allocated before programming [...] new 4647c822764d Merge tag 'kvmarm-fixes-6.14-3' of git://git.kernel.org/pu [...] new c7db342e3b47 riscv: KVM: Fix hart suspend status check new e3219b0c491f riscv: KVM: Fix hart suspend_type use new 0611f78f83c9 riscv: KVM: Fix SBI IPI error generation new b90148485299 riscv: KVM: Fix SBI TIME error generation new 351e02b1733b riscv: KVM: Fix SBI sleep_type use new d252435aca44 riscv: KVM: Remove unnecessary vcpu kick new e93d78e05abb Merge tag 'kvm-riscv-fixes-6.14-1' of https://github.com/k [...] new 17bcd7144263 KVM: x86: Free vCPUs before freeing VM state new 982caaa11504 KVM: nVMX: Process events on nested VM-Exit if injectable [...] new cb380909ae3b vhost: return task creation error instead of NULL new 916b7f42b3b3 kvm: retry nx_huge_page_recovery_thread creation new 209cd6f2ca94 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...] new 130ff5c8b78e ata: ahci: Make ahci_ignore_port() handle empty mask_port_map new a2f925a2f622 Revert "ata: libata-core: Add ATA_QUIRK_NOLPM for Samsung [...] new df87d843c6eb Merge tag 'ata-6.14-rc5' of git://git.kernel.org/pub/scm/l [...]
The 18 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_arm.h | 2 +- arch/arm64/include/asm/kvm_host.h | 2 +- arch/arm64/kvm/arm.c | 37 ++++++++++++++---------------- arch/arm64/kvm/vmid.c | 11 +++------ arch/riscv/kvm/aia_imsic.c | 1 - arch/riscv/kvm/vcpu_sbi_hsm.c | 11 ++++----- arch/riscv/kvm/vcpu_sbi_replace.c | 15 ++++++++++--- arch/riscv/kvm/vcpu_sbi_system.c | 3 ++- arch/x86/kvm/mmu/mmu.c | 12 +++++----- arch/x86/kvm/vmx/nested.c | 11 +++++++++ arch/x86/kvm/x86.c | 2 +- drivers/ata/ahci.h | 8 +++++-- drivers/ata/libahci.c | 1 + drivers/ata/libata-core.c | 4 ---- drivers/vhost/vhost.c | 2 +- include/linux/call_once.h | 47 ++++++++++++++++++++++++++++----------- kernel/vhost_task.c | 4 ++-- 17 files changed, 103 insertions(+), 70 deletions(-)