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_build/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 [...] 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 [...] adds 7d697f0d5737 x86/cpu: Drop spurious underscore from RAPTOR_LAKE #define adds 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 [...] adds b3483994b33a MAINTAINERS: Add rpmsg tty driver maintainer adds 00de977f9e0a serial: core: fix transmit-buffer reset and memleak adds ac442a077acf serial: pl011: Add ACPI SBSA UART match id adds 7492ffc90fa1 tty: serial: msm_serial: Deactivate RX DMA for polling support adds 3dfac26e2ef2 vgacon: Propagate console boot parameters before calling ` [...] adds 0f55f89d98c8 serial: liteuart: Fix NULL pointer dereference in ->remove() adds 05f929b395de serial: liteuart: fix use-after-free and memleak on unbind adds dd5e90b16cca serial: liteuart: fix minor-number leak on probe errors adds 0b993fc1fec7 serial: liteuart: relax compile-test dependencies adds b40de7469ef1 serial: tegra: Change lower tolerance baud rate limit for [...] adds 4e9679738a91 Revert "tty: serial: fsl_lpuart: drop earlycon entry for i [...] adds f85e04503f36 serial: 8250: Fix RTS modem control while in rs485 mode adds c525c5d2437f serial: 8250_pci: Fix ACCES entries in pci_serial_quirks array adds bb1201d4b38e serial: 8250_pci: rewrite pericom_do_set_divisor() new 9cabe26e65a8 serial: 8250_bcm7271: UART errors after resuming from S2 new 5163953950ab Merge tag 'tty-5.16-rc4' of git://git.kernel.org/pub/scm/l [...] new 09f736aa9547 xhci: Fix commad ring abort, write all 64 bits to CRCR register. new d2a004037c3c USB: NO_LPM quirk Lenovo Powered USB-C Travel Hub new fbcd13df1e78 usb: typec: tcpm: Wait in SNK_DEBOUNCED until disconnect new 387c2b6ba197 usb: cdns3: gadget: fix new urb never complete if ep cance [...] new 37307f7020ab usb: cdnsp: Fix a NULL pointer dereference in cdnsp_endpoi [...] new 944207047ca4 Merge tag 'usb-5.16-rc4' of git://git.kernel.org/pub/scm/l [...]
The 31 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 | 6 ++ 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 +++++++ drivers/tty/serial/8250/8250_bcm7271.c | 13 +++++ drivers/tty/serial/8250/8250_pci.c | 39 ++++++++----- drivers/tty/serial/8250/8250_port.c | 7 --- drivers/tty/serial/Kconfig | 2 +- drivers/tty/serial/amba-pl011.c | 1 + drivers/tty/serial/fsl_lpuart.c | 1 + drivers/tty/serial/liteuart.c | 20 ++++++- drivers/tty/serial/msm_serial.c | 3 + drivers/tty/serial/serial-tegra.c | 4 +- drivers/tty/serial/serial_core.c | 18 +++++- drivers/usb/cdns3/cdns3-gadget.c | 20 ++----- drivers/usb/cdns3/cdnsp-mem.c | 3 + drivers/usb/host/xhci-ring.c | 21 ++++--- drivers/usb/typec/tcpm/tcpm.c | 4 -- drivers/video/console/vgacon.c | 14 +++-- 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 ++ 45 files changed, 427 insertions(+), 206 deletions(-)