mbox series

[GIT,PULL] hotfixes for 6.15-rc3

Message ID 20250419212632.41bd67c6fa1459f817f0ea58@linux-foundation.org (mailing list archive)
State New
Headers show
Series [GIT,PULL] hotfixes for 6.15-rc3 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2025-04-19-21-24

Message

Andrew Morton April 20, 2025, 4:26 a.m. UTC
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@microsoft.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(-)

Comments

pr-tracker-bot@kernel.org April 20, 2025, 5:14 a.m. UTC | #1
The pull request you sent on Sat, 19 Apr 2025 21:26:32 -0700:

> git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2025-04-19-21-24

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/6fea5fabd3323cd27b2ab5143263f37ff29550cb

Thank you!