diff options
author | Christian Brauner <christian@brauner.io> | 2019-03-23 12:24:21 +0100 |
---|---|---|
committer | Christian Brauner <christian@brauner.io> | 2019-06-28 12:17:55 +0200 |
commit | 172bb24a4f480c180bee646f6616f714ac4bcab2 (patch) | |
tree | 4b8fa039326a0699ae1b6599e5e416c1399ab72b /tools/testing/selftests/pidfd/.gitignore | |
parent | 7615d9e1780e26e0178c93c55b73309a5dc093d7 (diff) | |
download | linux-172bb24a4f480c180bee646f6616f714ac4bcab2.tar.gz |
tests: add pidfd_open() tests
This adds testing for the new pidfd_open() syscalls. Specifically, we test:
- that no invalid flags can be passed to pidfd_open()
- that no invalid pid can be passed to pidfd_open()
- that a pidfd can be retrieved with pidfd_open()
- that the retrieved pidfd references the correct pid
Signed-off-by: Christian Brauner <christian@brauner.io>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: "Eric W. Biederman" <ebiederm@xmission.com>
Cc: Kees Cook <keescook@chromium.org>
Cc: Joel Fernandes (Google) <joel@joelfernandes.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Jann Horn <jannh@google.com>
Cc: David Howells <dhowells@redhat.com>
Cc: "Michael Kerrisk (man-pages)" <mtk.manpages@gmail.com>
Cc: Andy Lutomirsky <luto@kernel.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Oleg Nesterov <oleg@redhat.com>
Cc: Aleksa Sarai <cyphar@cyphar.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Cc: linux-api@vger.kernel.org
Diffstat (limited to 'tools/testing/selftests/pidfd/.gitignore')
-rw-r--r-- | tools/testing/selftests/pidfd/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/pidfd/.gitignore b/tools/testing/selftests/pidfd/.gitignore index 822a1e63d045..16d84d117bc0 100644 --- a/tools/testing/selftests/pidfd/.gitignore +++ b/tools/testing/selftests/pidfd/.gitignore @@ -1 +1,2 @@ +pidfd_open_test pidfd_test |