[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250711161851.7b0e9d2d962b79f38c2f67d1@linux-foundation.org>
Date: Fri, 11 Jul 2025 16:18:51 -0700
From: Andrew Morton <akpm@...ux-foundation.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-mm@...ck.org, mm-commits@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [GIT PULL] hotfixes for 6.16-rc6
Linus, please pull this batch of hotfixes for the next -rc release,
thanks.
The following changes since commit d7b8f8e20813f0179d8ef519541a3527e7661d3a:
Linux 6.16-rc5 (2025-07-06 14:10:26 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2025-07-11-16-16
for you to fetch changes up to db6cc3f4ac2e6cdc898fc9cbc8b32ae1bf56bdad:
Revert "sched/numa: add statistics of numa balance task" (2025-07-09 21:07:56 -0700)
----------------------------------------------------------------
19 hotfixes. A whopping 16 are cc:stable and the remainder address
post-6.15 issues or aren't considered necessary for -stable kernels.
14 are for MM. Three gdb-script fixes and a kallsyms build fix.
----------------------------------------------------------------
Achill Gilgenast (1):
kallsyms: fix build without execinfo
Alexander Gordeev (1):
mm/vmalloc: leave lazy MMU mode on PTE mapping error
Baolin Wang (1):
mm: fix the inaccurate memory statistics issue for users
Chen Yu (1):
Revert "sched/numa: add statistics of numa balance task"
Christoph Berg (1):
mm/migrate: fix do_pages_stat in compat mode
Florian Fainelli (3):
scripts/gdb: fix interrupts display after MCP on x86
scripts/gdb: fix interrupts.py after maple tree conversion
scripts/gdb: de-reference per-CPU MCE interrupts
Harry Yoo (1):
lib/alloc_tag: do not acquire non-existent lock in alloc_tag_top_users()
Honggyu Kim (4):
samples/damon: fix damon sample prcl for start failure
samples/damon: fix damon sample wsse for start failure
samples/damon: fix damon sample mtier for start failure
mm/damon: fix divide by zero in damon_get_intervals_score()
Illia Ostapyshyn (1):
scripts: gdb: vfs: support external dentry names
Lance Yang (1):
mm/rmap: fix potential out-of-bounds page table access during batched unmap
SeongJae Park (1):
mm/damon/core: handle damon_call_control as normal under kdmond deactivation
Vivek Kasireddy (1):
mm/hugetlb: don't crash when allocating a folio if there are no resv
Wei Yang (1):
maple_tree: fix mt_destroy_walk() on root leaf node
Yeoreum Yun (1):
kasan: remove kasan_find_vm_area() to prevent possible deadlock
Documentation/admin-guide/cgroup-v2.rst | 6 -
fs/proc/task_mmu.c | 14 +-
include/linux/mm.h | 5 +
include/linux/sched.h | 4 -
include/linux/vm_event_item.h | 2 -
kernel/sched/core.c | 9 +-
kernel/sched/debug.c | 4 -
lib/alloc_tag.c | 3 +
lib/maple_tree.c | 1 +
mm/damon/core.c | 8 +-
mm/hugetlb.c | 9 +-
mm/kasan/report.c | 45 +-----
mm/memcontrol.c | 2 -
mm/migrate.c | 14 +-
mm/rmap.c | 46 +++---
mm/vmalloc.c | 22 ++-
mm/vmstat.c | 2 -
samples/damon/mtier.c | 8 +-
samples/damon/prcl.c | 8 +-
samples/damon/wsse.c | 8 +-
scripts/gdb/linux/constants.py.in | 7 +
scripts/gdb/linux/interrupts.py | 16 +-
scripts/gdb/linux/mapletree.py | 252 ++++++++++++++++++++++++++++++++
scripts/gdb/linux/vfs.py | 2 +-
scripts/gdb/linux/xarray.py | 28 ++++
tools/include/linux/kallsyms.h | 4 +
26 files changed, 399 insertions(+), 130 deletions(-)
create mode 100644 scripts/gdb/linux/mapletree.py
create mode 100644 scripts/gdb/linux/xarray.py
Powered by blists - more mailing lists