[PATCH v1 1/1] selftests: set executable bit

2024-09-24 Thread David Hunter
Turn on the executable bit for the following script files. These scripts are set to TEST_PROGS in their respective Makefiles, but currently, when these tests are run, a warning occurs: # Warning: is not executable Signed-off-by: David Hunter --- tools/testing/selftests/damon

[PATCH 1/1 V4] selftests: net: improve missing modules error message

2024-09-14 Thread David Hunter
ll modules needed for the script file to properly execute. Signed-off-by: David Hunter --- V1 - https://lore.kernel.org/all/20240820202116.6124-1-david.hunter.li...@gmail.com/ V2 - https://lore.kernel.org/all/20240823054833.144612-1-david.hunter.li...@gmail.com/ - includ