[GIT PULL] hotfixes for 6.16-rc1
From: Andrew Morton
Date: Fri Jun 06 2025 - 19:12:15 EST
Linus, please merge this batch of hotfixes, thanks.
The following changes since commit 546b1c9e93c2bb8cf5ed24e0be1c86bb089b3253:
Merge tag 'bootconfig-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace (2025-06-02 17:39:24 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2025-06-06-16-02
for you to fetch changes up to 2da20fd904f87f7bb31b79719bc3dda4093f8cdb:
kernel/rcu/tree_stall: add /sys/kernel/rcu_stall_count (2025-06-05 22:02:25 -0700)
----------------------------------------------------------------
13 hotfixes. 6 are cc:stable and the remainder address post-6.15 issues
or aren't considered necessary for -stable kernels. 11 are for MM.
----------------------------------------------------------------
Alistair Popple (1):
MAINTAINERS: add Alistair as reviewer of mm memory policy
Arnd Bergmann (1):
kmsan: test: add module description
Jann Horn (2):
mm/hugetlb: unshare page tables during VMA split, not before
mm/hugetlb: fix huge_pmd_unshare() vs GUP-fast race
Joshua Hahn (1):
mm/mempolicy: fix incorrect freeing of wi_kobj
Kirill A. Shutemov (1):
mm: fix vmstat after removing NR_BOUNCE
Lorenzo Stoakes (2):
KVM: s390: rename PROT_NONE to PROT_TYPE_DUMMY
MAINTAINERS: add mm swap section
Max Kellermann (1):
kernel/rcu/tree_stall: add /sys/kernel/rcu_stall_count
Nitesh Shetty (1):
iov_iter: use iov_offset for length calculation in iov_iter_aligned_bvec
SeongJae Park (1):
mm/madvise: handle madvise_lock() failure during race unwinding
Suren Baghdasaryan (1):
alloc_tag: handle module codetag load errors as module load failures
Tal Zussman (1):
MAINTAINERS: add tlb trace events to MMU GATHER AND TLB INVALIDATION
MAINTAINERS | 21 +++++++++++++
arch/s390/kvm/gaccess.c | 8 ++---
include/linux/codetag.h | 8 ++---
include/linux/hugetlb.h | 3 ++
kernel/module/main.c | 5 +--
kernel/rcu/tree_stall.h | 26 ++++++++++++++++
lib/alloc_tag.c | 12 ++++---
lib/codetag.c | 34 ++++++++++++++------
lib/iov_iter.c | 2 +-
mm/hugetlb.c | 67 ++++++++++++++++++++++++++++++----------
mm/kmsan/kmsan_test.c | 1 +
mm/madvise.c | 5 ++-
mm/mempolicy.c | 4 +--
mm/vma.c | 7 +++++
mm/vmstat.c | 1 -
tools/testing/vma/vma_internal.h | 2 ++
16 files changed, 160 insertions(+), 46 deletions(-)