[GIT PULL] more hotfixes for 6.4-rc1

From: Andrew Morton
Date: Sat May 06 2023 - 13:49:13 EST



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(-)