DAMON development mailing list
 help / color / mirror / Atom feed
* [PATCH 0/7] mm/damon: misc cleanups
@ 2026-08-31 14:26 SJ Park
  2026-08-31 14:26 ` [PATCH 1/7] mm/damon/core: remove declaration of __damon_commit_ctx() SJ Park
                   ` (6 more replies)
  0 siblings, 7 replies; 17+ messages in thread
From: SJ Park @ 2026-08-31 14:26 UTC (permalink / raw)
  To: Andrew Morton
  Cc: SJ Park, Zenghui Yu (Huawei), Greg Kroah-Hartman, Shuah Khan,
	damon, linux-kernel, linux-kselftest, linux-mm

Cleanup the code, tests and samples for clarifications and readability.

The patches are individually sent by the authors.  I'm reposting those
as one series for convenience of handling.  For this reason, changelog
is on each patch's commentary section.

Enze Li (1):
  samples/damon/mtier: add comment for struct region_range

Hari Mishal (1):
  selftests/damon/sysfs.py: clean up sh processes used for
    obsolete_target test

Jaeyeon Lee (1):
  mm/damon/tests: use scoped_guard() for damon_test_ops_registration

Li Youhong (1):
  mm/damon/ops-common: factor out damon_putback_folio_list()

SJ Park (1):
  mm/damon/core: introduce damon_set_target_pid()

Zenghui Yu (Huawei) (1):
  mm/damon/core: remove declaration of __damon_commit_ctx()

zhaozhengzhuo (1):
  selftests/damon: prevent remaining cross-object state pollution

 include/linux/damon.h                         |  1 +
 mm/damon/core.c                               | 14 ++++++-
 mm/damon/ops-common.c                         | 30 +++++++--------
 mm/damon/sysfs.c                              |  6 +--
 mm/damon/tests/core-kunit.h                   | 21 +++++-----
 samples/damon/mtier.c                         |  5 +++
 samples/damon/prcl.c                          |  5 +--
 samples/damon/wsse.c                          |  5 +--
 tools/testing/selftests/damon/_damon_sysfs.py | 38 ++++++++++++++-----
 tools/testing/selftests/damon/sysfs.py        |  4 ++
 10 files changed, 79 insertions(+), 50 deletions(-)


base-commit: 58132fed7967e3401e3f293a0a2cc983161e229e
-- 
2.47.3

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2026-09-01  0:40 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-31 14:26 [PATCH 0/7] mm/damon: misc cleanups SJ Park
2026-08-31 14:26 ` [PATCH 1/7] mm/damon/core: remove declaration of __damon_commit_ctx() SJ Park
2026-08-31 17:44   ` sashiko-bot
2026-08-31 14:26 ` [PATCH 2/7] mm/damon/core: introduce damon_set_target_pid() SJ Park
2026-08-31 17:58   ` sashiko-bot
2026-08-31 23:31   ` Andrew Morton
2026-09-01  0:40     ` SJ Park
2026-08-31 14:26 ` [PATCH 3/7] mm/damon/ops-common: factor out damon_putback_folio_list() SJ Park
2026-08-31 18:00   ` sashiko-bot
2026-08-31 14:26 ` [PATCH 4/7] selftests/damon/sysfs.py: clean up sh processes used for obsolete_target test SJ Park
2026-08-31 18:06   ` sashiko-bot
2026-08-31 14:26 ` [PATCH 5/7] mm/damon/tests: use scoped_guard() for damon_test_ops_registration SJ Park
2026-08-31 18:12   ` sashiko-bot
2026-08-31 14:26 ` [PATCH 6/7] selftests/damon: prevent remaining cross-object state pollution SJ Park
2026-08-31 18:17   ` sashiko-bot
2026-08-31 14:26 ` [PATCH 7/7] samples/damon/mtier: add comment for struct region_range SJ Park
2026-08-31 18:18   ` sashiko-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox