diff options
| author | Matthieu Baerts (NGI0) <matttbe@kernel.org> | 2026-05-20 11:34:43 +1000 |
|---|---|---|
| committer | Jakub Kicinski <kuba@kernel.org> | 2026-05-21 07:39:20 -0700 |
| commit | 92cc6708f4a2ce15433b8355f363d446429ba88c (patch) | |
| tree | c00b8e18dc3907de0c154c1201de0d62de2e9150 | |
| parent | dbc81608e3a653dea6cf403f20cae35468b8ab9c (diff) | |
selftests: rds: config: disable modules
The run.sh script explicitly checks that CONFIG_MODULES is disabled.
By default, this config option is enabled. Explicitly disable it to be
able to run the RDS tests.
Note that writing '# CONFIG_(...) is not set' is usually recommended to
disable an option in the .config, but it looks like selftests usually
set 'CONFIG_(...)=n', which looks clearer.
Fixes: 0f5d68004780 ("selftests: rds: add tools/testing/selftests/net/rds/config")
Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
Reviewed-by: Allison Henderson <achender@kernel.org>
Link: https://patch.msgid.link/20260520-net-rds-config-modules-v1-1-2100df02fe9a@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
| -rw-r--r-- | tools/testing/selftests/net/rds/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/net/rds/config b/tools/testing/selftests/net/rds/config index 97db7ecb892a..3d62d0c750a8 100644 --- a/tools/testing/selftests/net/rds/config +++ b/tools/testing/selftests/net/rds/config @@ -1,3 +1,4 @@ +CONFIG_MODULES=n CONFIG_NET_NS=y CONFIG_NET_SCH_NETEM=y CONFIG_RDS=y |
