[GIT PULL] hotfixes for 6.3-rc1

From: Andrew Morton
Date: Tue Mar 14 2023 - 19:55:14 EST



Linus, please merge this batch of MM and non-MM fixups, thanks.


The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6:

Linux 6.3-rc1 (2023-03-05 14:52:03 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2023-03-14-16-51

for you to fetch changes up to dd52a61da0dd8bab8b90e808f0e5ad507b61ad6d:

mm/damon/paddr: fix folio_nr_pages() after folio_put() in damon_pa_mark_accessed_or_deactivate() (2023-03-07 17:04:55 -0800)

----------------------------------------------------------------
Eleven hotfixes. Four of these are cc:stable and the remainder address
post-6.2 issues or aren't considered suitable for backporting. Seven of
these fixes are for MM.

----------------------------------------------------------------
Alexandre Ghiti (1):
.mailmap: add Alexandre Ghiti personal email address

David Hildenbrand (1):
mm/userfaultfd: propagate uffd-wp bit when PTE-mapping the huge zeropage

Huang Ying (3):
migrate_pages: fix deadlock in batched migration
migrate_pages: move split folios processing out of migrate_pages_batch()
migrate_pages: try migrate in batch asynchronously firstly

James Houghton (1):
mm: teach mincore_hugetlb about pte markers

Jan Kara via Ocfs2-devel (1):
ocfs2: fix data corruption after failed write

Jarkko Sakkinen (1):
mailmap: updates for Jarkko Sakkinen

Konrad Dybcio (1):
mailmap: correct Dikshita Agarwal's Qualcomm email address

SeongJae Park (2):
mm/damon/paddr: fix folio_size() call after folio_put() in damon_pa_young()
mm/damon/paddr: fix folio_nr_pages() after folio_put() in damon_pa_mark_accessed_or_deactivate()

.mailmap | 4 +-
fs/ocfs2/aops.c | 19 +++++-
mm/damon/paddr.c | 5 +-
mm/huge_memory.c | 6 +-
mm/migrate.c | 185 ++++++++++++++++++++++++++++---------------------------
mm/mincore.c | 2 +-
6 files changed, 122 insertions(+), 99 deletions(-)