Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@linux-foundation.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-mm@kvack.org, mm-commits@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: [GIT PULL] hotfixes for 7.1-rc2
Date: Thu, 30 Apr 2026 15:41:58 -0700	[thread overview]
Message-ID: <20260430154158.4739147fd0129804c9e6766a@linux-foundation.org> (raw)


Linus, please merge this batch of hotfixes, thanks.


The following changes since commit 254f49634ee16a731174d2ae34bc50bd5f45e731:

  Linux 7.1-rc1 (2026-04-26 14:19:00 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2026-04-30-15-39

for you to fetch changes up to 99ebc509eef52675ae5bae86aa2a53e15594e4a3:

  mm: memcontrol: fix rcu unbalance in get_non_dying_memcg_end() (2026-04-30 06:13:20 -0700)

----------------------------------------------------------------
20 hotfixes.  All are for MM (and for MMish maintainers).  9 are cc:stable
and the remainder are for post-7.0 issues or aren't deemed suitable for
backporting.

There's a 2 patch DAMON series from SeongJae Park which address races
which could lead to use-after-free errors.  And a 3 patch DAMON series
which avoids the possibility of presenting stale parameter values to
users.

----------------------------------------------------------------
Breno Leitao (1):
      kho: fix error handling in kho_add_subtree()

Dan Carpenter (1):
      mailmap: update entry for Dan Carpenter

David Carlier (1):
      mm/userfaultfd: detect VMA type change after copy retry in mfill_copy_folio_retry()

Joanne Koong (1):
      mm: start background writeback based on per-wb threshold for strictlimit BDIs

Li Wang (1):
      MAINTAINERS: update Li Wang's email address

Liam R. Howlett (1):
      MAINTAINERS: update Liam's email address

Lorenzo Stoakes (1):
      mm/vma: do not try to unmap a VMA if mmap_prepare() invoked from mmap()

Marco Elver (1):
      vmalloc: fix buffer overflow in vrealloc_node_align()

Mark Brown (1):
      selftests/mm: specify requirement for PROC_MEM_ALWAYS_FORCE=y

Pasha Tatashin (1):
      liveupdate: fix return value on session allocation failure

Pedro Falcato (1):
      MAINTAINERS: fix regex pattern in CORE MM category

Qi Zheng (2):
      MAINTAINERS, mailmap: update email address for Qi Zheng
      mm: memcontrol: fix rcu unbalance in get_non_dying_memcg_end()

Sang-Heon Jeon (1):
      mm/hugetlb_cma: round up per_node before logging it

SeongJae Park (5):
      mm/damon/sysfs-schemes: protect memcg_path kfree() with damon_sysfs_lock
      mm/damon/sysfs-schemes: protect path kfree() with damon_sysfs_lock
      mm/damon/reclaim: detect and use fresh enabled and kdamond_pid values
      mm/damon/lru_sort: detect and use fresh enabled and kdamond_pid values
      mm/damon/stat: detect and use fresh enabled value

Sourabh Jain (1):
      MAINTAINERS: remove stale kdump project URL

 .mailmap                           |  5 +++
 MAINTAINERS                        | 30 +++++++-------
 include/linux/maple_tree.h         |  2 +-
 include/linux/mm.h                 |  2 +-
 kernel/liveupdate/kexec_handover.c | 21 ++++++----
 kernel/liveupdate/luo_session.c    | 15 ++++---
 lib/maple_tree.c                   |  2 +-
 lib/test_maple_tree.c              |  4 +-
 mm/damon/lru_sort.c                | 85 ++++++++++++++++++++++++--------------
 mm/damon/reclaim.c                 | 85 ++++++++++++++++++++++++--------------
 mm/damon/stat.c                    | 30 +++++++++-----
 mm/damon/sysfs-schemes.c           | 24 ++++++++++-
 mm/hugetlb_cma.c                   |  1 +
 mm/memcontrol.c                    | 29 ++++++++-----
 mm/page-writeback.c                | 16 +++----
 mm/userfaultfd.c                   | 12 +++++-
 mm/util.c                          | 26 ++++++++----
 mm/vma.c                           |  3 +-
 mm/vmalloc.c                       |  2 +-
 tools/testing/radix-tree/maple.c   |  2 +-
 tools/testing/selftests/mm/config  |  1 +
 tools/testing/vma/include/dup.h    |  2 +-
 tools/testing/vma/include/stubs.h  |  3 +-
 23 files changed, 262 insertions(+), 140 deletions(-)



             reply	other threads:[~2026-04-30 22:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-04-30 22:41 Andrew Morton [this message]
2026-05-01 18:42 ` [GIT PULL] hotfixes for 7.1-rc2 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=20260430154158.4739147fd0129804c9e6766a@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