Linus, please merge this batch of fixes, thanks. The following changes since commit ac86f547ca1002aec2ef66b9e64d03f45bbbfbb9: mm: memcg: fix NULL pointer in mem_cgroup_track_foreign_dirty_slowpath() (2023-01-31 16:44:10 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2023-02-13-13-50 for you to fetch changes up to ce4d9a1ea35ac5429e822c4106cb2859d5c71f3e: of: reserved_mem: Have kmemleak ignore dynamically allocated reserved mem (2023-02-09 15:56:51 -0800) ---------------------------------------------------------------- 12 hotfixes, mostly against mm/. Five of these fixes are cc:stable. ---------------------------------------------------------------- Alexander Mikhalitsyn (1): mailmap: add entry for Alexander Mikhalitsyn Andrew Morton (1): revert "squashfs: harden sanity check in squashfs_read_xattr_id_table" Arnd Bergmann (1): mm: extend max struct page size for kmsan Christophe Leroy (1): kasan: fix Oops due to missing calls to kasan_arch_is_ready() Isaac J. Manjarres (1): of: reserved_mem: Have kmemleak ignore dynamically allocated reserved mem Jeff Xie (1): scripts/gdb: fix 'lx-current' for x86 Kefeng Wang (1): mm: hwpoison: support recovery from ksm_might_need_to_copy() Kuan-Ying Lee (1): mm/gup: add folio to list when folio_isolate_lru() succeed Li Lingfeng (1): lib: parser: optimize match_NUMBER apis to use local array Qi Zheng (1): mm: shrinkers: fix deadlock in shrinker debugfs Seth Jenkins (1): aio: fix mremap after fork null-deref Shiyang Ruan (1): fsdax: dax_unshare_iter() should return a valid length .mailmap | 2 ++ drivers/of/of_reserved_mem.c | 3 ++- fs/aio.c | 4 ++++ fs/dax.c | 5 +++-- fs/squashfs/xattr_id.c | 2 +- include/linux/mm.h | 12 +++++++++--- include/linux/shrinker.h | 5 +++-- lib/parser.c | 39 ++++++++++++++++++++------------------- mm/gup.c | 2 +- mm/kasan/common.c | 3 +++ mm/kasan/generic.c | 7 ++++++- mm/kasan/shadow.c | 12 ++++++++++++ mm/ksm.c | 7 +++++-- mm/memory.c | 3 +++ mm/shrinker_debug.c | 13 ++++++++----- mm/swapfile.c | 20 ++++++++++++++------ mm/vmscan.c | 6 +++++- scripts/gdb/linux/cpus.py | 2 +- 18 files changed, 102 insertions(+), 45 deletions(-)