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

2024-09-24 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (master) by Palmer Dabbelt : On Tue, 24 Sep 2024 13:54:57 -0400 you wrote: > 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,

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

2024-09-24 Thread SeongJae Park
Hi David, On Tue, 24 Sep 2024 13:54:57 -0400 David Hunter wrote: > 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 T

[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/damon_nr_regions