This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 79a72162048e Merge tag 'xfs-5.16-fixes-2' of git://git.kernel.org/pub/s [...] new cb1d220da0fa KVM: x86/pmu: Fix reserved bits for AMD PerfEvtSeln register new ef8b4b720368 KVM: ensure APICv is considered inactive if there is no APIC new bfbb307c6286 KVM: VMX: Set failure code in prepare_vmcs02() new a955cad84cda KVM: x86/mmu: Retry page fault if root is invalidated by m [...] new 75236f5f2299 KVM: SEV: Return appropriate error codes if SEV-ES scratch [...] new a655276a5949 KVM: SEV: Fall back to vmalloc for SEV-ES scratch area if [...] new ad5b353240c8 KVM: SVM: Do not terminate SEV-ES guests on GHCB validatio [...] new 90bf8d98b422 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...] new 7d697f0d5737 x86/cpu: Drop spurious underscore from RAPTOR_LAKE #define new 52d0b8b18776 x86/fpu/signal: Initialize sw_bytes in save_xstate_epilog() new c7719e793478 x86/tsc: Add a timer to make sure TSC_adjust is always checked new b50db7095fe0 x86/tsc: Disable clocksource watchdog for TSC on qualified [...] new 988f01683c7f objtool: Fix pv_ops noinstr validation new 51523ed1c267 x86/64/mm: Map all kernel memory into trampoline_pgd new 1d5379d04754 x86/sev: Fix SEV-ES INS/OUTS instructions for word, dword, [...] new c07e45553da1 x86/entry: Add a fence for kernel entry SWAPGS in paranoid [...] new 1367afaa2ee9 x86/entry: Use the correct fence macro after swapgs in kernel CR3 new 5c8f6a2e316e x86/xen: Add xenpv_restore_regs_and_return_to_usermode() new f5d54a42d35c Merge tag 'x86_urgent_for_v5.16_rc4' of git://git.kernel.o [...] new e7f2be115f07 sched/cputime: Fix getrusage(RUSAGE_THREAD) with nohz_full new 9ed20bafc858 preempt/dynamic: Fix setup_preempt_mode() return value new 315c4f884800 sched/uclamp: Fix rq->uclamp_max not set on first enqueue new 1d213767dc6f Merge tag 'sched_urgent_for_v5.16_rc4' of git://git.kernel [...] new 53e87e3cdc15 timers/nohz: Last resort update jiffies on nohz_full IRQ entry new 7587a4a5a4f6 Merge tag 'timers_urgent_for_v5.16_rc4' of git://git.kerne [...]
The 25 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/entry/entry_64.S | 35 ++++++------- arch/x86/include/asm/intel-family.h | 2 +- arch/x86/include/asm/kvm_host.h | 1 + arch/x86/include/asm/sev-common.h | 11 ++++ arch/x86/kernel/fpu/signal.c | 2 +- arch/x86/kernel/sev.c | 57 +++++++++++++------- arch/x86/kernel/tsc.c | 28 ++++++++-- arch/x86/kernel/tsc_sync.c | 41 +++++++++++++++ arch/x86/kvm/mmu/mmu.c | 23 +++++++- arch/x86/kvm/mmu/paging_tmpl.h | 3 +- arch/x86/kvm/svm/avic.c | 1 + arch/x86/kvm/svm/pmu.c | 2 +- arch/x86/kvm/svm/sev.c | 102 +++++++++++++++++++++--------------- arch/x86/kvm/vmx/nested.c | 4 +- arch/x86/kvm/vmx/vmx.c | 1 + arch/x86/kvm/x86.c | 9 ++-- arch/x86/realmode/init.c | 12 ++++- arch/x86/xen/xen-asm.S | 20 +++++++ include/linux/sched/cputime.h | 5 +- kernel/sched/core.c | 6 +-- kernel/sched/cputime.c | 12 +++-- kernel/softirq.c | 3 +- kernel/time/tick-sched.c | 7 +++ tools/objtool/elf.c | 1 + tools/objtool/objtool.c | 4 ++ 25 files changed, 289 insertions(+), 103 deletions(-)