[LTP] [PATCH 12/17] cve: tcindex01: Switch from needs_drivers to needs_kconfigs

Cyril Hrubis chrubis@suse.cz
Thu Apr 2 14:13:51 CEST 2026


Signed-off-by: Cyril Hrubis <chrubis@suse.cz>
---
 testcases/cve/tcindex01.c | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/testcases/cve/tcindex01.c b/testcases/cve/tcindex01.c
index 370d7de49..478d75055 100644
--- a/testcases/cve/tcindex01.c
+++ b/testcases/cve/tcindex01.c
@@ -145,16 +145,13 @@ static struct tst_test test = {
 		"CONFIG_NET_NS=y",
 		"CONFIG_NET_SCH_HTB",
 		"CONFIG_NET_CLS_TCINDEX",
+		"CONFIG_DUMMY",
 		NULL
 	},
 	.save_restore = (const struct tst_path_val[]) {
 		{"/proc/sys/user/max_user_namespaces", "1024", TST_SR_SKIP},
 		{}
 	},
-	.needs_drivers = (const char *const []) {
-		"dummy",
-		NULL
-	},
 	.tags = (const struct tst_tag[]) {
 		{"linux-git", "8c710f75256b"},
 		{"CVE", "2023-1829"},
-- 
2.52.0



More information about the ltp mailing list