* [GIT PULL] hotfixes for 6.17-rc5
@ 2025-09-02 0:22 Andrew Morton
2025-09-02 20:42 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Andrew Morton @ 2025-09-02 0:22 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-mm, mm-commits, linux-kernel
Linus, please merge this batch of hotfixes, thanks.
The following changes since commit 1b237f190eb3d36f52dffe07a40b5eb210280e00:
Linux 6.17-rc3 (2025-08-24 12:04:12 -0400)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2025-09-01-17-20
for you to fetch changes up to c873ccbb2f8db46ad9b4a989ea924b6d8f19abf1:
mm: fix possible deadlock in kmemleak (2025-09-01 17:11:37 -0700)
----------------------------------------------------------------
17 hotfixes. 13 are cc:stable and the remainder address post-6.16 issues
or aren't considered necessary for -stable kernels. 11 of these fixes are
for MM.
This includes a three-patch series from Harry Yoo which fixes an
intermittent boot failure which can occur on x86 systems. And a two-patch
series from Alexander Gordeev which fixes a KASAN crash on S390 systems.
----------------------------------------------------------------
Ada Couprie Diaz (1):
kasan: fix GCC mem-intrinsic prefix with sw tags
Alexander Gordeev (2):
mm/kasan: fix vmalloc shadow memory (de-)population races
mm/kasan: avoid lazy MMU mode hazards
Baptiste Lepers (1):
rust: mm: mark VmaNew as transparent
Brian Mak (1):
kexec: add KEXEC_FILE_NO_CMA as a legal flag
Edward Adam Davis (1):
ocfs2: prevent release journal inode after journal shutdown
Gu Bowen (1):
mm: fix possible deadlock in kmemleak
Harry Yoo (3):
mm: move page table sync declarations to linux/pgtable.h
mm: introduce and use {pgd,p4d}_populate_kernel()
x86/mm/64: define ARCH_PAGE_TABLE_SYNC_MASK and arch_sync_kernel_mappings()
Quanmin Yan (1):
mm/damon/core: prevent unnecessary overflow in damos_set_effective_quota()
Sasha Levin (1):
mm/userfaultfd: fix kmap_local LIFO ordering for CONFIG_HIGHPTE
Sumanth Korikkar (1):
mm: fix accounting of memmap pages
Yeoreum Yun (1):
kunit: kasan_test: disable fortify string checker on kasan_strings() test
Yin Tirui (1):
of_numa: fix uninitialized memory nodes causing kernel panic
Zi Yan (1):
selftests/mm: fix FORCE_READ to read input value correctly
wangzijie (1):
proc: fix missing pde_set_flags() for net proc files
arch/x86/include/asm/pgtable_64_types.h | 3 ++
arch/x86/mm/init_64.c | 18 +++++++++++
drivers/of/of_numa.c | 5 ++-
fs/ocfs2/inode.c | 3 ++
fs/proc/generic.c | 38 +++++++++++++----------
include/linux/kexec.h | 3 +-
include/linux/pgalloc.h | 29 +++++++++++++++++
include/linux/pgtable.h | 25 ++++++++++++---
include/linux/vmalloc.h | 16 ----------
mm/damon/core.c | 4 +--
mm/kasan/init.c | 12 +++----
mm/kasan/kasan_test_c.c | 2 ++
mm/kasan/shadow.c | 22 ++++++++-----
mm/kmemleak.c | 27 +++++++++++-----
mm/percpu.c | 6 ++--
mm/sparse-vmemmap.c | 11 ++-----
mm/sparse.c | 15 +++++----
mm/userfaultfd.c | 9 ++++--
rust/kernel/mm/virt.rs | 1 +
scripts/Makefile.kasan | 12 ++++---
tools/testing/selftests/mm/cow.c | 4 +--
tools/testing/selftests/mm/guard-regions.c | 2 +-
tools/testing/selftests/mm/hugetlb-madvise.c | 4 ++-
tools/testing/selftests/mm/migration.c | 2 +-
tools/testing/selftests/mm/pagemap_ioctl.c | 2 +-
tools/testing/selftests/mm/split_huge_page_test.c | 7 +++--
tools/testing/selftests/mm/vm_util.h | 2 +-
27 files changed, 190 insertions(+), 94 deletions(-)
create mode 100644 include/linux/pgalloc.h
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] hotfixes for 6.17-rc5
2025-09-02 0:22 [GIT PULL] hotfixes for 6.17-rc5 Andrew Morton
@ 2025-09-02 20:42 ` pr-tracker-bot
0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2025-09-02 20:42 UTC (permalink / raw)
To: Andrew Morton; +Cc: Linus Torvalds, linux-mm, mm-commits, linux-kernel
The pull request you sent on Mon, 1 Sep 2025 17:22:34 -0700:
> git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2025-09-01-17-20
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/8026aed072e1221f0a61e5acc48c64546341bd4d
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-09-02 20:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-02 0:22 [GIT PULL] hotfixes for 6.17-rc5 Andrew Morton
2025-09-02 20:42 ` 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;
as well as URLs for NNTP newsgroup(s).