mbox series

[GIT,PULL] more hotfixes for 6.4-rc1

Message ID 20230506104851.21c6a2846f208820e75e7559@linux-foundation.org (mailing list archive)
State New
Headers show
Series [GIT,PULL] more hotfixes for 6.4-rc1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2023-05-06-10-45

Message

Andrew Morton May 6, 2023, 5:48 p.m. UTC
Linus, please merge this batch of hotfixes, thanks.


The following changes since commit 418d5c98319f67b9ae651babea031b5394425c18:

  Merge tag 'devicetree-fixes-for-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux (2023-05-05 13:27:59 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2023-05-06-10-45

for you to fetch changes up to 58f5f6698a72a8af5d7bfc5f49b6df60f378f167:

  afs: fix the afs_dir_get_folio return value (2023-05-06 10:10:08 -0700)

----------------------------------------------------------------
Five hotfixes.  Three are cc:stable, two pertain to post-6.3 merge window
changes.

----------------------------------------------------------------
Christoph Hellwig (1):
      afs: fix the afs_dir_get_folio return value

Jan Kara (1):
      mm: do not reclaim private data from pinned page

Lorenzo Stoakes (1):
      mm/mmap/vma_merge: always check invariants

Ryusuke Konishi (2):
      nilfs2: fix infinite loop in nilfs_mdt_get_block()
      nilfs2: do not write dirty data after degenerating to read-only

 fs/afs/dir_edit.c   |  7 ++++---
 fs/nilfs2/bmap.c    | 16 ++++++++++++----
 fs/nilfs2/segment.c |  5 ++++-
 mm/mmap.c           | 10 +++++-----
 mm/vmscan.c         | 10 ++++++++++
 5 files changed, 35 insertions(+), 13 deletions(-)

Comments

pr-tracker-bot@kernel.org May 6, 2023, 6:54 p.m. UTC | #1
The pull request you sent on Sat, 6 May 2023 10:48:51 -0700:

> git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2023-05-06-10-45

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

Thank you!