mirror of
https://github.com/torvalds/linux.git
synced 2024-12-04 18:13:04 +00:00
e48d117436
This adds a stress test that should hopefully help us catch regressions for [1], [2], and [3]. [1]:2669b8b0c7
("binder: prevent UAF for binderfs devices") [2]:f0fe2c0f05
("binder: prevent UAF for binderfs devices II") [3]:211b64e4b5
("binderfs: use refcount for binder control devices too") Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com> Reviewed-by: Kees Cook <keescook@chromium.org> Link: https://lore.kernel.org/r/20200313152420.138777-3-christian.brauner@ubuntu.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9 lines
215 B
Makefile
9 lines
215 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
CFLAGS += -I../../../../../usr/include/ -pthread
|
|
TEST_GEN_PROGS := binderfs_test
|
|
|
|
binderfs_test: binderfs_test.c ../../kselftest.h ../../kselftest_harness.h
|
|
|
|
include ../../lib.mk
|