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-arm in repository toolchain/ci/linux.
from 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) new 9e02977bfad0 dma-direct: avoid redundant memory sync for swiotlb new b00868396dbd Merge tag 'dma-mapping-5.18-2' of git://git.infradead.org/ [...] adds f19fe8f354a6 Revert "scsi: scsi_debug: Address races following module load" adds 294080eacf92 scsi: pm80xx: Mask and unmask upper interrupt vectors 32-63 adds bcd8a4522347 scsi: pm80xx: Enable upper inbound, outbound queues adds c34f95e98d8f scsi: iscsi: Move iscsi_ep_disconnect() adds cbd2283aaf47 scsi: iscsi: Fix offload conn cleanup when iscsid restarts adds 3c6ae371b8a1 scsi: iscsi: Release endpoint ID when its freed adds 0aadafb5c344 scsi: iscsi: Fix endpoint reuse regression adds 7c6e99c18167 scsi: iscsi: Fix conn cleanup and stop race during iscsid restart adds 03690d819745 scsi: iscsi: Fix unbound endpoint error handling adds 5bd856256f8c scsi: iscsi: Merge suspend fields adds 44ac97109e42 scsi: iscsi: Fix NOP handling during conn recovery adds 857b06527f70 scsi: qedi: Fix failed disconnect handling adds 70a3baeec4e8 scsi: iscsi: MAINTAINERS: Add Mike Christie as co-maintainer new 90ea17a9e27b Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...]
The 3 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: MAINTAINERS | 65 ++++---- arch/x86/include/asm/io.h | 2 - arch/x86/kernel/crash_dump_64.c | 1 - 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/scsi/bnx2i/bnx2i_hwi.c | 2 +- drivers/scsi/bnx2i/bnx2i_iscsi.c | 2 +- drivers/scsi/cxgbi/libcxgbi.c | 6 +- drivers/scsi/libiscsi.c | 27 ++-- drivers/scsi/libiscsi_tcp.c | 2 +- drivers/scsi/pm8001/pm80xx_hwi.c | 33 ++-- drivers/scsi/qedi/qedi_iscsi.c | 69 ++++----- drivers/scsi/scsi_debug.c | 197 ++++++------------------ drivers/scsi/scsi_transport_iscsi.c | 239 +++++++++++++++++------------ fs/binfmt_elf.c | 4 +- include/linux/kfence.h | 24 +++ include/scsi/libiscsi.h | 9 +- include/scsi/scsi_transport_iscsi.h | 4 +- kernel/dma/direct.h | 3 +- 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 -- 41 files changed, 533 insertions(+), 520 deletions(-)