From: Andrew Morton <akpm@linux-foundation.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-mm@kvack.org, mm-commits@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: [GIT PULL] hotfixes against 6.15-rc7
Date: Sun, 25 May 2025 01:01:53 -0700 [thread overview]
Message-ID: <20250525010153.4e008d81730ac2137a80fb77@linux-foundation.org> (raw)
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(-)
next reply other threads:[~2025-05-25 8:01 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-25 8:01 Andrew Morton [this message]
2025-05-25 20:29 ` pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250525010153.4e008d81730ac2137a80fb77@linux-foundation.org \
--to=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=mm-commits@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox