[GIT PULL] hotfixes for 7.1-rc5

From: Andrew Morton

Date: Tue May 19 2026 - 00:11:34 EST



Linus, please merge this batch of hotfixes, thanks.

The following changes since commit 5d6919055dec134de3c40167a490f33c74c12581:

Linux 7.1-rc3 (2026-05-10 14:08:09 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2026-05-18-21-07

for you to fetch changes up to be3f38d05cc5a7c3f13e51994c5dd043ab604d28:

mm/memory: fix spurious warning when unmapping device-private/exclusive pages (2026-05-13 17:40:03 -0700)

----------------------------------------------------------------
14 hotfixes. 9 are for MM. 10 are cc:stable and the remainder are for
post-7.1 issues or aren't deemed suitable for backporting.

There's a 2 patch MAINTAINERS series from Mike Rapoport which updates us
for the new KEXEC/KDUMP/crash/LUO/etc arrangements. And a 2 patch series
from Muchun Song to fix a couple of memory-hotplug issues. Otherwise
singletons, please see the changelogs for details.

----------------------------------------------------------------
Alistair Popple (1):
mm/memory: fix spurious warning when unmapping device-private/exclusive pages

Christian A. Ehrhardt (1):
lib: kunit_iov_iter: fix test fail on powerpc

David Hildenbrand (Arm) (2):
mm/page_alloc: fix initialization of tags of the huge zero folio with init_on_free
mm: fix __vm_normal_page() to handle missing support for pmd_special()/pud_special()

Illia Ostapyshyn (2):
scripts/gdb: mm: cast untyped symbols in x86_page_ops
scripts/gdb: slab: update field names of struct kmem_cache

Luiz Capitulino (1):
selftests/mm: run_vmtests.sh: fix destructive tests invocation

Mike Rapoport (Microsoft) (2):
MAINTAINERS: add tree for KDUMP and KEXEC
MAINTAINERS: add kexec@ list to LIVE UPDATE ENTRY

Muchun Song (2):
mm/memory_hotplug: fix memory block reference leak on remove
drivers/base/memory: fix memory block reference leak in poison accounting

SeongJae Park (2):
mm/damon/sysfs-schemes: call missing mem_cgroup_iter_break()
mm/damon: fix damos_stat tracepoint format for sz_applied

Sunny Patel (1):
mm/migrate_device: fix spinlock leak in migrate_vma_insert_huge_pmd_page

MAINTAINERS | 3 ++
arch/arm64/include/asm/page.h | 2 +-
arch/arm64/mm/fault.c | 11 ++++---
drivers/base/memory.c | 8 +++--
include/linux/gfp_types.h | 10 +++----
include/linux/highmem.h | 7 +++--
include/trace/events/damon.h | 2 +-
lib/tests/kunit_iov_iter.c | 10 +++----
mm/damon/sysfs-schemes.c | 1 +
mm/memory.c | 24 ++++++++++++---
mm/memory_hotplug.c | 2 ++
mm/migrate_device.c | 2 +-
mm/page_alloc.c | 8 ++---
scripts/gdb/linux/mm.py | 6 ++--
scripts/gdb/linux/slab.py | 4 +--
tools/testing/selftests/mm/hmm-tests.c | 50 +++++++++++++++++++++++++++++++
tools/testing/selftests/mm/run_vmtests.sh | 2 +-
17 files changed, 116 insertions(+), 36 deletions(-)