[GIT PULL] hotfixes for 6.5-rc6

From: Andrew Morton
Date: Fri Aug 11 2023 - 16:48:15 EST



Linus, please merge this batch of hotfixes, thanks.


The following changes since commit 5d0c230f1de8c7515b6567d9afba1f196fb4e2f4:

Linux 6.5-rc4 (2023-07-30 13:23:47 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2023-08-11-13-44

for you to fetch changes up to 5f1fc67f2cb8d3035d3acd273b48b97835af8afd:

mm/damon/core: initialize damo_filter->list from damos_new_filter() (2023-08-04 13:03:43 -0700)

----------------------------------------------------------------
14 hotfixes. 11 of these are cc:stable and the remainder address post-6.4
issues, or are not considered suitable for -stable backporting.

----------------------------------------------------------------
Andrew Yang (1):
zsmalloc: fix races between modifications of fullness and isolated

Ayush Jain (1):
selftests: mm: ksm: fix incorrect evaluation of parameter

Colin Ian King (1):
radix tree test suite: fix incorrect allocation size for pthreads

David Howells (1):
crypto, cifs: fix error handling in extract_iter_to_sg()

Johannes Weiner (2):
mm: compaction: fix endless looping over same migrate block
selftests: cgroup: fix test_kmem_basic false positives

Liam R. Howlett (1):
MAINTAINERS: add maple tree mailing list

Lorenzo Stoakes (1):
fs/proc/kcore: reinstate bounce buffer for KCORE_TEXT regions

Miaohe Lin (3):
mm/swapfile: fix wrong swap entry type for hwpoisoned swapcache page
mm: memory-failure: fix potential unexpected return value from unpoison_memory()
mm: memory-failure: avoid false hwpoison page mapped error info

Mike Kravetz (1):
hugetlb: do not clear hugetlb dtor until allocating vmemmap

Ryusuke Konishi (1):
nilfs2: fix use-after-free of nilfs_root in dirtying inodes via iput

SeongJae Park (1):
mm/damon/core: initialize damo_filter->list from damos_new_filter()

MAINTAINERS | 1 +
fs/nilfs2/inode.c | 8 ++++
fs/nilfs2/segment.c | 2 +
fs/nilfs2/the_nilfs.h | 2 +
fs/proc/kcore.c | 30 ++++++++++--
lib/scatterlist.c | 2 +-
mm/compaction.c | 8 ++--
mm/damon/core.c | 1 +
mm/hugetlb.c | 75 ++++++++++++++++++++----------
mm/ksm.c | 2 +
mm/memory-failure.c | 29 ++++++------
mm/swapfile.c | 8 ++--
mm/zsmalloc.c | 14 ++++--
tools/testing/radix-tree/regression1.c | 2 +-
tools/testing/selftests/cgroup/test_kmem.c | 4 ++
tools/testing/selftests/mm/ksm_tests.c | 1 +
16 files changed, 135 insertions(+), 54 deletions(-)