aboutsummaryrefslogtreecommitdiffstats
path: root/ipc/ipc_sysctl.c
diff options
context:
space:
mode:
authorSeongJae Park <sjpark@amazon.de>2021-11-08 18:35:56 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2021-11-09 10:02:53 -0800
commit303f8e2d02002dbe331cab7813ee091aead3cd39 (patch)
treedd71a3d57c1c7ba259733afe686b55ddd8a59918 /ipc/ipc_sysctl.c
parentvirtio-mem: disallow mapping virtio-mem memory via /dev/mem (diff)
downloadlinux-dev-303f8e2d02002dbe331cab7813ee091aead3cd39.tar.xz
linux-dev-303f8e2d02002dbe331cab7813ee091aead3cd39.zip
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/ipc_sysctl.c')
0 files changed, 0 insertions, 0 deletions