[GIT,PULL] Final MM updates for 6.2-rc1

Message ID 20221217203048.c502a0c0ba87b5be1bfb7824@linux-foundation.org
State New
Headers
Series [GIT,PULL] Final MM updates for 6.2-rc1 |

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-stable-2022-12-17-2

Message

Andrew Morton Dec. 18, 2022, 4:30 a.m. UTC
  Linus, please merge this handful of leftovers.

Thanks.



The following changes since commit 8fa590bf344816c925810331eea8387627bbeb40:

  Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm (2022-12-15 11:12:21 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-stable-2022-12-17-2

for you to fetch changes up to 8b777594d2341a82f00b57c020f8af05bded1178:

  MAINTAINERS: zram: zsmalloc: Add an additional co-maintainer (2022-12-15 16:37:49 -0800)

----------------------------------------------------------------
- A few late-breaking minor fixups

- Two minor feature patches which were awkwardly dependent on mm-nonmm.
  I need to set up a new branch to handle such things.

----------------------------------------------------------------
Clément Léger (1):
      mm/kmemleak: use %pK to display kernel pointers in backtrace

David Hildenbrand (1):
      mm/gup_test: free memory allocated via kvcalloc() using kvfree()

Liam Howlett (2):
      maple_tree: fix mas_find_rev() comment
      maple_tree: update copyright dates for test code

Minchan Kim (1):
      MAINTAINERS: zram: zsmalloc: Add an additional co-maintainer

Zhaoyang Huang (1):
      mm: use stack_depot for recording kmemleak's backtrace

 CREDITS                          |  4 ++++
 MAINTAINERS                      |  6 ++---
 lib/Kconfig.debug                |  1 +
 lib/maple_tree.c                 |  2 +-
 mm/gup_test.c                    |  4 ++--
 mm/kmemleak.c                    | 48 ++++++++++++++++++++++++----------------
 tools/testing/radix-tree/maple.c |  5 +++--
 7 files changed, 42 insertions(+), 28 deletions(-)
  

Comments

pr-tracker-bot@kernel.org Dec. 19, 2022, 2:30 p.m. UTC | #1
The pull request you sent on Sat, 17 Dec 2022 20:30:48 -0800:

> git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-stable-2022-12-17-2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/1ea9d333ba475041efe43d9d9bc32e64aea2ea2b

Thank you!