This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_gdb/master-arm in repository toolchain/ci/linux.
from bbef3c7a63d2 Merge tag 'block-5.16-2021-12-03' of git://git.kernel.dk/l [...] adds 65de262a209d cifs: fix missed refcounting of ipc tcon adds 5bf91ef03d98 cifs: wait for tcon resource_id before getting fscache super adds 2adc82006bcb cifs: add server conn_id to fscache client cookie adds bbb9db5e2a7a cifs: avoid use of dstaddr as key for fscache client cookie adds 23b55d673d75 Merge tag '5.16-rc3-smb3-fixes' of git://git.samba.org/sfr [...] adds e445976537ad xfs: remove incorrect ASSERT in xfs_rename adds 79a72162048e Merge tag 'xfs-5.16-fixes-2' of git://git.kernel.org/pub/s [...] adds cb1d220da0fa KVM: x86/pmu: Fix reserved bits for AMD PerfEvtSeln register adds ef8b4b720368 KVM: ensure APICv is considered inactive if there is no APIC adds bfbb307c6286 KVM: VMX: Set failure code in prepare_vmcs02() adds a955cad84cda KVM: x86/mmu: Retry page fault if root is invalidated by m [...] adds 75236f5f2299 KVM: SEV: Return appropriate error codes if SEV-ES scratch [...] adds a655276a5949 KVM: SEV: Fall back to vmalloc for SEV-ES scratch area if [...] adds ad5b353240c8 KVM: SVM: Do not terminate SEV-ES guests on GHCB validatio [...] adds 90bf8d98b422 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...] adds 7d697f0d5737 x86/cpu: Drop spurious underscore from RAPTOR_LAKE #define adds 52d0b8b18776 x86/fpu/signal: Initialize sw_bytes in save_xstate_epilog() adds c7719e793478 x86/tsc: Add a timer to make sure TSC_adjust is always checked adds b50db7095fe0 x86/tsc: Disable clocksource watchdog for TSC on qualified [...] adds 988f01683c7f objtool: Fix pv_ops noinstr validation adds 51523ed1c267 x86/64/mm: Map all kernel memory into trampoline_pgd adds 1d5379d04754 x86/sev: Fix SEV-ES INS/OUTS instructions for word, dword, [...] adds c07e45553da1 x86/entry: Add a fence for kernel entry SWAPGS in paranoid [...] adds 1367afaa2ee9 x86/entry: Use the correct fence macro after swapgs in kernel CR3 adds 5c8f6a2e316e x86/xen: Add xenpv_restore_regs_and_return_to_usermode() adds f5d54a42d35c Merge tag 'x86_urgent_for_v5.16_rc4' of git://git.kernel.o [...] adds e7f2be115f07 sched/cputime: Fix getrusage(RUSAGE_THREAD) with nohz_full adds 9ed20bafc858 preempt/dynamic: Fix setup_preempt_mode() return value adds 315c4f884800 sched/uclamp: Fix rq->uclamp_max not set on first enqueue adds 1d213767dc6f Merge tag 'sched_urgent_for_v5.16_rc4' of git://git.kernel [...] adds 53e87e3cdc15 timers/nohz: Last resort update jiffies on nohz_full IRQ entry adds 7587a4a5a4f6 Merge tag 'timers_urgent_for_v5.16_rc4' of git://git.kerne [...]
No new revisions were added by this update.
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 +++++++ fs/cifs/connect.c | 11 ++-- fs/cifs/fscache.c | 46 ++++------------ fs/cifs/inode.c | 7 +++ fs/xfs/xfs_inode.c | 1 - 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 ++ 29 files changed, 311 insertions(+), 146 deletions(-)