mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-07-16 11:05:53 -04:00
selftests/coredump: add coredump server selftests
This adds extensive tests for the coredump server. Link: https://lore.kernel.org/20250603-work-coredump-socket-protocol-v2-5-05a5f0c18ecc@kernel.org Acked-by: Lennart Poettering <lennart@poettering.net> Reviewed-by: Alexander Mikhalitsyn <aleksandr.mikhalitsyn@canonical.com> Signed-off-by: Christian Brauner <brauner@kernel.org>
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# SPDX-License-Identifier: GPL-2.0-only
|
# SPDX-License-Identifier: GPL-2.0-only
|
||||||
CFLAGS = -Wall -O0 $(KHDR_INCLUDES)
|
CFLAGS += -Wall -O0 -g $(KHDR_INCLUDES) $(TOOLS_INCLUDES)
|
||||||
|
|
||||||
TEST_GEN_PROGS := stackdump_test
|
TEST_GEN_PROGS := stackdump_test
|
||||||
TEST_FILES := stackdump
|
TEST_FILES := stackdump
|
||||||
|
|||||||
3
tools/testing/selftests/coredump/config
Normal file
3
tools/testing/selftests/coredump/config
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
CONFIG_COREDUMP=y
|
||||||
|
CONFIG_NET=y
|
||||||
|
CONFIG_UNIX=y
|
||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user