[GIT PULL] hotfixes for 6.4-rc1

From: Andrew Morton
Date: Wed May 03 2023 - 19:29:50 EST



Linus, please merge this set of hotfixes, thanks.


The following changes since commit 22b8cc3e78f5448b4c5df00303817a9137cd663f:

Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip (2023-04-28 09:43:49 -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-03-16-27

for you to fetch changes up to 6152e53d9671b0ccc21c1bca842617b32ccfc5d8:

mm: change per-VMA lock statistics to be disabled by default (2023-05-02 17:23:28 -0700)

----------------------------------------------------------------
Five hotfixes. Three are cc:stable, two for this -rc cycle.

----------------------------------------------------------------
Lorenzo Stoakes (1):
mm/mempolicy: correctly update prev when policy is equal on mbind

Mark Rutland (1):
kasan: hw_tags: avoid invalid virt_to_page()

Michal Simek (1):
MAINTAINERS: update Michal Simek's email

Suren Baghdasaryan (1):
mm: change per-VMA lock statistics to be disabled by default

Zhang Zhengming (1):
relayfs: fix out-of-bounds access in relay_file_read

.mailmap | 1 +
MAINTAINERS | 4 ++--
kernel/relay.c | 3 ++-
mm/Kconfig.debug | 10 ++++++++--
mm/kasan/hw_tags.c | 4 ++--
mm/mempolicy.c | 4 +++-
6 files changed, 18 insertions(+), 8 deletions(-)