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-arm-lts-defconfig in repository toolchain/ci/linux.
from 71e3ab63b419 Merge v5.10.5 new 261f4d03ad23 Revert "drm/amd/display: Fix memory leaks in S3 resume" new b00195241186 Revert "mtd: spinand: Fix OOB read" new acb821425c8c rtc: pcf2127: move watchdog initialisation to a separate function new 757cd94ac859 rtc: pcf2127: only use watchdog when explicitly available new fd3ec3b25137 dt-bindings: rtc: add reset-source property new 3e073508920a kdev_t: always inline major/minor helper functions new ce9163cf7a84 Bluetooth: Fix attempting to set RPA timeout when unsupported new e235fd076eb7 ALSA: hda/realtek - Modify Dell platform name new adee1c5126ef ALSA: hda/hdmi: Fix incorrect mutex unlock in silent_strea [...] new 8cba90399216 drm/i915/tgl: Fix Combo PHY DPLL fractional divider for 38 [...] new acbf7db67ae3 scsi: ufs: Allow an error return value from ->device_reset() new 2a54ad3066a8 scsi: ufs: Re-enable WriteBooster after device reset new 404fa093741e RDMA/core: remove use of dma_virt_ops new e522a788eb91 RDMA/siw,rxe: Make emulated devices virtual in the device tree new 36cf9ae54b0e fuse: fix bad inode new 2cded5a3cc38 perf: Break deadlock involving exec_update_mutex new 27bae39e4fc4 rwsem: Implement down_read_killable_nested new 933b7cc86068 rwsem: Implement down_read_interruptible new ab7709b551de exec: Transform exec_update_mutex into a rw_semaphore new 94cc73b27a25 mwifiex: Fix possible buffer overflows in mwifiex_cmd_802_ [...] new 5650152ddab1 Linux 5.10.6 new 4af0632a6c8d Merge v5.10.6
The 22 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: Documentation/devicetree/bindings/rtc/rtc.yaml | 5 ++ Makefile | 2 +- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 3 +- drivers/gpu/drm/i915/display/intel_dpll_mgr.c | 41 ++++++++----- drivers/infiniband/core/device.c | 43 ++++++------- drivers/infiniband/core/rw.c | 5 +- drivers/infiniband/sw/rdmavt/Kconfig | 1 - drivers/infiniband/sw/rdmavt/mr.c | 6 +- drivers/infiniband/sw/rdmavt/vt.c | 8 --- drivers/infiniband/sw/rxe/Kconfig | 1 - drivers/infiniband/sw/rxe/rxe_net.c | 12 ---- drivers/infiniband/sw/rxe/rxe_verbs.c | 8 --- drivers/infiniband/sw/rxe/rxe_verbs.h | 1 - drivers/infiniband/sw/siw/Kconfig | 1 - drivers/infiniband/sw/siw/siw.h | 1 - drivers/infiniband/sw/siw/siw_main.c | 26 +------- drivers/mtd/nand/spi/core.c | 4 -- drivers/net/wireless/marvell/mwifiex/join.c | 2 + drivers/nvme/target/rdma.c | 3 +- drivers/rtc/rtc-pcf2127.c | 57 ++++++++++-------- drivers/scsi/ufs/ufs-mediatek.c | 4 +- drivers/scsi/ufs/ufs-qcom.c | 6 +- drivers/scsi/ufs/ufshcd.h | 16 +++-- fs/exec.c | 12 ++-- fs/fuse/acl.c | 6 ++ fs/fuse/dir.c | 37 ++++++++++-- fs/fuse/file.c | 19 +++--- fs/fuse/fuse_i.h | 12 ++++ fs/fuse/inode.c | 4 +- fs/fuse/readdir.c | 4 +- fs/fuse/xattr.c | 9 +++ fs/proc/base.c | 10 ++-- include/linux/kdev_t.h | 22 +++---- include/linux/rwsem.h | 3 + include/linux/sched/signal.h | 11 ++-- include/rdma/ib_verbs.h | 73 ++++++++++++++++------- init/init_task.c | 2 +- kernel/events/core.c | 52 ++++++++-------- kernel/fork.c | 6 +- kernel/kcmp.c | 30 +++++----- kernel/locking/rwsem.c | 40 +++++++++++++ kernel/pid.c | 4 +- net/bluetooth/hci_core.c | 2 +- sound/pci/hda/patch_hdmi.c | 2 +- sound/pci/hda/patch_realtek.c | 2 +- 45 files changed, 362 insertions(+), 256 deletions(-)