From: Andrew Morton <akpm@linux-foundation.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, linux-mm@kvack.org,
mm-commits@vger.kernel.org
Subject: [GIT PULL] hotfixes for 6.3-rc6
Date: Fri, 7 Apr 2023 16:26:06 -0700 [thread overview]
Message-ID: <20230407162606.d7dd8c829b53a01f7c9f16d6@linux-foundation.org> (raw)
Linus, please merge another batch of hotfixes, thanks.
The following changes since commit 197b6b60ae7bc51dd0814953c562833143b292aa:
Linux 6.3-rc4 (2023-03-26 14:40:20 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2023-04-07-16-23
for you to fetch changes up to c45ea315a602d45569b08b93e9ab30f6a63a38aa:
maple_tree: fix a potential concurrency bug in RCU mode (2023-04-05 18:06:25 -0700)
----------------------------------------------------------------
28 hotfixes.
23 are cc:stable and the other 5 address issues which were introduced
during this merge cycle.
20 are for MM and the remainder are for other subsystems.
----------------------------------------------------------------
Alistair Popple (1):
mm: take a page reference when removing device exclusive entries
Florian Fainelli (1):
mailmap: add an entry for Leonard Crestez
Leonard Göhrs (1):
.mailmap: add entry for Leonard Göhrs
Liam Howlett (4):
maple_tree: be more cautious about dead nodes
maple_tree: detect dead nodes in mas_start()
maple_tree: fix freeing of nodes in rcu mode
maple_tree: remove extra smp_wmb() from mas_dead_leaves()
Liam R. Howlett (4):
maple_tree: fix write memory barrier of nodes once dead for RCU mode
maple_tree: add smp_rmb() to dead node detection
maple_tree: add RCU lock checking to rcu callback functions
mm: enable maple tree RCU mode by default
Muchun Song (2):
mm: kfence: fix PG_slab and memcg_data clearing
mm: kfence: fix handling discontiguous page
Peng Zhang (2):
maple_tree: fix get wrong data_end in mtree_lookup_walk()
maple_tree: fix a potential concurrency bug in RCU mode
Peter Xu (1):
mm/hugetlb: fix uffd wr-protection for CoW optimization path
Rongwei Wang (1):
mm/swap: fix swap_info_struct race between swapoff and get_swap_pages()
Ryusuke Konishi (2):
nilfs2: fix potential UAF of struct nilfs_sc_info in nilfs_segctor_thread()
nilfs2: fix sysfs interface lifetime
Sergey Senozhatsky (2):
zsmalloc: document new fullness grouping
zsmalloc: document freeable stats
Shiyang Ruan (3):
fsdax: unshare: zero destination if srcmap is HOLE or UNWRITTEN
fsdax: dedupe should compare the min of two iters' length
fsdax: force clear dirty mark if CoW
Tetsuo Handa (1):
nilfs2: initialize "struct nilfs_binfo_dat"->bi_pad field
Tiezhu Yang (1):
lib/Kconfig.debug: correct help info of LOCKDEP_STACK_TRACE_HASH_BITS
Yafang Shao (1):
mm: vmalloc: avoid warn_alloc noise caused by fatal signal
ye xingchen (1):
Kconfig.debug: fix SCHED_DEBUG dependency
.mailmap | 2 +
Documentation/mm/zsmalloc.rst | 135 ++++++++++--------
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 +-
kernel/fork.c | 3 +
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 +++
19 files changed, 402 insertions(+), 195 deletions(-)
next reply other threads:[~2023-04-07 23:26 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-07 23:26 Andrew Morton [this message]
2023-04-08 19:01 ` pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230407162606.d7dd8c829b53a01f7c9f16d6@linux-foundation.org \
--to=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=mm-commits@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox