Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

selftests: rds: add tools/testing/selftests/net/rds/config

The ksft CI runtime needs an rds specific config file to build a
minimal kernel with the right options enabled. This patch adds
an rds selftest config containing the required CONFIG_RDS* and
CONFIG_NET_* options.

Signed-off-by: Allison Henderson <achender@kernel.org>
Link: https://patch.msgid.link/20260320041834.2761069-2-achender@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Allison Henderson and committed by
Jakub Kicinski
0f5d6800 e81cf512

+5
+5
tools/testing/selftests/net/rds/config
··· 1 + CONFIG_NET_NS=y 2 + CONFIG_NET_SCH_NETEM=y 3 + CONFIG_RDS=y 4 + CONFIG_RDS_TCP=y 5 + CONFIG_VETH=y