This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 1c3e979bf3e2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...] new 53b1119a6e50 NFSD: Fix READDIR buffer overflow new 5dbdc4c565e3 Merge tag 'nfsd-5.16-3' of git://git.kernel.org/pub/scm/li [...] new 9fb12fe5b93b KVM: x86: remove PMU FIXED_CTR3 from msrs_to_save_all new 3a0f64de479c KVM: x86/mmu: Don't advance iterator after restart due to [...] new c5063551bfca KVM: x86: Always set kvm_run->if_flag new 577e022b7b41 selftests: KVM: Fix non-x86 compiling new a80dfc025924 KVM: VMX: Always clear vmx->fail on emulation_required new cd0e615c49e5 KVM: nVMX: Synthesize TRIPLE_FAULT for L2 if emulation is [...] new 0ff29701ffad KVM: VMX: Fix stale docs for kvm-intel.emulate_invalid_gue [...] new 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 [...] new 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 14 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 +- 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