[PATCH v3 0/2] mm/damon/core-test: Fix memory leaks in core-test

From: Jinjie Ruan
Date: Mon Sep 18 2023 - 08:11:54 EST


There are a few memory leak in core-test which is detected by kmemleak,
the patch set fix the issue.

Changes in v3:
- Add new Reviewed-by.
- Update the first patch's commit message to make the description more
accurate.

Changes in v2:
- Add Reviewed-by.
- Rebased on mm-unstable.
- Replace the damon_del_region() with damon_destroy_region() rather than
calling damon_free_region().
- Update the commit message.

Jinjie Ruan (2):
mm/damon/core-test: Fix memory leak in damon_new_region()
mm/damon/core-test: Fix memory leak in damon_new_ctx()

mm/damon/core-test.h | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)

--
2.34.1