[GIT PULL] hotfixes for 7.0-rc6
From: Andrew Morton
Date: Mon Mar 23 2026 - 21:06:03 EST
Linus, please merge this batch of hotfixes, thanks.
The following changes since commit f0caa1d49cc07b30a7e2f104d3853ec6dc1c3cad:
Merge tag 'hid-for-linus-2026031701' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid (2026-03-17 13:55:51 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2026-03-23-17-56
for you to fetch changes up to 84481e705ab07ed46e56587fe846af194acacafe:
mm/damon/stat: monitor all System RAM resources (2026-03-23 09:35:05 -0700)
----------------------------------------------------------------
6 hotfixes. 2 are cc:stable. All are for MM.
All are singletons - please see the changelogs for details.
----------------------------------------------------------------
Lorenzo Stoakes (Oracle) (2):
mm/rmap: clear vma->anon_vma on error
mm/zswap: add missing kunmap_local()
Muhammad Usama Anjum (1):
mailmap: update email address for Muhammad Usama Anjum
SeongJae Park (2):
mm/damon/core: avoid use of half-online-committed context
mm/damon/stat: monitor all System RAM resources
Sergey Senozhatsky (1):
zram: do not slot_free() written-back slots
.mailmap | 1 +
drivers/block/zram/zram_drv.c | 39 ++++++++++++-------------------
include/linux/damon.h | 6 +++++
mm/damon/core.c | 8 +++++++
mm/damon/stat.c | 53 ++++++++++++++++++++++++++++++++++++++++---
mm/rmap.c | 7 ++++++
mm/zswap.c | 8 ++++++-
7 files changed, 93 insertions(+), 29 deletions(-)