mbox series

[GIT,PULL] remaining MM updates for 6.6-rc1

Message ID 20230904140819.b49a4ff6366047ddcb2d9b1f@linux-foundation.org (mailing list archive)
State New
Headers show
Series [GIT,PULL] remaining MM updates for 6.6-rc1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-stable-2023-09-04-14-00

Message

Andrew Morton Sept. 4, 2023, 9:08 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Sept. 5, 2023, 7:42 p.m. UTC | #1
The pull request you sent on Mon, 4 Sep 2023 14:08:19 -0700:

> git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-stable-2023-09-04-14-00

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/5eea5820c7340d39e56e169e1b87199391105f6b

Thank you!