This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 5aaef24b5c6d Merge tag 'for-6.1-rc3-tag' of git://git.kernel.org/pub/sc [...] new 097a4a161238 watchdog: sp805_wdt: fix spelling typo in comment new 82ebbe65d781 drivers: watchdog: exar_wdt.c fix use after free new d79dcde0bc41 Merge tag 'linux-watchdog-6.1-rc4' of git://www.linux-watc [...] new 0469e56a14bf KVM: x86: Mask off reserved bits in CPUID.80000001H new eeb69eab57c6 KVM: x86: Mask off reserved bits in CPUID.80000006H new 7030d8530e53 KVM: x86: Mask off reserved bits in CPUID.80000008H new 079f6889818d KVM: x86: Mask off reserved bits in CPUID.8000001AH new 86c4f0d547f6 KVM: x86: Mask off reserved bits in CPUID.8000001FH new 5aa023667733 KVM: x86: Reduce refcount if single_open() fails in kvm_mm [...] new 180418e2eb33 KVM: debugfs: Return retval of simple_attr_open() if it fails new 44fc40a015af MAINTAINERS: git://github -> https://github.com for kvm-riscv new dea0d5a2fde6 KVM: x86: Exempt pending triple fault from event injection [...] new 1c1a41497ab8 KVM: VMX: fully disable SGX if SECONDARY_EXEC_ENCLS_EXITIN [...] new 52491a38b2c2 KVM: Initialize gfn_to_pfn_cache locks in dedicated helper new ecbcf030b456 KVM: Reject attempts to consume or refresh inactive gfn_to [...] new a51abbbf2531 KVM: selftests: Add tests in xen_shinfo_test to detect lock races new 5addaf530995 KVM: selftests: Mark "guest_saw_irq" as volatile in xen_sh [...] new 5015bb89b582 KVM: x86: emulator: em_sysexit should update ctxt->mode new d087e0f79fa0 KVM: x86: emulator: introduce emulator_recalc_and_set_mode new 055f37f84e30 KVM: x86: emulator: update the emulation mode after rsm new ad8f9e69942c KVM: x86: emulator: update the emulation mode after CR0 write new 696db303e54f KVM: x86: smm: number of GPRs in the SMRAM image depends o [...] new 7353633814f6 KVM: x86/xen: Fix eventfd error handling in kvm_xen_eventf [...] new f526d6a82242 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...]
The 24 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: MAINTAINERS | 2 +- arch/x86/kvm/cpuid.c | 11 +- arch/x86/kvm/debugfs.c | 7 +- arch/x86/kvm/emulate.c | 108 +++++++++++----- arch/x86/kvm/vmx/vmx.c | 5 + arch/x86/kvm/x86.c | 27 +++- arch/x86/kvm/xen.c | 64 +++++----- drivers/watchdog/exar_wdt.c | 4 +- drivers/watchdog/sp805_wdt.c | 2 +- include/linux/kvm_host.h | 24 +++- .../testing/selftests/kvm/x86_64/xen_shinfo_test.c | 142 ++++++++++++++++++++- virt/kvm/kvm_main.c | 13 +- virt/kvm/pfncache.c | 62 ++++++--- 13 files changed, 366 insertions(+), 105 deletions(-)