2023-09-18 08:27:18

by Jinjie Ruan

[permalink] [raw]
Subject: [PATCH v2 0/2] mm/damon/core-test: Fix memory leaks in core-test

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

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