mirror of
https://github.com/LineageOS/android_kernel_fxtec_sm6115.git
synced 2026-08-18 12:41:04 +00:00
This tests clone3() with *set_tid to see if all desired PIDs are working as expected. The tests are trying multiple invalid input parameters as well as creating processes while specifying a certain PID in multiple PID namespaces at the same time. Additionally this moves common clone3() test code into clone3_selftests.h. Change-Id: Ic30e083c2b8c3e5c1fe9adff28387e84431f4c71 Signed-off-by: Adrian Reber <areber@redhat.com> Acked-by: Christian Brauner <christian.brauner@ubuntu.com> Link: https://lore.kernel.org/r/20191115123621.142252-2-areber@redhat.com Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com> Signed-off-by: ralph950412 <ralph950412@gmail.com> Signed-off-by: rsuntk <rissu.ntk@gmail.com>
7 lines
156 B
Makefile
7 lines
156 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
CFLAGS += -g -I../../../../usr/include/
|
|
|
|
TEST_GEN_PROGS := clone3 clone3_clear_sighand clone3_set_tid
|
|
|
|
include ../lib.mk
|