This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_gcc/master-aarch64 in repository toolchain/ci/linux.
from 028192fea1de Merge tag 'drm-fixes-2022-04-15' of git://anongit.freedesk [...] adds f034fc50d3c7 perf tools: Fix misleading add event PMU debug message adds d73f5d14e0cd perf stat: Fix error check return value of hashmap__new(), [...] adds a668cc07f990 perf tools: Fix segfault accessing sample_id xyarray adds 23380e4d5330 perf record: Fix per-thread option adds 8cb7a188ac33 perf bench: Fix numa testcase to check if CPU used to bind [...] adds f58faed7fb3f perf bench: Fix numa bench to fix usage of affinity for ma [...] adds e2dec4884454 Merge tag 'perf-tools-fixes-for-v5.18-2022-04-14' of git:/ [...] adds ce64763c6385 testing/selftests/mqueue: Fix mq_perf_tests to free the al [...] adds bb34e0dba38e Merge tag 'linux-kselftest-fixes-5.18-rc3' of git://git.ke [...] adds c4212f3eb89f io_uring: flag the fact that linked file assignment is sane adds 6f83ab22adcb io_uring: io_kiocb_update_pos() should not touch file for [...] adds 2804ecd8d3e3 io_uring: move apoll->events cache adds 82733d168cbd io_uring: stop using io_wq_work as an fd placeholder adds 0f8da75b51ac io_uring: fix assign file locking issue adds 565c5e616e80 io_uring: move io_uring_rsrc_update2 validation adds d8a3ba9c143b io_uring: verify that resv2 is 0 in io_uring_rsrc_update2 adds 6fb53cf8ff2c io_uring: verify resv is 0 in ringfd register/unregister adds d2347b9695da io_uring: verify pad field is 0 in io_get_ext_arg adds e941976659f1 io_uring: use right issue_flags for splice/tee adds cce64ef01308 io_uring: fix poll file assign deadlock adds 7179c3ce3dbf io_uring: fix poll error reporting adds 701521403cfb io_uring: abort file assignment prior to assigning creds adds 0647b9cc7fea Merge tag 'io_uring-5.18-2022-04-14' of git://git.kernel.d [...] adds 868e6139c521 block: move lower_48_bits() to block adds b97687527be8 asm-generic: fix __get_unaligned_be48() on 32 bit platforms adds 8535c0185d14 block: fix offset/size check in bio_trim() adds 3e3876d322ae block: null_blk: end timed out poll request adds ccf16413e520 block/compat_ioctl: fix range check in BLKGETSIZE adds 3d973a76e54c block: don't print I/O error warning for dead disks adds b42b6f4485e3 nvme: don't print verbose errors for internal passthrough [...] adds 00ff400e6dee nvme: add a quirk to disable namespace identifiers adds a98a945b80f8 nvme-pci: disable namespace identifiers for the MAXIO MAP1 [...] adds 66dd346b84d7 nvme-pci: disable namespace identifiers for Qemu controllers adds 89a2ee91edd9 Merge tag 'nvme-5.18-2022-04-15' of git://git.infradead.or [...] adds fb649bda6f56 Merge tag 'block-5.18-2022-04-15' of git://git.kernel.dk/l [...] adds 08c1af8f1c13 dm integrity: fix memory corruption when tag_size is less [...] adds ce40426fdc3c dm mpath: only use ktime_get_ns() in historical selector adds 73d7b06e902d dm zone: fix NULL pointer dereference in dm_zone_map_bio adds 7dd06a2548b2 dm: allow dm_accept_partial_bio() for dm_io without duplic [...] adds 92b914e29af3 dm: fix bio length of empty flush adds ce673f630c09 Merge tag 'for-5.18/dm-fixes-2' of git://git.kernel.org/pu [...] adds 7fbd166a8f2d MAINTAINERS: Broadcom internal lists aren't maintainers adds 1bdec44b1eee tmpfs: fix regressions from wider use of ZERO_PAGE adds f9b141f93659 mm/secretmem: fix panic when growing a memfd_secret adds 25934fcfb93c irq_work: use kasan_record_aux_stack_noalloc() record callstack adds b1add418d457 kasan: fix hw tags enablement when KUNIT tests are disabled adds 2dfe63e61cc3 mm, kfence: support kmem_dump_obj() for KFENCE objects adds e553f62f10d9 mm, page_alloc: fix build_zonerefs_node() adds e914d8f00391 mm: fix unexpected zeroed page mapping with zram swap adds 31ca72fa7540 mm: compaction: fix compiler warning when CONFIG_COMPACTION=n adds 5a317412ef88 hugetlb: do not demote poisoned hugetlb pages adds 354e923df042 revert "fs/binfmt_elf: fix PT_LOAD p_align values for loaders" adds aeb7923733d1 revert "fs/binfmt_elf: use PT_LOAD p_align values for static PIE" adds c12cd77cb028 mm/vmalloc: fix spinning drain_vmap_work after reading fro [...] adds 23c2d497de21 mm: kmemleak: take a full lowmem check in kmemleak_*_phys() adds 59250f8a7f3a Merge branch 'akpm' (patches from Andrew)
No new revisions were added by this update.
Summary of changes: MAINTAINERS | 64 ++++++------ arch/x86/include/asm/io.h | 2 - arch/x86/kernel/crash_dump_64.c | 1 - block/bio.c | 2 +- block/blk-mq.c | 3 +- block/ioctl.c | 2 +- drivers/block/null_blk/main.c | 2 +- drivers/md/dm-integrity.c | 7 +- drivers/md/dm-ps-historical-service-time.c | 11 +- drivers/md/dm-zone.c | 49 +++++---- drivers/md/dm.c | 18 ++-- drivers/nvme/host/core.c | 27 +++-- drivers/nvme/host/nvme.h | 5 + drivers/nvme/host/pci.c | 9 +- fs/binfmt_elf.c | 4 +- fs/io-wq.h | 1 - fs/io_uring.c | 98 ++++++++++-------- include/asm-generic/unaligned.h | 2 +- include/linux/kernel.h | 9 -- include/linux/kfence.h | 24 +++++ include/linux/t10-pi.h | 9 ++ include/uapi/linux/io_uring.h | 1 + kernel/irq_work.c | 2 +- mm/compaction.c | 10 +- mm/filemap.c | 6 -- mm/hugetlb.c | 17 ++-- mm/kasan/hw_tags.c | 5 +- mm/kasan/kasan.h | 10 +- mm/kfence/core.c | 21 ---- mm/kfence/kfence.h | 21 ++++ mm/kfence/report.c | 47 +++++++++ mm/kmemleak.c | 8 +- mm/page_alloc.c | 2 +- mm/page_io.c | 54 ---------- mm/secretmem.c | 17 ++++ mm/shmem.c | 31 ++++-- mm/slab.c | 2 +- mm/slab.h | 2 +- mm/slab_common.c | 9 ++ mm/slob.c | 2 +- mm/slub.c | 2 +- mm/vmalloc.c | 11 -- tools/lib/perf/evlist.c | 3 +- tools/perf/bench/numa.c | 136 ++++++++++++++++++------- tools/perf/builtin-record.c | 22 +++- tools/perf/util/header.c | 51 ++++++++++ tools/perf/util/header.h | 1 + tools/perf/util/parse-events.c | 5 +- tools/perf/util/stat.c | 3 +- tools/testing/selftests/mqueue/mq_perf_tests.c | 25 +++-- 50 files changed, 551 insertions(+), 324 deletions(-)