This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 58720809f527 Linux 6.6-rc6 new f87ef5723536 KVM: s390: fix gisa destroy operation might lead to cpu stalls new 4bcd9bc629a5 Merge tag 'kvm-s390-master-6.6-1' of git://git.kernel.org/ [...] new 18164f66e6c5 x86/fpu: Allow caller to constrain xfeatures when copying [...] new 8647c52e9504 KVM: x86: Constrain guest-supported xfeatures only at KVM_ [...] new 60d351f18f7a KVM: selftests: Touch relevant XSAVE state in guest for st [...] new 777098207873 KVM: selftests: Load XSAVE state into untouched vCPU durin [...] new 87e3ca055cdc KVM: selftests: Force load all supported XSAVE state in st [...] new b65235f6e102 x86: KVM: SVM: always update the x2avic msr interception new 2dcf37abf9d3 x86: KVM: SVM: add support for Invalid IPI Vector interception new 3fdc6087df3b x86: KVM: SVM: refresh AVIC inhibition in svm_leave_nested() new 3e9346734661 KVM: SVM: Fix build error when using -Werror=unused-but-se [...] new e2145c99b53e KVM: MIPS: fix -Wunused-but-set-variable warning new 60197a4631b9 KVM: arm64: pmu: Drop redundant check for non-NULL kvm_pmu_events new 0fd76865006d KVM: arm64: Add nPIR{E0}_EL1 to HFG traps new 839d90357b7c KVM: arm64: POR{E0}_EL1 do not need trap handlers new 9404673293b0 KVM: arm64: timers: Correctly handle TGE flip with CNTPOFF_EL2 new 24422df3fb86 Merge tag 'kvmarm-fixes-6.6-2' of git://git.kernel.org/pub [...] new b29a2acd36dd KVM: x86/pmu: Truncate counter value to allowed width on write new a16eb25b09c0 KVM: x86: Mask LVTPC when handling a PMI new 73554b29bd70 KVM: x86/pmu: Synthesize at most one PMI per VM-exit new 88e4cd893f5f Merge tag 'kvm-x86-pmu-6.6-fixes' of https://github.com/kv [...] new b15e7490a1ef KVM: selftests: Treat %llx like %lx when formatting guest printf new 332c4d90a09c KVM: selftests: Remove obsolete and incorrect test case metadata new 6313e096dbfa KVM: selftests: Zero-initialize entire test_result in mems [...] new 2b3f2325e71f Merge tag 'kvm-x86-selftests-6.6-fixes' of https://github. [...] new 86d6a628a281 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...] new 2a86ac30a668 Documentation: probes: Add a new ret_ip callback parameter new 700b2b439766 fprobe: Fix to ensure the number of active retprobes is not zero new 213f891525c2 Merge tag 'probes-fixes-v6.6-rc6' of git://git.kernel.org/ [...]
The 29 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/trace/fprobe.rst | 8 +- arch/arm64/include/asm/kvm_arm.h | 4 +- arch/arm64/kvm/arch_timer.c | 13 +-- arch/arm64/kvm/emulate-nested.c | 2 + arch/arm64/kvm/hyp/vhe/switch.c | 44 +++++++++ arch/arm64/kvm/pmu.c | 4 +- arch/arm64/kvm/sys_regs.c | 4 +- arch/mips/kvm/mmu.c | 3 +- arch/s390/kvm/interrupt.c | 16 ++- arch/x86/include/asm/fpu/api.h | 3 +- arch/x86/include/asm/kvm_host.h | 1 - arch/x86/include/asm/svm.h | 1 + arch/x86/kernel/fpu/core.c | 5 +- arch/x86/kernel/fpu/xstate.c | 12 +-- arch/x86/kernel/fpu/xstate.h | 3 +- arch/x86/kvm/cpuid.c | 8 -- arch/x86/kvm/lapic.c | 8 +- arch/x86/kvm/pmu.c | 27 +---- arch/x86/kvm/pmu.h | 6 ++ arch/x86/kvm/svm/avic.c | 5 +- arch/x86/kvm/svm/nested.c | 3 + arch/x86/kvm/svm/pmu.c | 2 +- arch/x86/kvm/svm/svm.c | 5 +- arch/x86/kvm/vmx/pmu_intel.c | 4 +- arch/x86/kvm/x86.c | 40 +++++--- include/kvm/arm_arch_timer.h | 7 ++ kernel/trace/fprobe.c | 6 +- tools/testing/selftests/kvm/include/ucall_common.h | 2 - .../selftests/kvm/include/x86_64/processor.h | 23 +++++ tools/testing/selftests/kvm/lib/guest_sprintf.c | 7 ++ tools/testing/selftests/kvm/lib/x86_64/apic.c | 2 - tools/testing/selftests/kvm/memslot_perf_test.c | 9 +- .../testing/selftests/kvm/x86_64/hyperv_svm_test.c | 2 - .../selftests/kvm/x86_64/nx_huge_pages_test.c | 2 - .../selftests/kvm/x86_64/nx_huge_pages_test.sh | 1 - tools/testing/selftests/kvm/x86_64/state_test.c | 110 ++++++++++++++++++++- .../selftests/kvm/x86_64/tsc_scaling_sync.c | 4 - .../testing/selftests/kvm/x86_64/xen_shinfo_test.c | 4 - 38 files changed, 285 insertions(+), 125 deletions(-)