This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from faf68e3523c2 Merge tag 'kbuild-fixes-v6.1-4' of git://git.kernel.org/pu [...] new f391d6ee002e cifs: Use after free in debug code new 502487847743 cifs: fix missing unlock in cifs_file_copychunk_range() new 30a853c1bded Merge tag '6.1-rc6-smb3-fixes' of git://git.samba.org/sfre [...] new 97b6847ac10b KVM: Cap vcpu->halt_poll_ns before halting rather than after new 175d5dc79dcb KVM: Avoid re-reading kvm->max_halt_poll_ns during halt-polling new 9eb8ca049c23 KVM: Obey kvm.halt_poll_ns in VMs not using KVM_CAP_HALT_POLL new 917401f26a6a KVM: x86: nSVM: leave nested mode on vCPU free new 16ae56d7e052 KVM: x86: nSVM: harden svm_free_nested against freeing vmc [...] new f9697df25143 KVM: x86: add kvm_leave_nested new ed129ec9057f KVM: x86: forcibly leave nested mode on vCPU reset new fc6392d51d48 KVM: selftests: move idt_entry to header new 0bd2d3f48704 kvm: selftests: add svm nested shutdown test new 92e7d5c83aff KVM: x86: allow L1 to not intercept triple fault new 8357b9e19bbb KVM: selftests: add svm part to triple_fault_test new 05311ce954ae KVM: x86: remove exit_int_info warning in svm_handle_exit new d79b483193c2 Merge branch 'kvm-svm-harden' into HEAD new 47b0c2e4c220 KVM: x86/mmu: Fix race condition in direct_page_fault new 4ea9439fd537 KVM: x86/xen: Validate port number in SCHEDOP_poll new c2b8cdfaf3a6 KVM: x86/xen: Only do in-kernel acceleration of hypercalls [...] new 8332f0ed4f18 KVM: Update gfn_to_pfn_cache khva when it moves within the [...] new fe08e36be9ec Merge branch 'kvm-dwmw2-fixes' into HEAD new bf82d38c91f8 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...]
The 22 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/x86/kvm/mmu/mmu.c | 13 ++-- arch/x86/kvm/svm/nested.c | 12 +++- arch/x86/kvm/svm/svm.c | 16 +---- arch/x86/kvm/vmx/nested.c | 4 +- arch/x86/kvm/x86.c | 29 +++++++-- arch/x86/kvm/xen.c | 32 +++++++--- fs/cifs/cifsfs.c | 4 +- fs/cifs/sess.c | 4 +- include/linux/kvm_host.h | 1 + tools/testing/selftests/kvm/.gitignore | 1 + tools/testing/selftests/kvm/Makefile | 1 + .../selftests/kvm/include/x86_64/processor.h | 13 ++++ tools/testing/selftests/kvm/lib/x86_64/processor.c | 13 ---- .../kvm/x86_64/svm_nested_shutdown_test.c | 67 ++++++++++++++++++++ .../selftests/kvm/x86_64/triple_fault_event_test.c | 73 +++++++++++++++++----- virt/kvm/kvm_main.c | 52 ++++++++++++--- virt/kvm/pfncache.c | 7 ++- 17 files changed, 256 insertions(+), 86 deletions(-) create mode 100644 tools/testing/selftests/kvm/x86_64/svm_nested_shutdown_test.c