[LTP] [PATCH 1/1] Move runtest/irq into runtest/kernel_misc

Petr Vorel pvorel@suse.cz
Wed Apr 29 12:56:44 CEST 2026


runtest/irq contains single test irqbalance01. Although it's not good to
remove existing runtest it's not worth to start SUT for only single
test in a runtest (at least in SUSE we boot SUT, run single runtest
and shutdown SUT).

Also test fails when run immediately after boot (journalctl):

    08:49:41 susetest systemd[1]: Started irqbalance daemon.
    08:49:41 susetest irqbalance[782]: thermal: failed to receive messages.
    08:49:41 susetest irqbalance[782]: Failed to initialize thermal events.
    09:18:12 susetest irqbalance[782]: Cannot change IRQ 47 affinity: Permission denied
    09:18:12 susetest irqbalance[782]: IRQ 47 affinity is now unmanaged

Therefore move irqbalance01 into runtest/kernel_misc. If we happen to
get more irq tests we can restore runtest/irq again and keep
irqbalance01 at the end.

Reported-by: Petr Cervinka <pcervinka@suse.com>
Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
 runtest/irq         | 1 -
 runtest/kernel_misc | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)
 delete mode 100644 runtest/irq

diff --git a/runtest/irq b/runtest/irq
deleted file mode 100644
index 56d0d23c87..0000000000
--- a/runtest/irq
+++ /dev/null
@@ -1 +0,0 @@
-irqbalance01 irqbalance01
diff --git a/runtest/kernel_misc b/runtest/kernel_misc
index 78f00d305f..e50a1a725f 100644
--- a/runtest/kernel_misc
+++ b/runtest/kernel_misc
@@ -16,3 +16,4 @@ zram02 zram02.sh
 zram03 zram03
 umip_basic_test umip_basic_test
 aslr01 aslr01
+irqbalance01 irqbalance01
-- 
2.54.0



More information about the ltp mailing list