mbox series

[0/2] mm/damon/core: fix memory leaks and ignored inputs from damon_commit_ctx()

Message ID 20241222231222.85060-1-sj@kernel.org (mailing list archive)
Headers show
Series mm/damon/core: fix memory leaks and ignored inputs from damon_commit_ctx() | expand

Message

SeongJae Park Dec. 22, 2024, 11:12 p.m. UTC
Due to two bugs in damon_commit_targets() and damon_commit_schemes(),
which are called from damon_commit_ctx(), some user inputs can be
ignored, and some mmeory objects can be leaked.  Fix those.

Note that only DAMON sysfs interface users are affected.  Other DAMON
core API user modules that more focused more on simple and dedicated
production usages, including DAMON_RECLAIM and DAMON_LRU_SORT are not
using the buggy function in the way, so not affected.

SeongJae Park (2):
  mm/damon/core: fix new damon_target objects leaks on
    damon_commit_targets()
  mm/damon/core: fix ignored quota goals and filters of newly committed
    schemes

 mm/damon/core.c | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)


base-commit: a2b6c37664ce2d7ab39837dae4078fcb01078f13