This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 9886142c7a22 Merge tag 'input-for-v5.19-rc1' of git://git.kernel.org/pu [...] new dda5384313a4 KEYS: trusted: tpm2: Fix migratable logic new 32d380a7ef02 Merge tag 'tpmdd-next-v5.19-rc2-v2' of git://git.kernel.or [...] new e8bc24270188 KVM: Don't null dereference ops->destroy new 3e684903a857 entry/kvm: Exit to user mode when TIF_NOTIFY_SIGNAL is set new cf4a8693d97a KVM: x86/mmu: Check every prev_roots in __kvm_mmu_free_obs [...] new 1df931d95f4d x86: drop bogus "cc" clobber from __try_cmpxchg_user_asm() new 5ba7c4c6d1c7 KVM: x86/MMU: Zap non-leaf SPTEs when disabling dirty logging new eae260be3a01 KVM: selftests: Make hyperv_clock selftest more stable new 11d39e8cc43e KVM: SVM: fix tsc scaling cache logic new 54aa83c90198 KVM: x86: do not set st->preempted when going back to user space new 6cd88243c7e0 KVM: x86: do not report a vCPU as preempted outside instru [...] new 34f4335c16a5 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...]
The 12 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/include/asm/kvm_host.h | 3 ++ arch/x86/include/asm/uaccess.h | 2 +- arch/x86/kvm/mmu/mmu.c | 2 +- arch/x86/kvm/mmu/tdp_iter.c | 9 +++++ arch/x86/kvm/mmu/tdp_iter.h | 1 + arch/x86/kvm/mmu/tdp_mmu.c | 38 +++++++++++++++--- arch/x86/kvm/svm/nested.c | 4 +- arch/x86/kvm/svm/svm.c | 34 ++++++++++------ arch/x86/kvm/svm/svm.h | 2 +- arch/x86/kvm/vmx/vmx.c | 1 + arch/x86/kvm/x86.c | 48 +++++++++++++++++------ arch/x86/kvm/xen.h | 6 ++- kernel/entry/kvm.c | 6 --- security/keys/trusted-keys/trusted_tpm2.c | 4 +- tools/testing/selftests/kvm/x86_64/hyperv_clock.c | 10 +++-- virt/kvm/kvm_main.c | 5 ++- 16 files changed, 126 insertions(+), 49 deletions(-)