[GIT PULL] hotfixes against 7.0-rc7

From: Andrew Morton

Date: Mon Apr 06 2026 - 23:40:23 EST



Linus, please merge this batch of hotfixes, thanks.


The following changes since commit 2697dd8ae721db4f6a53d4f4cbd438212a80f8dc:

mm/mseal: update VMA end correctly on merge (2026-03-27 20:48:38 -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-06-15-27

for you to fetch changes up to 7bc5da4842bed3252d26e742213741a4d0ac1b14:

ocfs2: fix out-of-bounds write in ocfs2_write_end_inline (2026-04-06 11:13:43 -0700)

----------------------------------------------------------------
8 hotfixes. All are cc:stable and 7 are for MM.

All are singletons - please see the changelogs for details.

----------------------------------------------------------------
Baolin Wang (1):
mm: filemap: fix nr_pages calculation overflow in filemap_map_pages()

Hao Li (1):
mm/memory_hotplug: maintain N_NORMAL_MEMORY during hotplug

Joanne Koong (1):
mm: reinstate unconditional writeback start in balance_dirty_pages()

Joseph Qi (1):
ocfs2: fix out-of-bounds write in ocfs2_write_end_inline

Leo Timmins (1):
liveupdate: propagate file deserialization failures

Sechang Lim (1):
mm/vma: fix memory leak in __mmap_region()

SeongJae Park (2):
mm/damon/sysfs: dealloc repeat_call_control if damon_call() fails
mm/damon/stat: deallocate damon_call() failure leaking damon_ctx

fs/ocfs2/inode.c | 10 ++++++++++
kernel/liveupdate/luo_session.c | 9 +++++++--
mm/damon/stat.c | 7 +++++++
mm/damon/sysfs.c | 3 ++-
mm/filemap.c | 11 ++++++++---
mm/memory_hotplug.c | 20 ++++++++++++++++++++
mm/page-writeback.c | 21 +++++++++++++++++++++
mm/vma.c | 7 +++++++
8 files changed, 82 insertions(+), 6 deletions(-)