This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/master-aarch64 in repository toolchain/ci/linux.
from 6e0567b73052 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linu [...] adds 93a2207c254c HID: holtek: fix mouse probing adds 13251ce1dd9b HID: potential dereference of null pointer adds 1c3e979bf3e2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...] adds 53b1119a6e50 NFSD: Fix READDIR buffer overflow new 5dbdc4c565e3 Merge tag 'nfsd-5.16-3' of git://git.kernel.org/pub/scm/li [...] adds 9fb12fe5b93b KVM: x86: remove PMU FIXED_CTR3 from msrs_to_save_all adds 3a0f64de479c KVM: x86/mmu: Don't advance iterator after restart due to [...] adds c5063551bfca KVM: x86: Always set kvm_run->if_flag adds 577e022b7b41 selftests: KVM: Fix non-x86 compiling adds a80dfc025924 KVM: VMX: Always clear vmx->fail on emulation_required adds cd0e615c49e5 KVM: nVMX: Synthesize TRIPLE_FAULT for L2 if emulation is [...] adds 0ff29701ffad KVM: VMX: Fix stale docs for kvm-intel.emulate_invalid_gue [...] adds ab1ef34416a6 KVM: selftests: Add test to verify TRIPLE_FAULT on invalid [...] new fdba608f15e2 KVM: VMX: Wake vCPU when delivering posted IRQ even if vCP [...] new ca0ea8a60b40 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...] adds 544e737dea5a PM: sleep: Fix error handling in dpm_prepare() new 2f47a9a4dfa3 Merge tag 'pm-5.16-rc7' of git://git.kernel.org/pub/scm/li [...]
The 4 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: Documentation/admin-guide/kernel-parameters.txt | 8 +- arch/x86/include/asm/kvm-x86-ops.h | 1 + arch/x86/include/asm/kvm_host.h | 1 + arch/x86/kvm/mmu/tdp_iter.c | 6 ++ arch/x86/kvm/mmu/tdp_iter.h | 6 ++ arch/x86/kvm/mmu/tdp_mmu.c | 29 +++--- arch/x86/kvm/svm/svm.c | 21 +++-- arch/x86/kvm/vmx/vmx.c | 45 ++++++--- arch/x86/kvm/x86.c | 11 +-- drivers/base/power/main.c | 2 +- drivers/hid/hid-holtek-mouse.c | 15 +++ drivers/hid/hid-vivaldi.c | 3 + fs/nfsd/nfs3proc.c | 11 +-- fs/nfsd/nfsproc.c | 8 +- tools/testing/selftests/kvm/.gitignore | 1 + tools/testing/selftests/kvm/Makefile | 1 + tools/testing/selftests/kvm/include/kvm_util.h | 10 +- tools/testing/selftests/kvm/lib/kvm_util.c | 5 + .../kvm/x86_64/vmx_invalid_nested_guest_state.c | 105 +++++++++++++++++++++ 19 files changed, 222 insertions(+), 67 deletions(-) create mode 100644 tools/testing/selftests/kvm/x86_64/vmx_invalid_nested_guest_state.c