mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 07:44:49 +01: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:
parent
be227ba821
commit
59cd658eaf
3 changed files with 1258 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# 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_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
Loading…
Add table
Add a link
Reference in a new issue