This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from aa318c48808c Merge tag 'gpio-fixes-for-v6.3-rc6' of git://git.kernel.or [...] new 1a4b52ce8548 .mailmap: add entry for Leonard Göhrs new 35260cf54522 Kconfig.debug: fix SCHED_DEBUG dependency new f478b9987cc8 lib/Kconfig.debug: correct help info of LOCKDEP_STACK_TRAC [...] new 13dd4e04625f fsdax: unshare: zero destination if srcmap is HOLE or UNWRITTEN new e900ba10d150 fsdax: dedupe should compare the min of two iters' length new 3ee2d7471fa4 mm: kfence: fix PG_slab and memcg_data clearing new 1f2803b2660f mm: kfence: fix handling discontiguous page new bdd034de3a28 mailmap: add an entry for Leonard Crestez new 39d0bd86c499 maple_tree: be more cautious about dead nodes new a7b92d59c885 maple_tree: detect dead nodes in mas_start() new 2e5b4921f8ef maple_tree: fix freeing of nodes in rcu mode new 8372f4d83f96 maple_tree: remove extra smp_wmb() from mas_dead_leaves() new c13af03de46b maple_tree: fix write memory barrier of nodes once dead fo [...] new 0a2b18d94883 maple_tree: add smp_rmb() to dead node detection new 790e1fa86b34 maple_tree: add RCU lock checking to rcu callback functions new 3dd443254941 mm: enable maple tree RCU mode by default new 60d5b473d61b mm/hugetlb: fix uffd wr-protection for CoW optimization path new f76b3a32879d fsdax: force clear dirty mark if CoW new 119b57eaf094 zsmalloc: document new fullness grouping new 618a8a917dbf zsmalloc: document freeable stats new 6be49d100c22 nilfs2: fix potential UAF of struct nilfs_sc_info in nilfs [...] new 7397031622e0 nilfs2: initialize "struct nilfs_binfo_dat"->bi_pad field new f349b15e183d mm: vmalloc: avoid warn_alloc noise caused by fatal signal new 7c7b962938dd mm: take a page reference when removing device exclusive entries new 42560f9c92cc nilfs2: fix sysfs interface lifetime new 6fe7d6b99211 mm/swap: fix swap_info_struct race between swapoff and get [...] new ec07967d7523 maple_tree: fix get wrong data_end in mtree_lookup_walk() new c45ea315a602 maple_tree: fix a potential concurrency bug in RCU mode new 6fda0bb806fa Merge tag 'mm-hotfixes-stable-2023-04-07-16-23' of git://g [...] new 2a2d8c51defb ftrace: Fix issue that 'direct->addr' not restored in modi [...] new 31c683967174 tracing/synthetic: Make lastcmd_mutex static new 1a8a804a4f5d Merge tag 'trace-v6.3-rc5-2' of git://git.kernel.org/pub/s [...] new bbb73a103fbb swiotlb: fix a braino in the alignment check fix new 973ad544f04a Merge tag 'dma-mapping-6.3-2023-04-08' of git://git.infrad [...] new c0921e51dab7 io_uring: fix return value when removing provided buffers new b4a72c0589fd io_uring: fix memory leak when removing provided buffers new d3f05a4c4285 Merge tag 'io_uring-6.3-2023-04-06' of git://git.kernel.dk/linux new 38a8c4d1d450 blk-mq: directly poll requests new 8c68ae3b22fa ublk: read any SQE values upfront new 1d1665279a84 block: ublk: make sure that block size is set correctly new d3205ab75e99 nvme: fix discard support without oncs new 5b3b9197c28c Merge tag 'nvme-6.3-2023-04-06' of git://git.infradead.org [...] new 3723091ea188 block: don't set GD_NEED_PART_SCAN if scan partition failed new da0af3c55955 Merge tag 'block-6.3-2023-04-06' of git://git.kernel.dk/linux new 86eb94bf8006 scsi: Revert "scsi: ufs: core: Initialize devfreq synchronously" new a3d27dfdcfc2 scsi: mpi3mr: Handle soft reset in progress fault code (0xF002) new 85ade4010e13 scsi: qla2xxx: Fix memory leak in qla2x00_probe_one() new 48b19b79cfa3 scsi: iscsi_tcp: Check that sock is valid before iscsi_set [...] new a79d5c76f705 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...]
The 49 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 + Documentation/mm/zsmalloc.rst | 135 ++++++++++-------- block/blk-mq.c | 4 +- block/genhd.c | 8 +- drivers/block/ublk_drv.c | 26 +++- drivers/nvme/host/core.c | 6 +- drivers/scsi/iscsi_tcp.c | 3 +- drivers/scsi/mpi3mr/mpi3mr_fw.c | 2 +- drivers/scsi/qla2xxx/qla_os.c | 1 + drivers/ufs/core/ufshcd.c | 47 +++---- fs/dax.c | 52 ++++++- fs/nilfs2/btree.c | 1 + fs/nilfs2/direct.c | 1 + fs/nilfs2/segment.c | 3 +- fs/nilfs2/super.c | 2 + fs/nilfs2/the_nilfs.c | 12 +- include/linux/mm_types.h | 3 +- include/ufs/ufshcd.h | 1 - io_uring/io_uring.c | 2 +- io_uring/kbuf.c | 7 +- kernel/dma/swiotlb.c | 6 +- kernel/fork.c | 3 + kernel/trace/ftrace.c | 15 +- kernel/trace/trace_events_synth.c | 2 +- lib/Kconfig.debug | 4 +- lib/maple_tree.c | 287 +++++++++++++++++++++++++------------- mm/hugetlb.c | 14 +- mm/kfence/core.c | 32 ++--- mm/memory.c | 16 ++- mm/mmap.c | 3 +- mm/swapfile.c | 3 +- mm/vmalloc.c | 8 +- tools/testing/radix-tree/maple.c | 16 +++ 33 files changed, 473 insertions(+), 254 deletions(-)