linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] hotfixes for 6.16-rc6
@ 2025-07-11 23:18 Andrew Morton
  2025-07-12 18:15 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Andrew Morton @ 2025-07-11 23:18 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-mm, mm-commits, linux-kernel


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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] hotfixes for 6.16-rc6
  2025-07-11 23:18 [GIT PULL] hotfixes for 6.16-rc6 Andrew Morton
@ 2025-07-12 18:15 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2025-07-12 18:15 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Linus Torvalds, linux-mm, mm-commits, linux-kernel

The pull request you sent on Fri, 11 Jul 2025 16:18:51 -0700:

> git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2025-07-11-16-16

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/3f31a806a62e44f7498e2d17719c03f816553f11

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-07-12 18:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-11 23:18 [GIT PULL] hotfixes for 6.16-rc6 Andrew Morton
2025-07-12 18:15 ` 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).