[GIT PULL] hotfixes for 7.2-rc5

From: Andrew Morton

Date: Mon Jul 20 2026 - 14:39:58 EST



Linus, please merge this batch of hotfixes, thanks.

The following changes since commit 0e35b9b6ec0ffcc5e23cbdec09f5c622ad532b53:

Merge tag 'mm-hotfixes-stable-2026-07-06-17-49' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm (2026-07-06 18:51:36 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2026-07-20-11-37

for you to fetch changes up to e57d6e9e20b551e4910d7a6331a81775c3ad6693:

mm/memory-failure: trace: change memory_failure_event to ras subsystem (2026-07-09 15:48:56 -0700)

----------------------------------------------------------------
12 hotfixes. 8 are cc:stable and the remainder address post-7.1 issues or
aren't considered appropriate for backporting. 10 are for MM.

All are singletons - please see the relevant changelogs for details.

----------------------------------------------------------------
Arnd Bergmann (1):
fat: avoid stack overflow warning

Breno Leitao (1):
mm/kmemleak: fix checksum computation for per-cpu objects

Lance Yang (1):
MAINTAINERS: add Usama as a THP reviewer

Michael S. Tsirkin (1):
mm: page_reporting: allow driver to set batch capacity

Mike Rapoport (Microsoft) (1):
userfaultfd: prevent registration of special VMAs

Rik van Riel (1):
mm/huge_memory: set PG_has_hwpoisoned only after new folio head is established

SJ Park (3):
MAINTAINERS: s/SeongJae/SJ/
mm/damon/core: validate ranges in damon_set_regions()
mm/damon/core: disallow overlapping input ranges for damon_set_regions()

Thomas Weißschuh (1):
m68k: avoid -Wunused-but-set-parameter in clear_user_page()

Wei Yang (1):
mm/page_vma_mapped: fix device-private PMD handling

Xie Yuanbin (1):
mm/memory-failure: trace: change memory_failure_event to ras subsystem

.mailmap | 1 +
Documentation/ABI/testing/sysfs-kernel-mm-damon | 174 ++++++++++++------------
MAINTAINERS | 3 +-
arch/m68k/include/asm/page_mm.h | 2 +
drivers/virtio/virtio_balloon.c | 5 +-
fs/fat/fat.h | 4 +-
fs/fat/fat_test.c | 4 +-
include/linux/damon.h | 2 -
include/linux/page_reporting.h | 4 +-
include/trace/events/memory-failure.h | 6 +-
mm/damon/core.c | 15 +-
mm/damon/lru_sort.c | 2 -
mm/damon/modules-common.c | 2 -
mm/damon/modules-common.h | 2 -
mm/damon/ops-common.c | 2 -
mm/damon/ops-common.h | 2 -
mm/damon/paddr.c | 2 -
mm/damon/reclaim.c | 2 -
mm/damon/sysfs-common.c | 2 -
mm/damon/sysfs-common.h | 2 -
mm/damon/sysfs-schemes.c | 2 -
mm/damon/sysfs.c | 2 -
mm/damon/tests/core-kunit.h | 4 -
mm/damon/tests/sysfs-kunit.h | 2 -
mm/damon/tests/vaddr-kunit.h | 4 -
mm/damon/vaddr.c | 2 -
mm/huge_memory.c | 12 +-
mm/kmemleak.c | 7 +-
mm/page_reporting.c | 24 ++--
mm/page_vma_mapped.c | 31 +++--
mm/userfaultfd.c | 5 +-
31 files changed, 163 insertions(+), 170 deletions(-)