Linus, please merge this batch of hotfixes, thanks. The following changes since commit 8cf0b93919e13d1e8d4466eb4080a4c4d9d66d7b: Linux 6.12-rc2 (2024-10-06 15:32:27 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2024-10-09-15-46 for you to fetch changes up to aa5f0fa6af38d96bc6f1b7e1534f5b5c025930a6: mm: zswap: delete comments for "value" member of 'struct zswap_entry'. (2024-10-09 12:47:19 -0700) ---------------------------------------------------------------- 12 hotfixes, 5 of which are c:stable. All singletons, about half of which are MM. ---------------------------------------------------------------- Alexander Gordeev (1): fs/proc/kcore.c: allow translation of physical memory addresses David Hildenbrand (1): mm/huge_memory: check pmd_special() only after pmd_present() Donet Tom (1): selftests/mm: fix incorrect buffer->mirror size in hmm2 double_map test Fangrui Song (1): .mailmap: update Fangrui's email Frederic Weisbecker (1): kthread: unpark only parked kthread Huang Ying (1): resource, kunit: fix user-after-free in resource_test_region_intersects() Kanchana P Sridhar (1): mm: zswap: delete comments for "value" member of 'struct zswap_entry'. Krzysztof Kozlowski (1): CREDITS: sort alphabetically by name Kun(llfl) (1): device-dax: correct pgoff align in dax_set_mapping() Michal Hocko (2): bcachefs: do not use PF_MEMALLOC_NORECLAIM Revert "mm: introduce PF_MEMALLOC_NORECLAIM, PF_MEMALLOC_NOWARN" Patrick Roy (1): secretmem: disable memfd_secret() if arch cannot set direct map .mailmap | 1 + CREDITS | 54 +++++++++++++++++----------------- arch/s390/include/asm/io.h | 2 ++ drivers/dax/device.c | 2 +- fs/bcachefs/fs.c | 14 ++++----- fs/inode.c | 10 ++++--- fs/proc/kcore.c | 36 +++++++++++++++++++++-- include/linux/fs.h | 7 ++++- include/linux/sched.h | 4 +-- include/linux/sched/mm.h | 17 +++-------- include/linux/security.h | 4 +-- kernel/kthread.c | 2 ++ kernel/resource_kunit.c | 18 +++++++++--- mm/huge_memory.c | 2 +- mm/secretmem.c | 4 +-- mm/zswap.c | 1 - security/security.c | 10 ++++--- tools/testing/selftests/mm/hmm-tests.c | 2 +- 18 files changed, 117 insertions(+), 73 deletions(-)