]> git.baikalelectronics.ru Git - kernel.git/commit
selftests/exec: Remove pipe from TEST_GEN_FILES
authorMuhammad Usama Anjum <usama.anjum@collabora.com>
Thu, 27 Jan 2022 16:33:45 +0000 (21:33 +0500)
committerShuah Khan <skhan@linuxfoundation.org>
Thu, 27 Jan 2022 18:01:20 +0000 (11:01 -0700)
commit8100d135bf38286a87669786e2ce7d28e4f07f66
tree5685f5f69ef5a3146eff3c7964fecf84d9a34814
parentf65f76246fd88cf6d5be670f30e7f04c87f1f6b7
selftests/exec: Remove pipe from TEST_GEN_FILES

pipe named FIFO special file is being created in execveat.c to perform
some tests. Makefile doesn't need to do anything with the pipe. When it
isn't found, Makefile generates the following build error:

make: *** No rule to make target
'../tools/testing/selftests/exec/pipe', needed by 'all'.  Stop.

pipe is created and removed during test run-time.

Amended change log to add pipe remove info:
Shuah Khan <skhan@linuxfoundation.org>

Fixes: f5932bcdbba0 ("selftests/exec: Verify execve of non-regular files fail")
Signed-off-by: Muhammad Usama Anjum <usama.anjum@collabora.com>
Reviewed-by: Shuah Khan <skhan@linuxfoundation.org>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/testing/selftests/exec/Makefile