[GIT PULL] hotfixes for 5.18-rc7

From: Andrew Morton
Date: Fri May 13 2022 - 13:08:39 EST


Linus,

Please pull a bunch of hotfixes for 5.18-rc7.


The following changes since commit 38d741cb70b30741c0e802cbed7bd9cf4fd15fa4:

Merge tag 'drm-fixes-2022-04-29' of git://anongit.freedesktop.org/drm/drm (2022-04-28 18:00:34 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2022-05-11

for you to fetch changes up to 9039b8335276569670caaf23606335946625e764:

MAINTAINERS: add a mailing list for DAMON development (2022-05-09 17:34:29 -0700)

----------------------------------------------------------------

Seven MM fixes, three of which address issues added in the most recent
merge window, four of which are cc:stable.

Three non-MM fixes, none very serious.

----------------------------------------------------------------
Hyeonggon Yoo (1):
mm/kfence: reset PG_slab and memcg_data before freeing __kfence_pool

Joel Savitz (1):
selftests: vm: Makefile: rename TARGETS to VMTARGETS

Kalesh Singh (1):
procfs: prevent unprivileged processes accessing fdinfo dir

Martyna Szapar-Mudlaw (1):
mailmap: add entry for martyna.szapar-mudlaw@xxxxxxxxx

Mike Rapoport (1):
arm[64]/memremap: don't abuse pfn_valid() to ensure presence of linear map

Naoya Horiguchi (1):
mm/hwpoison: use pr_err() instead of dump_page() in get_any_page()

Niels Dossche (1):
mm: mremap: fix sign for EFAULT error return value

SeongJae Park (1):
MAINTAINERS: add a mailing list for DAMON development

Xu Yu (2):
Revert "mm/memory-failure.c: skip huge_zero_page in memory_failure()"
mm/huge_memory: do not overkill when splitting huge_zero_page

.mailmap | 1 +
MAINTAINERS | 1 +
arch/arm/include/asm/io.h | 3 +++
arch/arm/mm/ioremap.c | 8 ++++++++
arch/arm64/include/asm/io.h | 4 ++++
arch/arm64/mm/ioremap.c | 8 ++++++++
fs/proc/fd.c | 23 ++++++++++++++++++++++-
mm/huge_memory.c | 7 ++++++-
mm/kfence/core.c | 10 ++++++++++
mm/memory-failure.c | 15 +--------------
mm/mremap.c | 2 +-
tools/testing/selftests/vm/Makefile | 10 +++++-----
12 files changed, 70 insertions(+), 22 deletions(-)