[GIT PULL] Additional hotfixes for 7.0-rc6

From: Andrew Morton

Date: Sat Mar 28 2026 - 13:49:40 EST



Linus, please merge this batch of hotfixes, thanks.


The following changes since commit 24f9515de8778410e4b84c85b196c9850d2c1e18:

Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm (2026-03-24 13:11:26 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2026-03-28-10-45

for you to fetch changes up to 2697dd8ae721db4f6a53d4f4cbd438212a80f8dc:

mm/mseal: update VMA end correctly on merge (2026-03-27 20:48:38 -0700)

----------------------------------------------------------------
10 hotfixes. 8 are cc:stable. 9 are for MM.

There's a 3-patch series of DAMON fixes from Josh Law and SeongJae Park.
The rest are singletons - please see the changelogs for details.

----------------------------------------------------------------
Alexandre Ghiti (1):
mm/swap: fix swap cache memcg accounting

Arnd Bergmann (1):
bug: avoid format attribute warning for clang as well

David Hildenbrand (Arm) (1):
mm/memory: fix PMD/PUD checks in follow_pfnmap_start()

Harry Yoo (Oracle) (1):
MAINTAINERS, mailmap: update email address for Harry Yoo

Jinjiang Tu (1):
mm/huge_memory: fix folio isn't locked in softleaf_to_folio()

Josh Law (3):
mm/damon/sysfs: fix param_ctx leak on damon_sysfs_new_test_ctx() failure
mm/damon/sysfs: check contexts->nr before accessing contexts_arr[0]
mm/damon/sysfs: check contexts->nr in repeat_call_fn

Lorenzo Stoakes (Oracle) (1):
mm/mseal: update VMA end correctly on merge

Max Boone (1):
mm/pagewalk: fix race between concurrent split and refault

.mailmap | 1 +
MAINTAINERS | 4 ++--
include/linux/leafops.h | 32 +++++++++++++++++++++-----------
lib/bug.c | 7 ++-----
mm/damon/sysfs.c | 10 +++++++++-
mm/memory.c | 18 +++++++++++++++---
mm/mseal.c | 3 +--
mm/pagewalk.c | 25 ++++++++++++++++++++++---
mm/swap_state.c | 9 ++++-----
9 files changed, 77 insertions(+), 32 deletions(-)