[GIT PULL] hotfixes for 7.0-rc4
From: Andrew Morton
Date: Mon Mar 09 2026 - 19:38:59 EST
Linus, please merge this batch of hotfixes, thanks.
The following changes since commit 410aed670cddac1de4f0c2865f30ec623fd20f78:
MAINTAINERS: update Yosry Ahmed's email address (2026-02-24 11:13:28 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2026-03-09-16-36
for you to fetch changes up to b12bbe35c7c1e431f2fa01fe9291daa52fb7ab43:
MAINTAINERS, mailmap: update email address for Lorenzo Stoakes (2026-03-04 10:06:40 -0800)
----------------------------------------------------------------
15 hotfixes. 6 are cc:stable. 14 are for MM.
Singletons, with one doubleton - please see the changelogs for details.
----------------------------------------------------------------
Axel Rasmussen (1):
Revert "ptdesc: remove references to folios from __pagetable_ctor() and pagetable_dtor()"
Hao Li (1):
memcg: fix slab accounting in refill_obj_stock() trylock path
Jason Xing (1):
MAINTAINERS: add RELAY entry
Lorenzo Stoakes (Oracle) (1):
MAINTAINERS, mailmap: update email address for Lorenzo Stoakes
Mike Rapoport (Microsoft) (1):
tools/testing: fix testing/vma and testing/radix-tree build
Pratyush Yadav (Google) (2):
mm: memfd_luo: always make all folios uptodate
mm: memfd_luo: always dirty all folios
Randy Dunlap (2):
uaccess: correct kernel-doc parameter format
mm/mmu_notifier: clean up mmu_notifier.h kernel-doc
Raul Pazemecxas De Andrade (1):
mm/damon/core: clear walk_control on inactive context in damos_walk()
Ritesh Harjani (IBM) (1):
mm/hugetlb.c: use __pa() instead of virt_to_phys() in early bootmem alloc code
Sergey Senozhatsky (1):
zram: rename writeback_compressed device attr
Vlastimil Babka (SUSE) (1):
MAINTAINERS: add co-maintainer and reviewer for SLAB ALLOCATOR
Zi Yan (2):
mm/cma: move put_page_testzero() out of VM_WARN_ON in cma_release()
mm/huge_memory: fix a folio_split() race condition with folio_try_get()
.mailmap | 3 +-
Documentation/ABI/testing/sysfs-block-zram | 4 +--
Documentation/admin-guide/blockdev/zram.rst | 6 ++--
MAINTAINERS | 33 ++++++++++++-------
drivers/block/zram/zram_drv.c | 24 +++++++-------
drivers/block/zram/zram_drv.h | 2 +-
include/linux/mm.h | 17 ++++------
include/linux/mmu_notifier.h | 31 +++++++++---------
include/linux/uaccess.h | 4 +--
mm/cma.c | 5 ++-
mm/damon/core.c | 7 ++++-
mm/huge_memory.c | 13 +++++---
mm/hugetlb.c | 4 +--
mm/memcontrol.c | 2 +-
mm/memfd_luo.c | 49 +++++++++++++++++++++++++----
tools/include/linux/gfp.h | 4 +++
tools/include/linux/overflow.h | 19 +++++++++++
tools/include/linux/slab.h | 9 ++++++
18 files changed, 163 insertions(+), 73 deletions(-)