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-release-aarch64-stable-allnoconfig in repository toolchain/ci/linux.
from 5133894652fb Merge v5.11.17 adds a9315228c1d4 iwlwifi: Fix softirq/hardirq disabling in iwl_pcie_gen2_en [...] adds 508910d25799 drm/amd/display: Update modifier list for gfx10_3 adds e9d01819d1b9 mei: me: add Alder Lake P device id. adds 2f09122a3194 Linux 5.11.18 adds bf798044b25a Merge v5.11.18 adds e370213feea7 mips: Do not include hi and lo in clobber list for R6 adds fbf85a34ce17 netfilter: conntrack: Make global sysctls readonly in non- [...] adds 8c09e09e6da4 net: usb: ax88179_178a: initialize local variables before use adds a7c5727923b5 drm/i915: Disable runtime power management during shutdown adds d848918b584a igb: Enable RSS for Intel I211 Ethernet Controller adds 6eba92a4d4be bpf: Fix masking negation logic upon negative dst register adds b50fb1b08d6c bpf: Fix leakage of uninitialized bpf stack under speculation adds ea474054c2cc net: qrtr: Avoid potential use after free in MHI send adds c9dc9b25276c perf data: Fix error return code in perf_data__create_dir() adds 5ba5888c523f capabilities: require CAP_SETFCAP to map uid 0 adds b6c687a18d84 perf ftrace: Fix access to pid in array when setting a pid filter adds 7c734a2e2829 tools/cgroup/slabinfo.py: updated to work on current kernel adds d5bf55778da0 driver core: add a min_align_mask field to struct device_d [...] adds 8a612f79954e swiotlb: add a IO_TLB_SIZE define adds 6d6158db1ecf swiotlb: factor out an io_tlb_offset helper adds 768cb8a9fcd7 swiotlb: factor out a nr_slots helper adds 0990eac80ba5 swiotlb: clean up swiotlb_tbl_unmap_single adds e32c3dbe009f swiotlb: refactor swiotlb_tbl_map_single adds 825b7efe7129 swiotlb: don't modify orig_addr in swiotlb_tbl_sync_single adds fd1feb280dfa swiotlb: respect min_align_mask adds 035d408d1368 nvme-pci: set min_align_mask adds cf3e3330bc57 ovl: fix leaked dentry adds 0071f9c05e1d ovl: allow upperdir inside lowerdir adds 60f3ce18f397 ALSA: usb-audio: Add MIDI quirk for Vox ToneLab EX adds 79c42099a9bc ALSA: usb-audio: Fix implicit sync clearance at stopping stream adds 9e84d44206f8 USB: Add LPM quirk for Lenovo ThinkPad USB-C Dock Gen2 Ethernet adds 4bf0f6df2e73 USB: Add reset-resume quirk for WD19's Realtek Hub adds 495827b0edba platform/x86: thinkpad_acpi: Correct thermal sensor allocation adds f5809ca4c311 perf/core: Fix unconditional security_locked_down() call adds b6ce63431491 vfio: Depend on MMU adds 44a3370d47be Linux 5.11.19 adds 7b068f70ec9f Merge v5.11.19
No new revisions were added by this update.
Summary of changes: Makefile | 2 +- arch/mips/include/asm/vdso/gettimeofday.h | 26 ++- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 4 +- drivers/gpu/drm/i915/i915_drv.c | 10 + 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/endpoint.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 +- 32 files changed, 367 insertions(+), 193 deletions(-)