This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch stable in repository linux-next.
from bec7dcbc242c Merge tag 'probes-fixes-v6.14' of git://git.kernel.org/pub [...] adds 6c9567e0850b KVM: s390: Don't use %pK through tracepoints adds 0c7fbae5bc78 KVM: s390: Don't use %pK through debug printing adds adb9061ecc02 Merge tag 'kvm-s390-next-6.15-1' of https://git.kernel.org [...] adds 80fd663590cf selftests: kvm: revamp MONITOR/MWAIT tests adds 11934771e7e7 selftests: kvm: bring list of exit reasons up to date adds c57047f6f379 selftests: kvm: list once tests that are valid on all arch [...] adds f3e555ba45da Documentation: KVM: KVM_GET_SUPPORTED_CPUID now exposes TS [...] adds 26cb30f22f9c Documentation: kvm: give correct name for KVM_CAP_SPAPR_MULTITCE adds 2f313018de0f Documentation: kvm: drop "Capability" heading from capabilities adds ed7974fd592b Documentation: kvm: fix some definition lists adds af339282e203 Documentation: kvm: organize capabilities in the right section adds 269a2c3663c6 Documentation: kvm: remove KVM_CAP_MIPS_TE adds 70817b2b4624 Merge branch 'kvm-6.15-rc2-cleanups' into HEAD adds ef01cac401f1 KVM: x86: Acquire SRCU in KVM_GET_MP_STATE to protect gues [...] adds 0297cdc12a87 KVM: selftests: Add option to rseq test to override /dev/c [...] adds 81d480fdf8b7 KVM: x86/mmu: Wrap sanity check on number of TDP MMU pages [...] adds 459a35111b0a KVM: Allow building irqbypass.ko as as module when kvm.ko [...] adds bc52ae0a708c KVM: x86: Explicitly zero-initialize on-stack CPUID unions adds 369348e1d8ce Merge branch 'kvm-6.15-rc2-fixes' into HEAD adds 6bad6ecc63b7 KVM: VMX: Assert that IRQs are disabled when putting vCPU [...] adds c0b8dcabb2cd KVM: VMX: Use separate subclasses for PI wakeup lock to sq [...] adds c77eee50caa2 Merge branch 'kvm-pi-fix-lockdep' into HEAD adds acfcaf90db1f smccc: kvm_guest: Align with DISCOVER_IMPL_CPUS ABI adds 1f5bdd3b0c70 smccc: kvm_guest: Remove unneeded semicolon adds fb8a3eba9c81 KVM: arm64: Only read HPFAR_EL2 when value is architectura [...] adds 1cf3e126f152 arm64: Convert HPFAR_EL2 to sysreg table adds 26fbdf369227 KVM: arm64: Don't translate FAR if invalid/unsafe adds d8d78398e550 KVM: arm64: selftests: Introduce and use hardware-definiti [...] adds c8631ea59b65 KVM: arm64: selftests: Explicitly set the page attrs to In [...] adds a344e258acb0 KVM: arm64: Use acquire/release to communicate FF-A versio [...] adds c478032df078 Merge tag 'kvmarm-fixes-6.15-1' of https://git.kernel.org/ [...] adds 0e8863244ef5 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...] adds 14e594a1fc8b kunit: tool: fix count of tests if late test plan adds d1be0cf3b8ae kunit: Spelling s/slowm/slow/ adds a24588245776 Merge tag 'linux_kselftest-kunit-6.15-rc2' of git://git.ke [...]
No new revisions were added by this update.
Summary of changes: Documentation/virt/kvm/api.rst | 789 ++++++++++----------- arch/arm64/include/asm/esr.h | 44 +- arch/arm64/include/asm/kvm_emulate.h | 7 +- arch/arm64/include/asm/kvm_ras.h | 2 +- arch/arm64/kvm/hyp/include/hyp/fault.h | 70 +- arch/arm64/kvm/hyp/nvhe/ffa.c | 9 +- arch/arm64/kvm/hyp/nvhe/mem_protect.c | 9 +- arch/arm64/kvm/mmu.c | 31 +- arch/arm64/tools/sysreg | 7 + arch/s390/kvm/intercept.c | 2 +- arch/s390/kvm/interrupt.c | 8 +- arch/s390/kvm/kvm-s390.c | 10 +- arch/s390/kvm/trace-s390.h | 4 +- arch/x86/include/asm/kvm_host.h | 7 +- arch/x86/kvm/cpuid.c | 8 +- arch/x86/kvm/mmu/tdp_mmu.c | 8 +- arch/x86/kvm/vmx/posted_intr.c | 37 +- arch/x86/kvm/x86.c | 4 + drivers/firmware/smccc/kvm_guest.c | 4 +- include/kunit/test.h | 2 +- include/linux/kvm_host.h | 2 +- tools/testing/kunit/kunit_parser.py | 4 + tools/testing/kunit/kunit_tool_test.py | 4 +- tools/testing/selftests/kvm/Makefile.kvm | 45 +- .../testing/selftests/kvm/arm64/page_fault_test.c | 2 +- .../selftests/kvm/include/arm64/processor.h | 67 +- tools/testing/selftests/kvm/lib/arm64/processor.c | 60 +- tools/testing/selftests/kvm/lib/kvm_util.c | 5 +- tools/testing/selftests/kvm/rseq_test.c | 31 +- .../testing/selftests/kvm/x86/monitor_mwait_test.c | 108 +-- virt/kvm/Kconfig | 2 +- virt/kvm/eventfd.c | 10 +- 32 files changed, 792 insertions(+), 610 deletions(-)