[PATCH 0/2] mm/damon/{reclaim,lru_sort}: handle ctx allocation failures
From: SeongJae Park
Date: Thu May 28 2026 - 20:02:15 EST
DAMON_RECLAIM and DAMON_LRU_SORT could dereference NULL pointers if
their damon_ctx object allocations fail. The bug is expected to happen
not frequently,, because the allocation is arguably too small to fail on
common setup. But theoretically it is possible and the consequence is
bad. Fix those.
The issue was discovered [1] by Sashiko.
[1] https://lore.kernel.org/20260419014800.877-1-sj@xxxxxxxxxx
Changes from RFC v1
- RFC v1: https://lore.kernel.org/20260528061110.2172-1-sj@xxxxxxxxxx
- Drop RFC tag.
SeongJae Park (2):
mm/damon/reclaim: handle ctx allocation failure
mm/damonn/lru_sort: handle ctx allocation failure
mm/damon/lru_sort.c | 4 ++++
mm/damon/reclaim.c | 4 ++++
2 files changed, 8 insertions(+)
base-commit: 62a58b8764d8e485eee4c12d24ee107ef11c98f5
--
2.47.3