[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240222150609.61c32cf2ababec81509bf5fc@linux-foundation.org>
Date: Thu, 22 Feb 2024 15:06:09 -0800
From: Andrew Morton <akpm@...ux-foundation.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-mm@...ck.org, mm-commits@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [GIT PULL] hotfixes for 6.8-rc6
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(-)
Powered by blists - more mailing lists