[LTP] [PATCH 09/15] busy_poll: Remove kernel >= 3.11 check

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


Since 9e9654cf2 LTP supports kernel >= 4.4.

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

diff --git a/testcases/network/busy_poll/busy_poll_lib.sh b/testcases/network/busy_poll/busy_poll_lib.sh
index de61d3fcd..dd88dd9c7 100755
--- a/testcases/network/busy_poll/busy_poll_lib.sh
+++ b/testcases/network/busy_poll/busy_poll_lib.sh
@@ -5,7 +5,6 @@
 TST_SETUP="setup"
 TST_TESTFUNC="test"
 TST_CLEANUP="cleanup"
-TST_MIN_KVER="3.11"
 TST_NEEDS_TMPDIR=1
 TST_NEEDS_ROOT=1
 TST_NEEDS_CMDS="pkill sysctl ethtool"
-- 
2.43.0



More information about the ltp mailing list