This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-lts-defconfig in repository toolchain/ci/linux.
from bae4e9fbc8c4 Merge v5.10.33 adds 2a442f11407e iwlwifi: Fix softirq/hardirq disabling in iwl_pcie_gen2_en [...] adds 47d54b990103 mei: me: add Alder Lake P device id. adds 0aa66717f684 Linux 5.10.34 adds 8621244e22e7 Merge v5.10.34 new c239bfc2e4ac mips: Do not include hi and lo in clobber list for R6 new d3598eb3915c netfilter: conntrack: Make global sysctls readonly in non- [...] new 2e68890993d0 net: usb: ax88179_178a: initialize local variables before use new a41c193d004e igb: Enable RSS for Intel I211 Ethernet Controller new 2cfa537674cd bpf: Fix masking negation logic upon negative dst register new 2fa15d61e4cb bpf: Fix leakage of uninitialized bpf stack under speculation new 48ec949ac979 net: qrtr: Avoid potential use after free in MHI send new b571a6302a64 perf data: Fix error return code in perf_data__create_dir() new fb4c1c2e9fd1 capabilities: require CAP_SETFCAP to map uid 0 new a7c37332afa8 perf ftrace: Fix access to pid in array when setting a pid filter new 6995512a472f tools/cgroup/slabinfo.py: updated to work on current kernel new 2e8b3b0b8e2d driver core: add a min_align_mask field to struct device_d [...] new 22163a8ec863 swiotlb: add a IO_TLB_SIZE define new 1bbcc985d195 swiotlb: factor out an io_tlb_offset helper new 1f2ef5a0f771 swiotlb: factor out a nr_slots helper new 9efd5df078a7 swiotlb: clean up swiotlb_tbl_unmap_single new 25ed8827cfbf swiotlb: refactor swiotlb_tbl_map_single new 85a5a6875ca9 swiotlb: don't modify orig_addr in swiotlb_tbl_sync_single new f8e71c667ee1 swiotlb: respect min_align_mask new 2fa0387fa2d0 nvme-pci: set min_align_mask new 71d58457a8af ovl: fix leaked dentry new 27c1936af506 ovl: allow upperdir inside lowerdir new 59b3f88386b5 ALSA: usb-audio: Add MIDI quirk for Vox ToneLab EX new d844aaa49ac8 USB: Add LPM quirk for Lenovo ThinkPad USB-C Dock Gen2 Ethernet new ac2cd82c7609 USB: Add reset-resume quirk for WD19's Realtek Hub new 399f9c18473c platform/x86: thinkpad_acpi: Correct thermal sensor allocation new 4348d3b5027b perf/core: Fix unconditional security_locked_down() call new 94c76056fc3f vfio: Depend on MMU new f53a3a480862 Linux 5.10.35 new 69037e8ce79b Merge v5.10.35
The 30 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: Makefile | 2 +- arch/mips/include/asm/vdso/gettimeofday.h | 26 ++- drivers/misc/mei/hw-me-regs.h | 1 + drivers/misc/mei/pci-me.c | 1 + drivers/net/ethernet/intel/igb/igb_main.c | 3 +- drivers/net/usb/ax88179_178a.c | 6 +- drivers/net/wireless/intel/iwlwifi/pcie/tx-gen2.c | 7 +- drivers/nvme/host/pci.c | 1 + drivers/platform/x86/thinkpad_acpi.c | 31 ++- drivers/usb/core/quirks.c | 4 + drivers/vfio/Kconfig | 2 +- fs/overlayfs/namei.c | 1 + fs/overlayfs/super.c | 12 +- include/linux/bpf_verifier.h | 5 +- include/linux/device.h | 1 + include/linux/dma-mapping.h | 16 ++ include/linux/swiotlb.h | 1 + include/linux/user_namespace.h | 3 + include/uapi/linux/capability.h | 3 +- kernel/bpf/verifier.c | 33 +-- kernel/dma/swiotlb.c | 259 ++++++++++++---------- kernel/events/core.c | 12 +- kernel/user_namespace.c | 65 +++++- net/netfilter/nf_conntrack_standalone.c | 10 +- net/qrtr/mhi.c | 8 +- sound/usb/quirks-table.h | 10 + tools/cgroup/memcg_slabinfo.py | 8 +- tools/perf/builtin-ftrace.c | 2 +- tools/perf/util/data.c | 5 +- 29 files changed, 351 insertions(+), 187 deletions(-)