]> www.infradead.org Git - users/jedix/linux-maple.git/commit
selftests/damon: fix selftests by installing drgn related script
authorSang-Heon Jeon <ekffu200098@gmail.com>
Tue, 12 Aug 2025 14:00:46 +0000 (23:00 +0900)
committerAndrew Morton <akpm@linux-foundation.org>
Tue, 19 Aug 2025 23:35:55 +0000 (16:35 -0700)
commit0cc2a4880ced1486acc34898cd85edc6ee109c4c
tree3d336280532dca644eebc76a45e1eecc66b48bb8
parent8b26f0a8b4f220c1ec410e1350e8594911ec5742
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: f3e8e1e51362 ("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>
tools/testing/selftests/damon/Makefile