[GIT PULL] hotfixes for 7.0-rc2

From: Andrew Morton

Date: Thu Feb 26 2026 - 17:16:40 EST



Linus, please merge this batch of hotfixes, thanks.



The following changes since commit 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f:

Linux 7.0-rc1 (2026-02-22 13:18:59 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2026-02-26-14-14

for you to fetch changes up to 410aed670cddac1de4f0c2865f30ec623fd20f78:

MAINTAINERS: update Yosry Ahmed's email address (2026-02-24 11:13:28 -0800)

----------------------------------------------------------------
12 hotfixes. 7 are cc:stable. 8 are for MM.

All are singletons - please see the changelogs for details.

----------------------------------------------------------------
Alexander Potapenko (2):
mm/kfence: disable KFENCE upon KASAN HW tags enablement
mm/kfence: fix KASAN hardware tag faults during late enablement

Arnd Bergmann (1):
mm: change vma_alloc_folio_noprof() macro to inline function

Daniele Alessandrelli (1):
mailmap: add entry for Daniele Alessandrelli

Deepanshu Kartikey (1):
mm: thp: deny THP for files on anonymous inodes

Kalesh Singh (1):
mm/tracing: rss_stat: ensure curr is false from kthread context

Ming Lei (1):
mm: fix NULL NODE_DATA dereference for memoryless nodes on boot

Phillip Lougher (1):
Squashfs: check metadata block offset is within range

Pratyush Yadav (Google) (1):
liveupdate: luo_file: remember retrieve() status

SeongJae Park (1):
mm/damon/core: disallow non-power of two min_region_sz

Vlastimil Babka (SUSE) (1):
MAINTAINERS, mailmap: update e-mail address for Vlastimil Babka

Yosry Ahmed (1):
MAINTAINERS: update Yosry Ahmed's email address

.mailmap | 5 ++++-
MAINTAINERS | 20 ++++++++++----------
fs/squashfs/cache.c | 3 +++
include/linux/gfp.h | 7 +++++--
include/linux/liveupdate.h | 9 ++++++---
include/trace/events/kmem.h | 8 +++++++-
kernel/liveupdate/luo_file.c | 41 +++++++++++++++++++++++++----------------
mm/damon/core.c | 3 +++
mm/huge_memory.c | 3 +++
mm/kfence/core.c | 29 +++++++++++++++++++++++------
mm/memfd_luo.c | 7 ++++++-
mm/mm_init.c | 6 +++++-
mm/page_alloc.c | 3 ++-
13 files changed, 102 insertions(+), 42 deletions(-)