[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250724180503.a8a80b0b0c904c1c7f967448@linux-foundation.org>
Date: Thu, 24 Jul 2025 18:05:03 -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
Linus, please pull this batch of hotfixes, thanks.
The following changes since commit db6cc3f4ac2e6cdc898fc9cbc8b32ae1bf56bdad:
Revert "sched/numa: add statistics of numa balance task" (2025-07-09 21:07:56 -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-24-18-03
for you to fetch changes up to 0dec7201788b9152f06321d0dab46eed93834cda:
sprintf.h requires stdarg.h (2025-07-24 17:58:00 -0700)
----------------------------------------------------------------
11 hotfixes. 9 are cc:stable and the remainder address post-6.15 issues
or aren't considered necessary for -stable kernels.
7 are for MM.
----------------------------------------------------------------
Akinobu Mita (1):
resource: fix false warning in __request_region()
Harry Yoo (1):
mm/zsmalloc: do not pass __GFP_MOVABLE if CONFIG_COMPACTION=n
Jason Gunthorpe (1):
mm: update MAINTAINERS entry for HMM
Jinjiang Tu (1):
mm/vmscan: fix hwpoisoned large folio handling in shrink_folio_list
Marco Elver (1):
kasan: use vmalloc_dump_obj() for vmalloc error reports
Nathan Chancellor (1):
mm/ksm: fix -Wsometimes-uninitialized from clang-21 in advisor_mode_show()
Ryusuke Konishi (1):
nilfs2: reject invalid file types when reading inodes
SeongJae Park (1):
mm/damon/core: commit damos_quota_goal->nid
Sergey Senozhatsky (1):
mailmap: add entry for Senozhatsky
Stephen Rothwell (1):
sprintf.h requires stdarg.h
Zi Yan (1):
selftests/mm: fix split_huge_page_test for folio_split() tests
.mailmap | 4 ++++
CREDITS | 4 ++++
MAINTAINERS | 3 ++-
fs/nilfs2/inode.c | 9 ++++++++-
include/linux/sprintf.h | 1 +
kernel/resource.c | 5 +++--
mm/damon/core.c | 15 +++++++++++++++
mm/kasan/report.c | 4 +++-
mm/ksm.c | 6 +++---
mm/memory-failure.c | 4 ++++
mm/vmscan.c | 8 ++++++++
mm/zsmalloc.c | 3 +++
tools/testing/selftests/mm/split_huge_page_test.c | 3 ++-
13 files changed, 60 insertions(+), 9 deletions(-)
Powered by blists - more mailing lists