diff options
author | Christian Brauner <christian.brauner@ubuntu.com> | 2019-10-14 13:45:38 +0300 |
---|---|---|
committer | Christian Brauner <christian.brauner@ubuntu.com> | 2019-10-21 22:47:04 +0300 |
commit | de5287235631cc561716d85f984614ef9598a5cc (patch) | |
tree | a1c5c0eb769b5835230ab53bf39cfbbfe673b205 /MAINTAINERS | |
parent | b612e5df4587c934bd056bf05f4a1deca4de4f75 (diff) | |
download | linux-de5287235631cc561716d85f984614ef9598a5cc.tar.xz |
tests: test CLONE_CLEAR_SIGHAND
Test that CLONE_CLEAR_SIGHAND resets signal handlers to SIG_DFL for the
child process and that CLONE_CLEAR_SIGHAND and CLONE_SIGHAND are
mutually exclusive.
Cc: Florian Weimer <fweimer@redhat.com>
Cc: libc-alpha@sourceware.org
Cc: linux-api@vger.kernel.org
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
Link: https://lore.kernel.org/r/20191014104538.3096-2-christian.brauner@ubuntu.com
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index a69e6db80c79..ab09c34b8a1e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -12826,6 +12826,7 @@ S: Maintained T: git git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux.git F: samples/pidfd/ F: tools/testing/selftests/pidfd/ +F: tools/testing/selftests/clone3/ K: (?i)pidfd K: (?i)clone3 K: \b(clone_args|kernel_clone_args)\b |