linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/11] mm/damon: Trivial fixups and improvements
@ 2021-12-01 15:04 SeongJae Park
  2021-12-01 15:04 ` [PATCH 01/11] mm/damon/core: Use better timer mechanisms selection threshold SeongJae Park
                   ` (10 more replies)
  0 siblings, 11 replies; 19+ messages in thread
From: SeongJae Park @ 2021-12-01 15:04 UTC (permalink / raw)
  To: akpm
  Cc: shuah, brendanhiggins, linux-mm, linux-kselftest, linux-kernel,
	SeongJae Park

This patchset contains trivial fixups and improvements for DAMON and its
kunit/kselftest tests.

SeongJae Park (11):
  mm/damon/core: Use better timer mechanisms selection threshold
  mm/damon/dbgfs: Remove an unnecessary error message
  mm/damon/core: Remove unnecessary error messages
  mm/damon/vaddr: Remove an unnecessary warning message
  mm/damon/vaddr-test: Split a test function having >1024 bytes frame
    size
  mm/damon/vaddr-test: Remove unnecessary variables
  selftests/damon: Skip test if DAMON is running
  selftests/damon: Test DAMON enabling with empty target_ids case
  selftests/damon: Test wrong DAMOS condition ranges input
  selftests/damon: Test debugfs file reads/writes with huge count
  selftests/damon: Split test cases

 mm/damon/core.c                               | 14 +---
 mm/damon/dbgfs.c                              |  4 +-
 mm/damon/vaddr-test.h                         | 79 +++++++++----------
 mm/damon/vaddr.c                              |  1 -
 tools/testing/selftests/damon/.gitignore      |  2 +
 tools/testing/selftests/damon/Makefile        |  7 +-
 .../selftests/damon/_debugfs_common.sh        | 52 ++++++++++++
 .../testing/selftests/damon/debugfs_attrs.sh  | 73 +----------------
 .../selftests/damon/debugfs_empty_targets.sh  | 13 +++
 .../damon/debugfs_huge_count_read_write.sh    | 22 ++++++
 .../selftests/damon/debugfs_schemes.sh        | 19 +++++
 .../selftests/damon/debugfs_target_ids.sh     | 19 +++++
 .../selftests/damon/huge_count_read_write.c   | 39 +++++++++
 13 files changed, 214 insertions(+), 130 deletions(-)
 create mode 100644 tools/testing/selftests/damon/.gitignore
 create mode 100644 tools/testing/selftests/damon/_debugfs_common.sh
 create mode 100644 tools/testing/selftests/damon/debugfs_empty_targets.sh
 create mode 100644 tools/testing/selftests/damon/debugfs_huge_count_read_write.sh
 create mode 100644 tools/testing/selftests/damon/debugfs_schemes.sh
 create mode 100644 tools/testing/selftests/damon/debugfs_target_ids.sh
 create mode 100644 tools/testing/selftests/damon/huge_count_read_write.c

-- 
2.17.1


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

end of thread, other threads:[~2021-12-08 16:48 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-01 15:04 [PATCH 00/11] mm/damon: Trivial fixups and improvements SeongJae Park
2021-12-01 15:04 ` [PATCH 01/11] mm/damon/core: Use better timer mechanisms selection threshold SeongJae Park
2021-12-01 15:04 ` [PATCH 02/11] mm/damon/dbgfs: Remove an unnecessary error message SeongJae Park
2021-12-08  6:29   ` Xin Hao
2021-12-08 12:49     ` SeongJae Park
2021-12-08 15:13       ` Xin Hao
2021-12-08 16:48         ` SeongJae Park
2021-12-01 15:04 ` [PATCH 03/11] mm/damon/core: Remove unnecessary error messages SeongJae Park
2021-12-01 15:04 ` [PATCH 04/11] mm/damon/vaddr: Remove an unnecessary warning message SeongJae Park
2021-12-03  3:01   ` Muchun Song
2021-12-03 20:44     ` Andrew Morton
2021-12-04  2:37       ` Muchun Song
2021-12-01 15:04 ` [PATCH 05/11] mm/damon/vaddr-test: Split a test function having >1024 bytes frame size SeongJae Park
2021-12-01 15:04 ` [PATCH 06/11] mm/damon/vaddr-test: Remove unnecessary variables SeongJae Park
2021-12-01 15:04 ` [PATCH 07/11] selftests/damon: Skip test if DAMON is running SeongJae Park
2021-12-01 15:04 ` [PATCH 08/11] selftests/damon: Test DAMON enabling with empty target_ids case SeongJae Park
2021-12-01 15:04 ` [PATCH 09/11] selftests/damon: Test wrong DAMOS condition ranges input SeongJae Park
2021-12-01 15:04 ` [PATCH 10/11] selftests/damon: Test debugfs file reads/writes with huge count SeongJae Park
2021-12-01 15:04 ` [PATCH 11/11] selftests/damon: Split test cases SeongJae Park

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).