This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-aarch64-mainline-allnoconfig in repository toolchain/ci/linux.
from 510c9788991c Merge tag 'Wimplicit-fallthrough-5.5-rc2' of git://git.ker [...] adds 5e787dbf659f devtmpfs: use do_mount() instead of ksys_mount() adds d4440aac83d1 initrd: use do_mount() instead of ksys_mount() adds cccaa5e33525 init: use do_mount() instead of ksys_mount() adds b49a733d684e init: unify opening /dev/console as stdin/stdout/stderr adds 8243186f0cc7 fs: remove ksys_dup() adds 2e6d304515ba Merge branch 'remove-ksys-mount-dup' of git://git.kernel.o [...] adds fa2ac657f978 xen-blkback: prevent premature module unload adds c673ec61ade8 xen/balloon: fix ballooned page accounting without hotplug [...] adds 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 adds 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 adds 33df2f1929df RDMA/counter: Prevent auto-binding a QP which are not trac [...] adds 89f988d93c62 IB/mlx4: Follow mirror sequence of device add during devic [...] adds ed9085fed9d9 IB/mlx5: Fix steering rule of drop and count adds 7a763d18ff2a IB/core: Introduce rdma_user_mmap_entry_insert_range() API adds dc2316eba73f IB/mlx5: Fix device memory flows adds 9603e2210443 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linu [...] adds d1eef1c61974 Linux 5.5-rc2 new 7de7de7ca0ae Fix root mounting with no mount options new 4c80ba392bf6 iommu: fix KASAN use-after-free in iommu_insert_resv_region
The 2 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 +- 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/iommu/iommu.c | 4 +- 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 | 33 ++++++-- init/do_mounts_initrd.c | 11 +-- init/main.c | 31 +++++-- 28 files changed, 264 insertions(+), 121 deletions(-)