mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-24 03:24:55 +08:00
6216798bf9
Add kselftest to test that remove_on_exec removes inherited events from child tasks. Signed-off-by: Marco Elver <elver@google.com> Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Link: https://lkml.kernel.org/r/20210408103605.1676875-9-elver@google.com
7 lines
184 B
Makefile
7 lines
184 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
CFLAGS += -Wl,-no-as-needed -Wall -I../../../../usr/include
|
|
LDFLAGS += -lpthread
|
|
|
|
TEST_GEN_PROGS := sigtrap_threads remove_on_exec
|
|
include ../lib.mk
|