mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08:00
selftests/damon: fix selftests by installing drgn related script
drgn_dump_damon_status is not installed during kselftest setup. It can
break other tests which depend on drgn_dump_damon_status. Install
drgn_dump_damon_status files to fix broken test.
Link: https://lkml.kernel.org/r/20250812140046.660486-1-ekffu200098@gmail.com
Fixes: f3e8e1e513
("selftests/damon: add drgn script for extracting damon status")
Signed-off-by: Sang-Heon Jeon <ekffu200098@gmail.com>
Reviewed-by: SeongJae Park <sj@kernel.org>
Cc: Alexandre Ghiti <alexghiti@rivosinc.com>
Cc: Honggyu Kim <honggyu.kim@sk.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
This commit is contained in:
parent
8b26f0a8b4
commit
0cc2a4880c
@ -4,6 +4,7 @@
|
|||||||
TEST_GEN_FILES += access_memory access_memory_even
|
TEST_GEN_FILES += access_memory access_memory_even
|
||||||
|
|
||||||
TEST_FILES = _damon_sysfs.py
|
TEST_FILES = _damon_sysfs.py
|
||||||
|
TEST_FILES += drgn_dump_damon_status.py
|
||||||
|
|
||||||
# functionality tests
|
# functionality tests
|
||||||
TEST_PROGS += sysfs.sh
|
TEST_PROGS += sysfs.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user