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-allmodconfig in repository toolchain/ci/linux.
from 1dacce870378 Merge v5.10.68 adds 9e766b86a9ef PCI: pci-bridge-emul: Add PCIe Root Capabilities Register adds 9493e92a3953 PCI: aardvark: Fix reporting CRS value adds 74d54e5ceba3 console: consume APC, DM, DCS adds 79286ea830b3 s390/pci_mmio: fully validate the VMA before calling follow_pte() adds eb46d7c8ae83 ARM: Qualify enabling of swiotlb_init() adds ce90c6706d5a ARM: 9077/1: PLT: Move struct plt_entries definition to header adds ad00533858f7 ARM: 9078/1: Add warn suppress parameter to arm_gen_branch_link() adds f91d25a7c89e ARM: 9079/1: ftrace: Add MODULE_PLTS support adds 5ce134e65f3b ARM: 9098/1: ftrace: MODULE_PLT: Fix build problem without [...] adds 473cea4983b5 Revert "net/mlx5: Register to devlink ingress VLAN filter trap" adds ffca46766850 sctp: validate chunk size in __rcv_asconf_lookup adds ccb79116c372 sctp: add param size validation for SCTP_PARAM_SET_PRIMARY adds 6b24588708fe staging: rtl8192u: Fix bitwise vs logical operator in Tran [...] adds 5d0e6a5e4441 coredump: fix memleak in dump_vma_snapshot() adds 9d49973b0848 um: virtio_uml: fix memory leak on init failures adds fa64b08931ee dmaengine: acpi: Avoid comparison GSI with Linux vIRQ adds ebcd3fd9207c perf test: Fix bpf test sample mismatch reporting adds 87c4144450e6 tools lib: Adopt memchr_inv() from kernel adds 38ab04186fb3 perf tools: Allow build-id with trailing zeros adds 375e779ec32a thermal/drivers/exynos: Fix an error code in exynos_tmu_probe() adds e464b3876b02 9p/trans_virtio: Remove sysfs file on probe failure adds 30417cbeccff prctl: allow to setup brk for et_dyn executables adds 0796d99c1b16 nilfs2: use refcount_dec_and_lock() to fix potential UAF adds 74190973ab01 profiling: fix shift-out-of-bounds bugs adds c63df77c40ca PM: sleep: core: Avoid setting power.must_resume to false adds 322b70b522ab pwm: lpc32xx: Don't modify HW state in .probe() after the [...] adds 777344da345a pwm: mxs: Don't modify HW state in .probe() after the PWM [...] adds 48271d10bf4c dmaengine: idxd: fix wq slot allocation index check adds 113a69460de5 platform/chrome: sensorhub: Add trace events for sample adds 41aa21573486 platform/chrome: cros_ec_trace: Fix format warnings adds 8193ad306ea0 ceph: allow ceph_put_mds_session to take NULL or ERR_PTR adds e418ce8b8dfd ceph: cancel delayed work instead of flushing on mdsc teardown adds 912afe602eac Kconfig.debug: drop selecting non-existing HARDLOCKUP_DETE [...] adds d1f9ecc00da1 tools/bootconfig: Fix tracing_on option checking in ftrace [...] adds c9538018cb2d thermal/core: Fix thermal_cooling_device_register() prototype adds 45bd9dd1bee8 drm/amdgpu: Disable PCIE_DPM on Intel RKL Platform adds b9a1526d5174 drivers: base: cacheinfo: Get rid of DEFINE_SMP_CALL_CACHE [...] adds ca907291e116 dma-buf: DMABUF_MOVE_NOTIFY should depend on DMA_SHARED_BUFFER adds 2a07348e9821 parisc: Move pci_dev_is_behind_card_dino to where it is used adds b4bb0b171b6e iommu/amd: Relocate GAMSup check to early_enable_iommus adds c12cf7f9afe2 dmaengine: idxd: depends on !UML adds 35492619e010 dmaengine: sprd: Add missing MODULE_DEVICE_TABLE adds 9c1ea8537730 dmaengine: ioat: depends on !UML adds b26ced26251c dmaengine: xilinx_dma: Set DMA mask for coherent APIs adds 386fd6fd01bd ceph: request Fw caps before updating the mtime in ceph_wr [...] adds 487ead34a208 ceph: remove the capsnaps when removing caps adds 921ef7cfef15 ceph: lockdep annotations for try_nonblocking_invalidate adds c43803c1aa76 btrfs: update the bdev time directly when closing adds aa1af89a6697 btrfs: fix lockdep warning while mounting sprout fs adds d95b50ff07b8 nilfs2: fix memory leak in nilfs_sysfs_create_device_group adds 0480f7a480bc nilfs2: fix NULL pointer in nilfs_##name##_attr_release adds 5acb21e30d85 nilfs2: fix memory leak in nilfs_sysfs_create_##name##_group adds 5770b54b112e nilfs2: fix memory leak in nilfs_sysfs_delete_##name##_group adds 0f36028d0133 nilfs2: fix memory leak in nilfs_sysfs_create_snapshot_group adds d7736e2faa13 nilfs2: fix memory leak in nilfs_sysfs_delete_snapshot_group adds db8838e48a0a habanalabs: add validity check for event ID received from F/W adds 0a2ea5c0e5d1 pwm: img: Don't modify HW state in .remove() callback adds a6a2b36a8cc4 pwm: rockchip: Don't modify HW state in .remove() callback adds a2551d0a29e9 pwm: stm32-lp: Don't modify HW state in .remove() callback adds 23dfb959c6cb blk-throttle: fix UAF by deleteing timer in blk_throtl_exit() adds 9a14014df72d blk-mq: allow 4x BLK_MAX_REQUEST_COUNT at blk_plug for mul [...] adds 647c19bc6102 rtc: rx8010: select REGMAP_I2C adds 83a3cb200eff sched/idle: Make the idle timer expire in hard interrupt context adds 7c09505e9e6b drm/nouveau/nvkm: Replace -ENOSYS with -ENODEV adds 5f4196eaa90c Linux 5.10.69 adds 90648ee6fc7a Merge v5.10.69
No new revisions were added by this update.
Summary of changes: Makefile | 2 +- arch/arm/include/asm/ftrace.h | 3 + arch/arm/include/asm/insn.h | 8 +- arch/arm/include/asm/module.h | 10 +++ arch/arm/kernel/ftrace.c | 46 +++++++++-- arch/arm/kernel/insn.c | 19 ++--- arch/arm/kernel/module-plts.c | 49 ++++++++--- arch/arm/mm/init.c | 6 +- arch/arm64/kernel/cacheinfo.c | 7 +- arch/mips/kernel/cacheinfo.c | 7 +- arch/riscv/kernel/cacheinfo.c | 7 +- arch/s390/pci/pci_mmio.c | 2 +- arch/um/drivers/virtio_uml.c | 4 +- arch/x86/kernel/cpu/cacheinfo.c | 7 +- block/blk-mq.c | 14 +++- block/blk-throttle.c | 1 + drivers/base/power/main.c | 2 +- drivers/dma-buf/Kconfig | 1 + drivers/dma/Kconfig | 4 +- drivers/dma/acpi-dma.c | 10 ++- drivers/dma/idxd/submit.c | 2 +- drivers/dma/sprd-dma.c | 1 + drivers/dma/xilinx/xilinx_dma.c | 2 +- .../gpu/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c | 17 +++- drivers/gpu/drm/nouveau/nvkm/engine/device/ctrl.c | 2 +- drivers/iommu/amd/init.c | 31 +++++-- drivers/misc/habanalabs/gaudi/gaudi.c | 6 ++ drivers/misc/habanalabs/goya/goya.c | 6 ++ drivers/net/ethernet/mellanox/mlx5/core/devlink.c | 51 ------------ drivers/parisc/dino.c | 18 ++--- drivers/pci/controller/pci-aardvark.c | 67 ++++++++++++++- drivers/pci/pci-bridge-emul.h | 2 +- drivers/platform/chrome/Makefile | 2 +- drivers/platform/chrome/cros_ec_sensorhub_ring.c | 14 ++++ drivers/platform/chrome/cros_ec_trace.h | 94 ++++++++++++++++++++++ drivers/pwm/pwm-img.c | 16 ---- drivers/pwm/pwm-lpc32xx.c | 10 +-- drivers/pwm/pwm-mxs.c | 13 ++- drivers/pwm/pwm-rockchip.c | 14 ---- drivers/pwm/pwm-stm32-lp.c | 2 - drivers/rtc/Kconfig | 1 + drivers/staging/rtl8192u/r8192U_core.c | 2 +- drivers/thermal/samsung/exynos_tmu.c | 1 + drivers/tty/vt/vt.c | 31 ++++++- fs/btrfs/volumes.c | 25 +++--- fs/ceph/caps.c | 70 ++++++++++++---- fs/ceph/dir.c | 3 +- fs/ceph/file.c | 32 ++++---- fs/ceph/inode.c | 6 +- fs/ceph/mds_client.c | 38 ++++++++- fs/ceph/metric.c | 7 +- fs/ceph/super.h | 6 ++ fs/coredump.c | 4 +- fs/nilfs2/sysfs.c | 26 +++--- fs/nilfs2/the_nilfs.c | 9 +-- include/linux/cacheinfo.h | 18 ----- include/linux/thermal.h | 5 +- kernel/profile.c | 21 ++--- kernel/sched/idle.c | 4 +- kernel/sys.c | 7 -- lib/Kconfig.debug | 1 - net/9p/trans_virtio.c | 4 +- net/sctp/input.c | 3 + net/sctp/sm_make_chunk.c | 13 ++- tools/bootconfig/scripts/ftrace2bconf.sh | 4 +- tools/include/linux/string.h | 1 + tools/lib/string.c | 58 +++++++++++++ tools/perf/tests/bpf.c | 2 +- tools/perf/util/dso.c | 10 +++ 69 files changed, 676 insertions(+), 315 deletions(-)