[GIT PULL] additional hotfixes for 7.2-rc6
From: Andrew Morton
Date: Thu Jul 30 2026 - 22:35:18 EST
Linus, please merge this second batch of hotfixes for the upcoming
-rc release, thanks.
The following changes since commit 62cc90241548d5570ee68e01aaba6506964e9811:
Merge tag 'mm-hotfixes-stable-2026-07-27-14-18' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm (2026-07-27 14:36:26 -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-30-19-30
for you to fetch changes up to 9f1d75a4ce04095afdb63d8e540092ff8151dacf:
selftests/mm: fix potential wild pointer access of getline due to missing init (2026-07-28 17:37:34 -0700)
----------------------------------------------------------------
12 hotfixes. 6 are cc:stable. 9 are for MM.
There's a two-patch series from Nico which fixes a couple of PMD level
mTHP accounting bugs and a two-patch series from Chris Gellermann which
addresses mishandling of getline() in selftests. All the remainder are
singletons - please see the changelogs for details.
----------------------------------------------------------------
Breno Leitao (1):
mm: memcg: initialize *locked in memcg1_oom_prepare() stub
Burak Emir (1):
MAINTAINERS: update address for Burak Emir
Chris Gellermann (2):
selftests/clone3: fix wild pointer access of getline due to missing init
selftests/mm: fix potential wild pointer access of getline due to missing init
Jiakai Xu (1):
riscv/mm: use physical alignment for vmemmap_start_pfn
Kiryl Shutsemau (Meta) (1):
mm/huge_memory: unlock i_mmap_rwsem before releasing after-split folios
Link Lin (1):
mm/page_reporting: use system_freezable_wq to fix UAF during suspend
Nico Pache (2):
mm: decrement MTHP_STAT_NR_ANON in free_zone_device_folio()
mm/migrate: exclude hugetlb folios from MTHP_STAT_NR_ANON accounting
Nico Pache (Red Hat) (1):
MAINTAINERS: update Nico Pache's email address
Peter Collingbourne (1):
arm64, mailmap: update email address for Peter Collingbourne
Richard Chang (1):
mm: vmscan: abort proactive reclaim early when freezing for suspend
.mailmap | 3 +++
MAINTAINERS | 4 ++--
arch/arm64/kernel/pi/relocate.c | 2 +-
arch/riscv/mm/init.c | 3 ++-
mm/huge_memory.c | 12 ++++++++++++
mm/memcontrol-v1.h | 6 +++++-
mm/memremap.c | 1 +
mm/migrate.c | 3 ++-
mm/page_reporting.c | 6 ++++--
mm/vmscan.c | 12 +++++++++++-
tools/testing/selftests/clone3/clone3_set_tid.c | 2 +-
tools/testing/selftests/mm/mlock-random-test.c | 2 +-
12 files changed, 45 insertions(+), 11 deletions(-)