linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] selftests/damon: fix damon selftests by installing _common.sh
@ 2025-08-12  8:12 Alexandre Ghiti
  2025-08-12 12:32 ` Sang-Heon Jeon
  2025-08-12 17:13 ` [PATCH] " SeongJae Park
  0 siblings, 2 replies; 7+ messages in thread
From: Alexandre Ghiti @ 2025-08-12  8:12 UTC (permalink / raw)
  To: SeongJae Park, Shuah Khan, Andrew Morton, Enze Li
  Cc: damon, linux-mm, linux-kselftest, linux-kernel, Alexandre Ghiti

_common.sh was recently introduced but is not installed and then
triggers an error when trying to run the damon selftests:

selftests: damon: sysfs.sh
./sysfs.sh: line 4: _common.sh: No such file or directory

Install this file to avoid this error.

Fixes: 511914506d19 ("selftests/damon: introduce _common.sh to host shared function")
Signed-off-by: Alexandre Ghiti <alexghiti@rivosinc.com>
---
 tools/testing/selftests/damon/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/testing/selftests/damon/Makefile b/tools/testing/selftests/damon/Makefile
index 5b230deb19e8ee6cee56eb8f18c35e12f331e8b7..ddc69e8bde2905ff1c461a08f2ad008e6b28ac87 100644
--- a/tools/testing/selftests/damon/Makefile
+++ b/tools/testing/selftests/damon/Makefile
@@ -4,6 +4,7 @@
 TEST_GEN_FILES += access_memory access_memory_even
 
 TEST_FILES = _damon_sysfs.py
+TEST_FILES += _common.sh
 
 # functionality tests
 TEST_PROGS += sysfs.sh

---
base-commit: 2754d549af31f8f029f02d02cd8e574676229b3d
change-id: 20250812-alex-fixes_manual-aed3ef75dd83

Best regards,
-- 
Alexandre Ghiti <alexghiti@rivosinc.com>


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

end of thread, other threads:[~2025-08-13  3:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-12  8:12 [PATCH] selftests/damon: fix damon selftests by installing _common.sh Alexandre Ghiti
2025-08-12 12:32 ` Sang-Heon Jeon
2025-08-12 13:27   ` Sang-Heon Jeon
2025-08-12 17:20     ` SeongJae Park
2025-08-13  1:49       ` Sang-Heon Jeon
2025-08-13  3:04     ` q[PATCH] " Enze Li
2025-08-12 17:13 ` [PATCH] " 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).