[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250419212632.41bd67c6fa1459f817f0ea58@linux-foundation.org>
Date: Sat, 19 Apr 2025 21:26:32 -0700
From: Andrew Morton <akpm@...ux-foundation.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, mm-commits@...r.kernel.org,
linux-mm@...ck.org
Subject: [GIT PULL] hotfixes for 6.15-rc3
Linus, please merge this batch of hotfixes, thanks.
The following changes since commit fc96b232f8e7c0a6c282f47726b2ff6a5fb341d2:
Merge tag 'pci-v6.15-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci (2025-04-17 16:00:31 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2025-04-19-21-24
for you to fetch changes up to ea21641b6a79f9cdd64f8339983c71c89949dcb5:
MAINTAINERS: add section for locking of mm's and VMAs (2025-04-17 20:10:09 -0700)
----------------------------------------------------------------
16 hotfixes. 2 are cc:stable and the remainder address post-6.14 issues
or aren't considered necessary for -stable kernels.
All patches are basically for MM although five are alterations to
MAINTAINERS.
----------------------------------------------------------------
Ahmad Fatoum (1):
docs: ABI: replace mcroce@...rosoft.com with new Meta address
Andreas Gruenbacher (1):
writeback: fix false warning in inode_to_wb()
Baoquan He (1):
mm/gup: fix wrongly calculated returned value in fault_in_safe_writeable()
David Hildenbrand (2):
fs/dax: fix folio splitting issue by resetting old folio order + _nr_pages
mm/memory: move sanity checks in do_wp_page() after mapcount vs. refcount stabilization
Johannes Weiner (2):
mm: vmscan: restore high-cpu watermark safety in kswapd
mm: vmscan: fix kswapd exit condition in defrag_mode
Kirill A. Shutemov (1):
mm/page_alloc: fix deadlock on cpu_hotplug_lock in __accept_page()
Liam R. Howlett (1):
MAINTAINERS: add mmap trace events to MEMORY MAPPING
Lorenzo Stoakes (3):
MAINTAINERS: add memory advice section
MAINTAINERS: add Pedro as reviewer to the MEMORY MAPPING section
MAINTAINERS: add section for locking of mm's and VMAs
Muchun Song (1):
mm: memcontrol: fix swap counter leak from offline cgroup
Oscar Salvador (1):
mm, hugetlb: increment the number of pages to be reset on HVO
Vlastimil Babka (2):
MAINTAINERS: update SLAB ALLOCATOR maintainers
MAINTAINERS: add MM subsection for the page allocator
CREDITS | 4 +++
Documentation/ABI/stable/sysfs-block | 2 +-
Documentation/ABI/testing/sysfs-kernel-reboot | 10 +++---
MAINTAINERS | 49 +++++++++++++++++++++++++--
fs/dax.c | 1 +
include/linux/backing-dev.h | 1 +
include/linux/mm.h | 17 ++++++++++
include/linux/mmzone.h | 5 +--
mm/gup.c | 4 +--
mm/hugetlb_vmemmap.c | 6 ++--
mm/internal.h | 1 +
mm/memcontrol-v1.c | 2 +-
mm/memory.c | 4 +--
mm/mm_init.c | 1 +
mm/page_alloc.c | 40 ++++++++++++++--------
mm/vmscan.c | 29 ++++++++++++++--
16 files changed, 141 insertions(+), 35 deletions(-)
Powered by blists - more mailing lists