mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-02-21 18:48:44 -05:00
Add a test which checks that the kstkesp field in /proc/pid/stat can be read for all threads of a coredumping process. For full details including the motivation for this test and how it works, see the README file added by this commit. Reviewed-by: John Ogness <john.ogness@linutronix.de> Signed-off-by: Nam Cao <namcao@linutronix.de> Link: https://lore.kernel.org/r/50e737b6576208566d14efcf1934fe840de6b1f4.1735805772.git.namcao@linutronix.de Signed-off-by: Christian Brauner <brauner@kernel.org>
8 lines
143 B
Makefile
8 lines
143 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
CFLAGS = $(KHDR_INCLUDES)
|
|
|
|
TEST_GEN_PROGS := stackdump_test
|
|
TEST_FILES := stackdump
|
|
|
|
include ../lib.mk
|