[GIT PULL] hotfixes for 6.17

From: Andrew Morton

Date: Sun Sep 28 2025 - 01:46:13 EST



Linus, please merge this batch of hotfixes.

It's rather late in proceedings, sorry. The world wouldn't end if you
held this off for 6.18-rc1.

Thanks.


The following changes since commit ce4be9e4307c5a60701ff6e0cafa74caffdc54ce:

zram: fix slot write race condition (2025-09-15 20:01:45 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2025-09-27-22-35

for you to fetch changes up to 7e89979f6695fb56e8739b7d19614256e637131d:

include/linux/pgtable.h: convert arch_enter_lazy_mmu_mode() and friends to static inlines (2025-09-25 16:10:35 -0700)

----------------------------------------------------------------
7 hotfixes. 4 are cc:stable and the remainder address post-6.16 issues or
aren't considered necessary for -stable kernels. 6 of these fixes are for
MM.

All singletons, please see the changelogs for details.

----------------------------------------------------------------
Akinobu Mita (1):
mm/damon/sysfs: do not ignore callback's return value in damon_sysfs_damon_call()

Andrew Morton (1):
include/linux/pgtable.h: convert arch_enter_lazy_mmu_mode() and friends to static inlines

Bence Csókás (1):
mailmap: add entry for Bence Csókás

Eric Biggers (1):
kmsan: fix out-of-bounds access to shadow memory

Jakub Acs (1):
fs/proc/task_mmu: check p->vec_buf for NULL

Jane Chu (1):
mm/hugetlb: fix copy_hugetlb_page_range() to use ->pt_share_count

Jinjiang Tu (1):
mm/hugetlb: fix folio is still mapped when deleted

.mailmap | 1 +
fs/hugetlbfs/inode.c | 10 ++++++----
fs/proc/task_mmu.c | 3 +++
include/linux/mm_types.h | 5 +++++
include/linux/pgtable.h | 6 +++---
mm/damon/sysfs.c | 4 +++-
mm/hugetlb.c | 15 +++++----------
mm/kmsan/core.c | 10 +++++++---
mm/kmsan/kmsan_test.c | 16 ++++++++++++++++
9 files changed, 49 insertions(+), 21 deletions(-)