[LTP] [PATCH 14/15] fanout01: Remove kernel >= 3.19 check

Petr Vorel pvorel@suse.cz
Mon May 27 08:33:45 CEST 2024


Since 9e9654cf2 LTP supports kernel >= 4.4.

Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
 testcases/network/packet/fanout01.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/testcases/network/packet/fanout01.c b/testcases/network/packet/fanout01.c
index 4243f8400..30c132621 100644
--- a/testcases/network/packet/fanout01.c
+++ b/testcases/network/packet/fanout01.c
@@ -85,7 +85,6 @@ void run(void)
 }
 
 static struct tst_test test = {
-	.min_kver = "3.19",
 	.setup = setup,
 	.test_all = run,
 	.cleanup = cleanup,
-- 
2.43.0



More information about the ltp mailing list