[GIT PULL] hotfixes for 7.1-rc6
From: Andrew Morton
Date: Mon May 25 2026 - 19:25:07 EST
Linus, please merge this batch of 13 hotfixes, thanks.
The following changes since commit 27fa82620cbaa89a7fc11ac3057701d598813e87:
Merge tag 'ata-7.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/libata/linux (2026-05-19 14:00:48 -0500)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2026-05-25-16-22
for you to fetch changes up to 54cf41c969da6637cce790b7400da1451609db9b:
Revert "mm: introduce a new page type for page pool in page type" (2026-05-21 19:06:13 -0700)
----------------------------------------------------------------
13 hotfixes. 9 are for MM. 9 are cc:stable and the remaining 4 address
post-7.1 issues or aren't considered suitable for backporting.
All patches are singletons - please see the individual changelogs for
details.
----------------------------------------------------------------
Alexandre Ghiti (1):
mm: memcontrol: propagate NMI slab stats to memcg vmstats
Byungchul Park (1):
Revert "mm: introduce a new page type for page pool in page type"
Deepanshu Kartikey (1):
kernel/fork: validate exit_signal in kernel_clone()
Dev Jain (1):
mm/rmap: initialize nr_pages to 1 at loop start in try_to_unmap_one
Eugen Hristev (1):
MAINTAINERS, mailmap: change email for Eugen Hristev
Ian Ray (1):
MAINTAINERS: .mailmap: update after GEHC spin-off
Linpu Yu (1):
ipc: limit next_id allocation to the valid ID range
Lorenzo Stoakes (1):
Revert "mm/hugetlbfs: update hugetlbfs to use mmap_prepare"
Pratyush Yadav (Google) (1):
memfd: deny writeable mappings when implying SEAL_WRITE
Richard Chang (1):
zram: fix use-after-free in zram_writeback_endio
SeongJae Park (1):
mm/damon/sysfs-schemes: delete tried region in regions_rmdirs()
Sunny Patel (1):
mm/migrate_device: fix pgtable leak in migrate_vma_insert_huge_pmd_page
Uladzislau Rezki (Sony) (1):
mm/vmalloc: do not trigger BUG() on BH disabled context
.mailmap | 6 +-
MAINTAINERS | 14 ++---
drivers/block/zram/zram_drv.c | 6 +-
drivers/net/ethernet/mellanox/mlx5/core/en/xdp.c | 2 +-
fs/hugetlbfs/inode.c | 46 +++++----------
include/linux/hugetlb.h | 8 +--
include/linux/hugetlb_inline.h | 14 +----
include/linux/mm.h | 27 ++++++++-
include/linux/page-flags.h | 6 --
include/net/netmem.h | 19 +------
ipc/util.c | 2 +-
kernel/fork.c | 11 ++--
mm/damon/sysfs-schemes.c | 8 +--
mm/hugetlb.c | 71 ++++++++++--------------
mm/memcontrol.c | 6 ++
mm/memfd.c | 12 ++--
mm/migrate_device.c | 4 +-
mm/page_alloc.c | 13 ++---
mm/rmap.c | 2 +
mm/vmalloc.c | 2 +-
net/core/netmem_priv.h | 23 ++++----
net/core/page_pool.c | 24 +-------
22 files changed, 135 insertions(+), 191 deletions(-)