This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_gcc/master-aarch64 in repository toolchain/ci/linux.
from 1c3e979bf3e2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...] adds 53b1119a6e50 NFSD: Fix READDIR buffer overflow adds 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 [...] adds fdba608f15e2 KVM: VMX: Wake vCPU when delivering posted IRQ even if vCP [...] adds ca0ea8a60b40 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...] adds 544e737dea5a PM: sleep: Fix error handling in dpm_prepare() adds 2f47a9a4dfa3 Merge tag 'pm-5.16-rc7' of git://git.kernel.org/pub/scm/li [...]
No new revisions were added by this update.
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 +- 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 +++++++++++++++++++++ 17 files changed, 204 insertions(+), 67 deletions(-) create mode 100644 tools/testing/selftests/kvm/x86_64/vmx_invalid_nested_guest_state.c