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-allmodconfig 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 adds 7de7de7ca0ae Fix root mounting with no mount options adds 4c80ba392bf6 iommu: fix KASAN use-after-free in iommu_insert_resv_region adds fd1baf6ca2ea selftests/ftrace: Fix to check the existence of set_ftrace_filter adds 25deae098e74 selftests/ftrace: Fix ftrace test cases to check unsupported adds ba1b9c5048e4 selftests/ftrace: Do not to use absolute debugfs path adds 5cc6c8d4a99d selftests/ftrace: Fix multiple kprobe testcase adds be12252212fa selftests: safesetid: Move link library to LDLIBS adds 295c4e21cf27 selftests: safesetid: Check the return value of setuid/setgid adds 8ef1ec0ca32c selftests: safesetid: Fix Makefile to set correct test program adds 39101b226544 fs/ext4/inode-test: Fix inode test on 32 bit platforms. adds 70efb58bbbc2 kunit: testing kunit: Bug fix in test_run_timeout function adds e7d7ad0e413f Documentation: kunit: fix typos and gramatical errors adds 99e51aa8f701 Documentation: kunit: add documentation for kunit_tool adds 3a019636e6b0 selftests: Fix dangling documentation references to kselft [...] adds d187801d1a46 kselftest/runner: Print new line in print of timeout log adds 4eac734486fd kselftest: Support old perl versions adds 6afa873170a6 Merge tag 'linux-kselftest-5.5-rc2' of git://git.kernel.or [...]
No new revisions were added by this update.
Summary of changes: .mailmap | 2 + Documentation/dev-tools/kselftest.rst | 8 +- Documentation/dev-tools/kunit/index.rst | 1 + Documentation/dev-tools/kunit/kunit-tool.rst | 57 +++++++++ Documentation/dev-tools/kunit/start.rst | 13 +- Documentation/dev-tools/kunit/usage.rst | 24 ++-- 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/ext4/inode-test.c | 2 +- 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 ++++- tools/testing/kunit/kunit_tool_test.py | 2 +- .../ftrace/test.d/ftrace/func-filter-stacktrace.tc | 2 + .../selftests/ftrace/test.d/ftrace/func_cpumask.tc | 5 + tools/testing/selftests/ftrace/test.d/functions | 5 +- .../ftrace/test.d/kprobe/multiple_kprobes.tc | 6 +- .../inter-event/trigger-action-hist-xfail.tc | 4 +- .../inter-event/trigger-onchange-action-hist.tc | 2 +- .../inter-event/trigger-snapshot-action-hist.tc | 4 +- tools/testing/selftests/kselftest/module.sh | 2 +- tools/testing/selftests/kselftest/prefix.pl | 1 + tools/testing/selftests/kselftest/runner.sh | 1 + tools/testing/selftests/safesetid/Makefile | 5 +- tools/testing/selftests/safesetid/safesetid-test.c | 15 ++- 47 files changed, 383 insertions(+), 161 deletions(-) create mode 100644 Documentation/dev-tools/kunit/kunit-tool.rst