mbox series

[GIT,PULL] hotfixes for 6.13

Message ID 20250116211322.19c20e534e96f37c3608792f@linux-foundation.org (mailing list archive)
State New
Headers show
Series [GIT,PULL] hotfixes for 6.13 | expand

Pull-request

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

Message

Andrew Morton Jan. 17, 2025, 5:13 a.m. UTC
Linus, please merge this batch of hotfixes, thanks.

The following changes since commit cbc5dde0a461240046e8a41c43d7c3b76d5db952:

  fs/proc: fix softlockup in __read_vmcore (part 2) (2025-01-12 19:03:38 -0800)

are available in the Git repository at:

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

for you to fetch changes up to b0fce54b8c0d8e5f2b4c243c803c5996e73baee8:

  ocfs2: check dir i_size in ocfs2_find_entry (2025-01-15 21:15:44 -0800)

----------------------------------------------------------------
7 singleton hotfixes.  6 are MM.  2 are cc:stable and the remainder
address post-6.12 issues.

----------------------------------------------------------------
Ethan Carter Edwards (1):
      mailmap: update entry for Ethan Carter Edwards

Karan Sanghavi (1):
      mm: shmem: use signed int for version handling in casefold option

Liu Shixin (1):
      mm: khugepaged: fix call hpage_collapse_scan_file() for anonymous vma

Su Yue (1):
      ocfs2: check dir i_size in ocfs2_find_entry

Suren Baghdasaryan (1):
      alloc_tag: skip pgalloc_tag_swap if profiling is disabled

Yosry Ahmed (1):
      mm: zswap: move allocations during CPU init outside the lock

zihan zhou (1):
      mm: page_alloc: fix missed updates of lowmem_reserve in adjust_managed_page_count

 .mailmap        |  1 +
 fs/ocfs2/dir.c  | 25 +++++++++++++++++++++----
 lib/alloc_tag.c |  3 +++
 mm/khugepaged.c |  4 ++--
 mm/page_alloc.c |  3 +++
 mm/shmem.c      |  2 +-
 mm/zswap.c      | 42 ++++++++++++++++++++++++------------------
 7 files changed, 55 insertions(+), 25 deletions(-)

Comments

pr-tracker-bot@kernel.org Jan. 17, 2025, 5:11 p.m. UTC | #1
The pull request you sent on Thu, 16 Jan 2025 21:13:22 -0800:

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

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

Thank you!