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 /tools/testing/selftests/Makefile | |
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 'tools/testing/selftests/Makefile')
-rw-r--r-- | tools/testing/selftests/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/Makefile b/tools/testing/selftests/Makefile index 4cdbae6f4e61..ad442364218a 100644 --- a/tools/testing/selftests/Makefile +++ b/tools/testing/selftests/Makefile @@ -4,6 +4,7 @@ TARGETS += bpf TARGETS += breakpoints TARGETS += capabilities TARGETS += cgroup +TARGETS += clone3 TARGETS += cpufreq TARGETS += cpu-hotplug TARGETS += drivers/dma-buf |