From: Alexandre Ghiti Date: Tue, 12 Aug 2025 08:12:11 +0000 (+0000) Subject: selftests/damon: fix damon selftests by installing _common.sh X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=acf925e77def12f3a39c0d48dab9609405085e0f;p=users%2Fjedix%2Flinux-maple.git selftests/damon: fix damon selftests by installing _common.sh _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. Link: https://lkml.kernel.org/r/20250812-alex-fixes_manual-v1-1-c4e99b1f80e4@rivosinc.com Fixes: 511914506d19 ("selftests/damon: introduce _common.sh to host shared function") Signed-off-by: Alexandre Ghiti Tested-by: Sang-Heon Jeon Reviewed-by: SeongJae Park Tested-by: Enze Li Cc: Shuah Khan Signed-off-by: Andrew Morton --- diff --git a/tools/testing/selftests/damon/Makefile b/tools/testing/selftests/damon/Makefile index 029de547f31c..2180c328a825 100644 --- a/tools/testing/selftests/damon/Makefile +++ b/tools/testing/selftests/damon/Makefile @@ -5,6 +5,7 @@ TEST_GEN_FILES += access_memory access_memory_even TEST_FILES = _damon_sysfs.py TEST_FILES += drgn_dump_damon_status.py +TEST_FILES += _common.sh # functionality tests TEST_PROGS += sysfs.sh