summaryrefslogtreecommitdiff
path: root/ipc
diff options
context:
space:
mode:
authorSeongJae Park <sjpark@amazon.de>2021-11-09 05:35:56 +0300
committerLinus Torvalds <torvalds@linux-foundation.org>2021-11-09 21:02:53 +0300
commit303f8e2d02002dbe331cab7813ee091aead3cd39 (patch)
treedd71a3d57c1c7ba259733afe686b55ddd8a59918 /ipc
parent2128f4e21aa283945e6f0fb183e70fdfdc0d66f0 (diff)
downloadlinux-303f8e2d02002dbe331cab7813ee091aead3cd39.tar.xz
selftests/kselftest/runner/run_one(): allow running non-executable files
When running a test program, 'run_one()' checks if the program has the execution permission and fails if it doesn't. However, it's easy to mistakenly lose the permissions, as some common tools like 'diff' don't support the permission change well[1]. Compared to that, making mistakes in the test program's path would only rare, as those are explicitly listed in 'TEST_PROGS'. Therefore, it might make more sense to resolve the situation on our own and run the program. For this reason, this commit makes the test program runner function still print the warning message but to try parsing the interpreter of the program and to explicitly run it with the interpreter, in this case. [1] https://lore.kernel.org/mm-commits/YRJisBs9AunccCD4@kroah.com/ Link: https://lkml.kernel.org/r/20210810164534.25902-1-sj38.park@gmail.com Signed-off-by: SeongJae Park <sjpark@amazon.de> Suggested-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Cc: Shuah Khan <shuah@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'ipc')
0 files changed, 0 insertions, 0 deletions