* [GIT PULL] hotfixes against 6.15-rc7
@ 2025-05-25 8:01 Andrew Morton
2025-05-25 20:29 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Andrew Morton @ 2025-05-25 8:01 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-mm, mm-commits, linux-kernel
Linus, please pull this batch of hotfixes, thanks.
The following changes since commit 75cb1cca2c880179a11c7dd9380b6f14e41a06a4:
mm: userfaultfd: correct dirty flags set for both present and swap pte (2025-05-11 17:29:55 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2025-05-25-00-58
for you to fetch changes up to 1ec971da1c10e6376411e6d4a3f3b2351217d94f:
mailmap: add Jarkko's employer email address (2025-05-25 00:53:49 -0700)
----------------------------------------------------------------
22 hotfixes. 13 are cc:stable and the remainder address post-6.14 issues
or aren't considered necessary for -stable kernels. 19 are for MM.
----------------------------------------------------------------
Alexander Gordeev (1):
kasan: avoid sleepable page allocation from atomic context
Breno Leitao (1):
memcg: always call cond_resched() after fn()
David Wang (1):
module: release codetag section when module load fails
Florent Revest (1):
mm: fix VM_UFFD_MINOR == VM_SHADOW_STACK on USERFAULTFD=y && ARM64_GCS=y
Ge Yang (1):
mm/hugetlb: fix kernel NULL pointer dereference when replacing free hugetlb folios
Ignacio Moreno Gonzalez (1):
mm: mmap: map MAP_STACK to VM_NOHUGEPAGE only if THP is enabled
Jarkko Sakkinen (1):
mailmap: add Jarkko's employer email address
Kees Cook (2):
mm: vmalloc: actually use the in-place vrealloc region
mm: vmalloc: only zero-init on vrealloc shrink
Lance Yang (1):
MAINTAINERS: add hung-task detector section
Lorenzo Stoakes (4):
MAINTAINERS: update page allocator section
MAINTAINERS: add mm reclaim section
MAINTAINERS: add mm ksm section
MAINTAINERS: add mm memory policy section
Matthew Wilcox (Oracle) (1):
highmem: add folio_test_partial_kmap()
Mike Rapoport (Microsoft) (1):
mm/cma: make detection of highmem_start more robust
Ricardo Cañuelo Navarro (1):
mm: fix copy_vma() error handling for hugetlb mappings
Suren Baghdasaryan (1):
alloc_tag: allocate percpu counters for module tags dynamically
Tianyang Zhang (1):
mm/page_alloc.c: avoid infinite retries caused by cpuset race
Uladzislau Rezki (Sony) (1):
MAINTAINERS: add myself as vmalloc co-maintainer
Wang Yaxin (1):
taskstats: fix struct taskstats breaks backward compatibility since version 15
Zhang Yi (1):
mm/truncate: fix out-of-bounds when doing a right-aligned split
.mailmap | 1 +
MAINTAINERS | 66 ++++++++++++++++++++++++++++--
include/linux/alloc_tag.h | 12 ++++++
include/linux/codetag.h | 8 ++--
include/linux/highmem.h | 10 ++---
include/linux/hugetlb.h | 5 +++
include/linux/mm.h | 2 +-
include/linux/mman.h | 2 +
include/linux/page-flags.h | 7 ++++
include/linux/percpu.h | 4 --
include/uapi/linux/taskstats.h | 47 ++++++++++++---------
kernel/module/main.c | 1 +
lib/alloc_tag.c | 87 ++++++++++++++++++++++++++++++---------
lib/codetag.c | 5 ++-
mm/cma.c | 5 ++-
mm/hugetlb.c | 24 ++++++++++-
mm/kasan/shadow.c | 92 +++++++++++++++++++++++++++++++++++-------
mm/memcontrol.c | 6 +--
mm/mremap.c | 3 +-
mm/page_alloc.c | 8 ++++
mm/truncate.c | 20 +++++----
mm/vma.c | 1 +
mm/vmalloc.c | 13 +++---
23 files changed, 338 insertions(+), 91 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-05-25 20:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-05-25 8:01 [GIT PULL] hotfixes against 6.15-rc7 Andrew Morton
2025-05-25 20:29 ` pr-tracker-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox