Linus, please merge this batch of MM (and one non-MM) hotfixes, thanks. The following changes since commit b401b621758e46812da61fa58a67c3fd8d91de0d: Linux 6.8-rc5 (2024-02-18 12:56:25 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2024-02-22-15-02 for you to fetch changes up to 2597c9947b0174fcc71bdd7ab6cb49c2b4291e95: kasan: guard release_free_meta() shadow access with kasan_arch_is_ready() (2024-02-20 14:20:50 -0800) ---------------------------------------------------------------- 14 hotfixes. 10 are cc:stable and the remainder address post-6.7 issues or aren't considered appropriate for backporting. ---------------------------------------------------------------- Anshuman Khandual (1): mm/memblock: add MEMBLOCK_RSRV_NOINIT into flagname[] array Benjamin Gray (1): kasan: guard release_free_meta() shadow access with kasan_arch_is_ready() Chengming Zhou (1): mm/zswap: invalidate duplicate entry when !zswap_enabled Guenter Roeck (1): lib/Kconfig.debug: TEST_IOV_ITER depends on MMU Johannes Weiner (1): mm: memcontrol: clarify swapaccount=0 deprecation warning Kairui Song (1): mm/swap: fix race when skipping swapcache Nhat Pham (1): mm/swap_state: update zswap LRU's protection range with the folio locked SeongJae Park (4): mm/damon/core: check apply interval in damon_do_apply_schemes() mm/damon/sysfs-schemes: handle schemes sysfs dir removal before commit_schemes_quota_goals mm/damon/reclaim: fix quota stauts loss due to online tunings mm/damon/lru_sort: fix quota status loss due to online tunings Shakeel Butt (1): MAINTAINERS: mailmap: update Shakeel's email address Terry Tritton (1): selftests/mm: uffd-unit-test check if huge page size is 0 Yosry Ahmed (1): mm: zswap: fix missing folio cleanup in writeback race path .mailmap | 1 + MAINTAINERS | 2 +- include/linux/swap.h | 5 ++++ lib/Kconfig.debug | 1 + mm/damon/core.c | 15 +++++++--- mm/damon/lru_sort.c | 43 +++++++++++++++++++++++----- mm/damon/reclaim.c | 18 +++++++++++- mm/damon/sysfs-schemes.c | 4 +++ mm/kasan/generic.c | 3 ++ mm/memblock.c | 1 + mm/memcontrol.c | 10 +++++-- mm/memory.c | 20 +++++++++++++ mm/swap.h | 5 ++++ mm/swap_state.c | 10 ++++--- mm/swapfile.c | 13 +++++++++ mm/zswap.c | 15 ++++++---- tools/testing/selftests/mm/uffd-unit-tests.c | 6 ++++ 17 files changed, 147 insertions(+), 25 deletions(-)