[GIT PULL] hotfixes for 6.11-rc2

From: Andrew Morton
Date: Wed Aug 07 2024 - 23:28:15 EST



Linus, please merge this batch of hotfixes, thanks.


The following changes since commit 8400291e289ee6b2bf9779ff1c83a291501f017b:

Linux 6.11-rc1 (2024-07-28 14:19:55 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2024-08-07-18-32

for you to fetch changes up to 6d45e1c948a8b7ed6ceddb14319af69424db730c:

padata: Fix possible divide-by-0 panic in padata_mt_helper() (2024-08-07 18:33:56 -0700)

----------------------------------------------------------------
9 hotfixes. 5 are cc:stable, 4 either pertain to post-6.10 material or
aren't considered necessary for earlier kernels. 5 are MM and 4 are
non-MM. No identifiable theme here - please see the individual changelogs.

----------------------------------------------------------------
Andrey Konovalov (1):
kcov: properly check for softirq context

Baolin Wang (2):
mm: shmem: avoid allocating huge pages larger than MAX_PAGECACHE_ORDER for shmem
mm: shmem: fix incorrect aligned index when checking conflicts

David Heidelberg (1):
mailmap: update entry for David Heidelberg

Muchun Song (1):
mm: list_lru: fix UAF for memory cgroup

Nico Pache (1):
selftests: mm: add s390 to ARCH check

Petr Vorel (1):
MAINTAINERS: Update LTP members and web

Shakeel Butt (1):
memcg: protect concurrent access to mem_cgroup_idr

Waiman Long (1):
padata: Fix possible divide-by-0 panic in padata_mt_helper()

.mailmap | 1 +
MAINTAINERS | 4 +++-
kernel/kcov.c | 15 ++++++++++++---
kernel/padata.c | 7 +++++++
mm/list_lru.c | 28 ++++++++++++++++++++++------
mm/memcontrol.c | 22 ++++++++++++++++++++--
mm/shmem.c | 14 +++++---------
tools/testing/selftests/mm/Makefile | 2 +-
8 files changed, 71 insertions(+), 22 deletions(-)