[GIT PULL] hotfixes for 6.8-rc1

From: Andrew Morton
Date: Fri Jan 12 2024 - 19:59:28 EST



Linus, please merge this batch of hotfixes. Which, for once, are not
mostly MM-related. Thanks.


The following changes since commit ab27740f76654ed58dd32ac0ba0031c18a6dea3b:

Merge tag 'linux_kselftest-next-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest (2024-01-09 17:28:41 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2024-01-12-16-52

for you to fetch changes up to 5d4747a6cc8e78ce74742d557fc9b7697fcacc95:

userfaultfd: avoid huge_zero_page in UFFDIO_MOVE (2024-01-12 15:20:49 -0800)

----------------------------------------------------------------
17 hotfixes. 10 address post-6.7 issues and the other 7 are cc:stable.

----------------------------------------------------------------
Andrew Morton (1):
kernel/crash_core.c: make __crash_hotplug_lock static

Andrey Konovalov (1):
kasan: avoid resetting aux_lock

Carlos Llamas (1):
scripts/decode_stacktrace.sh: optionally use LLVM utilities

Donet Tom (1):
selftests: mm: hugepage-vmemmap fails on 64K page size systems

Huacai Chen (1):
kdump: defer the insertion of crashkernel resources

James Gowans (1):
kexec: do syscore_shutdown() in kernel_kexec

Johannes Weiner (1):
mm: zswap: switch maintainers to recently active developers and reviewers

Ma Wupeng (1):
efi: disable mirror feature during crashkernel

Manivannan Sadhasivam (1):
mailmap: update entry for Manivannan Sadhasivam

Muhammad Usama Anjum (1):
fs/proc/task_mmu: move mmu notification mechanism inside mm lock

Nathan Chancellor (1):
lib/Kconfig.debug: disable CONFIG_DEBUG_INFO_BTF for Hexagon

Petr Vorel (1):
MAINTAINERS: update LTP maintainers

Qi Zheng (1):
MAINTAINERS: add entry for shrinker

Randy Dunlap (1):
mailmap: add old address mappings for Randy

Sumanth Korikkar (1):
mm/memory_hotplug: fix memmap_on_memory sysfs value retrieval

Suren Baghdasaryan (1):
userfaultfd: avoid huge_zero_page in UFFDIO_MOVE

Tanzir Hasan (1):
mailmap: switch email for Tanzir Hasan

.mailmap | 5 ++++-
MAINTAINERS | 28 +++++++++++++++++++-------
fs/proc/task_mmu.c | 24 ++++++++++++----------
kernel/crash_core.c | 16 ++++++++++++---
kernel/kexec_core.c | 1 +
lib/Kconfig.debug | 2 ++
mm/kasan/generic.c | 10 +++++++--
mm/memory_hotplug.c | 8 +++++---
mm/mm_init.c | 6 ++++++
mm/userfaultfd.c | 6 ++++++
scripts/decode_stacktrace.sh | 19 ++++++++++++++++--
tools/testing/selftests/mm/hugepage-vmemmap.c | 29 +++++++++++++++++----------
12 files changed, 114 insertions(+), 40 deletions(-)