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-mainline-allnoconfig in repository toolchain/ci/linux.
from 07c4b9e9f71a Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...] adds 3d519d6d388b sh: kgdb: Mark expected switch fall-throughs adds 510c9788991c Merge tag 'Wimplicit-fallthrough-5.5-rc2' of git://git.ker [...] new 5e787dbf659f devtmpfs: use do_mount() instead of ksys_mount() new d4440aac83d1 initrd: use do_mount() instead of ksys_mount() new cccaa5e33525 init: use do_mount() instead of ksys_mount() new b49a733d684e init: unify opening /dev/console as stdin/stdout/stderr new 8243186f0cc7 fs: remove ksys_dup() new 2e6d304515ba Merge branch 'remove-ksys-mount-dup' of git://git.kernel.o [...] new fa2ac657f978 xen-blkback: prevent premature module unload new c673ec61ade8 xen/balloon: fix ballooned page accounting without hotplug [...] new b01d7cb41ff5 Merge tag 'for-linus-5.5b-rc2-tag' of git://git.kernel.org [...] adds 0e72a2f9c1a3 riscv: Fix build dependency for loader adds bc3e8f5d42d5 riscv: only select serial sifive if TTY is enabled new 1522d9da40bd Merge tag 'riscv/for-v5.5-rc2' of git://git.kernel.org/pub [...] adds 44a7b6759000 RDMA/cma: add missed unregister_pernet_subsys in init failure adds 71bbac6e2f23 Update mailmap info for Steve Wise adds 2030abddec68 rxe: correctly calculate iCRC for unaligned payloads new 33df2f1929df RDMA/counter: Prevent auto-binding a QP which are not trac [...] new 89f988d93c62 IB/mlx4: Follow mirror sequence of device add during devic [...] new ed9085fed9d9 IB/mlx5: Fix steering rule of drop and count new 7a763d18ff2a IB/core: Introduce rdma_user_mmap_entry_insert_range() API new dc2316eba73f IB/mlx5: Fix device memory flows new 9603e2210443 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linu [...] new d1eef1c61974 Linux 5.5-rc2
The 17 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: .mailmap | 2 + Makefile | 2 +- arch/riscv/Kconfig.socs | 4 +- arch/riscv/boot/Makefile | 2 +- arch/sh/kernel/kgdb.c | 1 + drivers/base/devtmpfs.c | 6 +- drivers/block/xen-blkback/xenbus.c | 10 +++ drivers/infiniband/core/cma.c | 1 + drivers/infiniband/core/counters.c | 3 + drivers/infiniband/core/ib_core_uverbs.c | 48 ++++++++--- drivers/infiniband/hw/mlx4/main.c | 9 ++- drivers/infiniband/hw/mlx5/cmd.c | 16 ++-- drivers/infiniband/hw/mlx5/cmd.h | 2 +- drivers/infiniband/hw/mlx5/main.c | 133 ++++++++++++++++++++----------- drivers/infiniband/hw/mlx5/mlx5_ib.h | 19 ++++- drivers/infiniband/sw/rxe/rxe_recv.c | 2 +- drivers/infiniband/sw/rxe/rxe_req.c | 6 ++ drivers/infiniband/sw/rxe/rxe_resp.c | 7 ++ drivers/xen/balloon.c | 3 +- fs/file.c | 7 +- fs/namespace.c | 10 +-- include/linux/device.h | 4 +- include/linux/initrd.h | 2 + include/linux/syscalls.h | 3 - include/rdma/ib_verbs.h | 5 ++ init/do_mounts.c | 30 +++++-- init/do_mounts_initrd.c | 11 +-- init/main.c | 31 +++++-- 28 files changed, 260 insertions(+), 119 deletions(-)