[GIT PULL] hotfixes for 6.14-rc4

From: Andrew Morton
Date: Wed Feb 19 2025 - 20:53:47 EST



Linus, please merge this batch of hotfixes, thanks.


The following changes since commit 0ad2507d5d93f39619fc42372c347d6006b64319:

Linux 6.14-rc3 (2025-02-16 14:02:44 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2025-02-19-17-49

for you to fetch changes up to 8344017aaf32a7532cff293eb3df7fd2265ebafd:

test_xarray: fix failure in check_pause when CONFIG_XARRAY_MULTI is not defined (2025-02-17 22:40:04 -0800)

----------------------------------------------------------------
18 hotfixes. 5 are cc:stable and the remainder address post-6.13 issues
or aren't considered necessary for -stable kernels.

10 are for MM and 8 are for non-MM. All are singletons, please see the
changelogs for details.

----------------------------------------------------------------
Bart Van Assche (1):
procfs: fix a locking bug in a vmcore_add_device_dump() error path

Chen Ridong (1):
memcg: avoid dead loop when setting memory.max

David Hildenbrand (1):
mm/migrate_device: don't add folio to be freed to LRU in migrate_device_finalize()

Feng Tang (1):
mailmap: add entry for Feng Tang

Florian Fainelli (1):
tools/mm: fix build warnings with musl-libc

Hyeonggon Yoo (1):
mm/zswap: fix inconsistency when zswap_store_page() fails

Jeff Johnson (1):
.mailmap: add entries for Jeff Johnson

Kemeng Shi (1):
test_xarray: fix failure in check_pause when CONFIG_XARRAY_MULTI is not defined

Luiz Capitulino (1):
mm: hugetlb: avoid fallback for specific node allocation of 1G pages

Mark Brown (1):
selftests/mm: fix check for running THP tests

Nick Desaulniers (2):
mailmap: update Nick's entry
MAINTAINERS: update Nick's contact info

Pavel Begunkov (1):
lib/iov_iter: fix import_iovec_ubuf iovec management

Qi Zheng (1):
mm: pgtable: fix incorrect reclaim of non-empty PTE pages

Ricardo Cañuelo Navarro (1):
mm,madvise,hugetlb: check for 0-length range after end address adjustment

Waiman Long (1):
kasan: don't call find_vm_area() in a PREEMPT_RT kernel

Wang Yaxin (2):
getdelays: fix error format characters
taskstats: modify taskstats version

.mailmap | 4 +++
.../process/embargoed-hardware-issues.rst | 2 +-
.../sp_SP/process/embargoed-hardware-issues.rst | 2 +-
MAINTAINERS | 2 +-
fs/proc/vmcore.c | 5 +++-
include/uapi/linux/taskstats.h | 2 +-
lib/iov_iter.c | 3 +-
lib/test_xarray.c | 15 +++++-----
mm/hugetlb.c | 2 +-
mm/kasan/report.c | 34 ++++++++++++++++++++-
mm/madvise.c | 11 ++++++-
mm/memcontrol.c | 1 +
mm/memory.c | 17 +++++++++--
mm/migrate_device.c | 13 +++-----
mm/zswap.c | 35 ++++++++++------------
tools/accounting/getdelays.c | 32 ++++++++++----------
tools/mm/page-types.c | 4 +--
tools/testing/selftests/mm/run_vmtests.sh | 2 +-
18 files changed, 120 insertions(+), 66 deletions(-)