[GIT PULL] hotfixes for 7.1-rc1
From: Andrew Morton
Date: Sun Apr 19 2026 - 14:58:14 EST
Linus, please merge this batch of hotfixes, thanks.
The following changes since commit 7bc5da4842bed3252d26e742213741a4d0ac1b14:
ocfs2: fix out-of-bounds write in ocfs2_write_end_inline (2026-04-06 11:13:43 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2026-04-19-00-14
for you to fetch changes up to 95093e5cb4c5b50a5b1a4b79f2942b62744bd66a:
mm/damon/core: disallow non-power of two min_region_sz on damon_start() (2026-04-18 23:24:27 -0700)
----------------------------------------------------------------
7 hotfixes. 6 are cc:stable and all are for MM. Please see the
individual changelogs for details.
----------------------------------------------------------------
Breno Leitao (1):
mm: blk-cgroup: fix use-after-free in cgwb_release_workfn()
Joshua Hahn (1):
mm/mempolicy: fix weighted interleave auto sysfs name
Matthew Brost (1):
mm/zone_device: do not touch device folio after calling ->folio_free()
Matthew Wilcox (Oracle) (1):
mm: call ->free_folio() directly in folio_unmap_invalidate()
SeongJae Park (2):
mm/damon/core: disallow time-quota setting zero esz
mm/damon/core: disallow non-power of two min_region_sz on damon_start()
Uladzislau Rezki (Sony) (1):
mm/vmalloc: take vmap_purge_lock in shrinker
mm/backing-dev.c | 5 +++--
mm/damon/core.c | 13 ++++++++++---
mm/filemap.c | 3 ++-
mm/internal.h | 1 -
mm/mempolicy.c | 8 +++++---
mm/memremap.c | 2 +-
mm/truncate.c | 6 +++++-
mm/vmalloc.c | 1 +
8 files changed, 27 insertions(+), 12 deletions(-)