Linus, please merge this small batch of MM updates for this -rc cycle, thanks. The following changes since commit 52ae298e3e5c9be5bb95e1c6d9199e5210f2a156: maple_tree: shrink struct maple_tree (2023-08-24 16:20:32 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-stable-2023-09-04-14-00 for you to fetch changes up to e68d343d2720779362cb7160cb7f4bd24979b2b4: mm/kmemleak: move up cond_resched() call in page scanning loop (2023-09-02 15:17:34 -0700) ---------------------------------------------------------------- - Stefan Roesch has added ksm statistics to /proc/pid/smaps - Also a number of singleton patches, mainly cleanups and leftovers. ---------------------------------------------------------------- Baruch Siach (2): rmap: remove anon_vma_link() nommu stub MAINTAINERS: add rmap.h to mm entry Jiaqi Yan (1): mm/hwpoison: rename hwp_walk* to hwpoison_walk* Johannes Weiner (1): mm: page_alloc: remove stale CMA guard code Miaohe Lin (1): mm: memory-failure: add PageOffline() check Stefan Roesch (1): proc/ksm: add ksm stats to /proc/pid/smaps Waiman Long (1): mm/kmemleak: move up cond_resched() call in page scanning loop Documentation/filesystems/proc.rst | 4 ++++ MAINTAINERS | 1 + fs/proc/task_mmu.c | 6 ++++++ include/linux/rmap.h | 1 - mm/kmemleak.c | 5 +++-- mm/memory-failure.c | 21 +++++++++++---------- mm/page_alloc.c | 21 ++++----------------- 7 files changed, 29 insertions(+), 30 deletions(-)