mirror of
https://github.com/torvalds/linux.git
synced 2024-12-24 11:51:27 +00:00
8c8fa605f7
Validate that the following new ptrace requests work as expected * PTRACE_GET_SYSCALL_USER_DISPATCH_CONFIG returns the contents of task->syscall_dispatch * PTRACE_SET_SYSCALL_USER_DISPATCH_CONFIG sets the contents of task->syscall_dispatch Signed-off-by: Gregory Price <gregory.price@memverge.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lore.kernel.org/r/20230407171834.3558-5-gregory.price@memverge.com
7 lines
179 B
Makefile
7 lines
179 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
CFLAGS += -std=c99 -pthread -Wall $(KHDR_INCLUDES)
|
|
|
|
TEST_GEN_PROGS := get_syscall_info peeksiginfo vmaccess get_set_sud
|
|
|
|
include ../lib.mk
|