* [LTP] [PATCH 1/1] Move runtest/irq into runtest/kernel_misc
@ 2026-04-29 10:56 Petr Vorel
2026-04-29 10:58 ` Andrea Cervesato via ltp
` (3 more replies)
0 siblings, 4 replies; 7+ messages in thread
From: Petr Vorel @ 2026-04-29 10:56 UTC (permalink / raw)
To: ltp; +Cc: Tim Bird, automated-testing
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
--
Mailing list info: https://lists.linux.it/listinfo/ltp
^ permalink raw reply related [flat|nested] 7+ messages in thread* Re: [LTP] [PATCH 1/1] Move runtest/irq into runtest/kernel_misc
2026-04-29 10:56 [LTP] [PATCH 1/1] Move runtest/irq into runtest/kernel_misc Petr Vorel
@ 2026-04-29 10:58 ` Andrea Cervesato via ltp
2026-04-29 12:21 ` [LTP] " linuxtestproject.agent
` (2 subsequent siblings)
3 siblings, 0 replies; 7+ messages in thread
From: Andrea Cervesato via ltp @ 2026-04-29 10:58 UTC (permalink / raw)
To: Petr Vorel; +Cc: Tim Bird, ltp, automated-testing
Reviewed-by: Andrea Cervesato <andrea.cervesato@suse.com>
--
Andrea Cervesato
SUSE QE Automation Engineer Linux
andrea.cervesato@suse.com
--
Mailing list info: https://lists.linux.it/listinfo/ltp
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: [LTP] Move runtest/irq into runtest/kernel_misc
2026-04-29 10:56 [LTP] [PATCH 1/1] Move runtest/irq into runtest/kernel_misc Petr Vorel
2026-04-29 10:58 ` Andrea Cervesato via ltp
@ 2026-04-29 12:21 ` linuxtestproject.agent
2026-06-02 10:01 ` [LTP] [PATCH 1/1] " Cyril Hrubis
2026-06-30 8:00 ` Andrea Cervesato via ltp
3 siblings, 0 replies; 7+ messages in thread
From: linuxtestproject.agent @ 2026-04-29 12:21 UTC (permalink / raw)
To: Petr Vorel; +Cc: ltp, LTP AI Reviewer
Hi Petr,
On 2026-04-29, Petr Vorel <pvorel@suse.cz> wrote:
> Move runtest/irq into runtest/kernel_misc
> -irqbalance01 irqbalance01
> ...
> +irqbalance01 irqbalance01
Reviewed-by: LTP AI Reviewer <ltp-ai@noreply.github.com>
---
Note:
Our agent completed the review of the patch.
The agent can sometimes produce false positives although often its
findings are genuine. If you find issues with the review, please
comment this email or ignore the suggestions.
Regards,
LTP AI Reviewer
--
Mailing list info: https://lists.linux.it/listinfo/ltp
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [LTP] [PATCH 1/1] Move runtest/irq into runtest/kernel_misc
2026-04-29 10:56 [LTP] [PATCH 1/1] Move runtest/irq into runtest/kernel_misc Petr Vorel
2026-04-29 10:58 ` Andrea Cervesato via ltp
2026-04-29 12:21 ` [LTP] " linuxtestproject.agent
@ 2026-06-02 10:01 ` Cyril Hrubis
2026-06-30 8:00 ` Andrea Cervesato via ltp
3 siblings, 0 replies; 7+ messages in thread
From: Cyril Hrubis @ 2026-06-02 10:01 UTC (permalink / raw)
To: Petr Vorel; +Cc: Tim Bird, ltp, automated-testing
Hi!
Reviewed-by: Cyril Hrubis <chrubis@suse.cz>
--
Cyril Hrubis
chrubis@suse.cz
--
Mailing list info: https://lists.linux.it/listinfo/ltp
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [LTP] [PATCH 1/1] Move runtest/irq into runtest/kernel_misc
2026-04-29 10:56 [LTP] [PATCH 1/1] Move runtest/irq into runtest/kernel_misc Petr Vorel
` (2 preceding siblings ...)
2026-06-02 10:01 ` [LTP] [PATCH 1/1] " Cyril Hrubis
@ 2026-06-30 8:00 ` Andrea Cervesato via ltp
2026-06-30 9:03 ` Jan Stancek via ltp
3 siblings, 1 reply; 7+ messages in thread
From: Andrea Cervesato via ltp @ 2026-06-30 8:00 UTC (permalink / raw)
To: Petr Vorel; +Cc: Tim Bird, ltp, automated-testing
Hi Petr,
any news about this? Can we mege it?
Regards,
--
Andrea Cervesato
SUSE QE Automation Engineer Linux
andrea.cervesato@suse.com
--
Mailing list info: https://lists.linux.it/listinfo/ltp
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: [LTP] [PATCH 1/1] Move runtest/irq into runtest/kernel_misc
2026-06-30 8:00 ` Andrea Cervesato via ltp
@ 2026-06-30 9:03 ` Jan Stancek via ltp
2026-06-30 10:33 ` Petr Vorel
0 siblings, 1 reply; 7+ messages in thread
From: Jan Stancek via ltp @ 2026-06-30 9:03 UTC (permalink / raw)
To: Andrea Cervesato; +Cc: Tim Bird, ltp, automated-testing
On Tue, Jun 30, 2026 at 10:00 AM Andrea Cervesato
<andrea.cervesato@suse.com> wrote:
>
> Hi Petr,
>
> any news about this? Can we mege it?
+1
Acked-by: Jan Stancek <jstancek@redhat.com>
>
> Regards,
> --
> Andrea Cervesato
> SUSE QE Automation Engineer Linux
> andrea.cervesato@suse.com
>
--
Mailing list info: https://lists.linux.it/listinfo/ltp
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [LTP] [PATCH 1/1] Move runtest/irq into runtest/kernel_misc
2026-06-30 9:03 ` Jan Stancek via ltp
@ 2026-06-30 10:33 ` Petr Vorel
0 siblings, 0 replies; 7+ messages in thread
From: Petr Vorel @ 2026-06-30 10:33 UTC (permalink / raw)
To: Jan Stancek; +Cc: Tim Bird, ltp, automated-testing
Hi Jan, Andrea,
> On Tue, Jun 30, 2026 at 10:00 AM Andrea Cervesato
> <andrea.cervesato@suse.com> wrote:
> > Hi Petr,
> > any news about this? Can we mege it?
> +1
> Acked-by: Jan Stancek <jstancek@redhat.com>
Thanks for your ack. Please keep it unmerged, I need to prepare our
infrastructure for the change (it should be ready in few days, I'll merge it
then).
Kind regards,
Petr
--
Mailing list info: https://lists.linux.it/listinfo/ltp
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2026-06-30 10:33 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-29 10:56 [LTP] [PATCH 1/1] Move runtest/irq into runtest/kernel_misc Petr Vorel
2026-04-29 10:58 ` Andrea Cervesato via ltp
2026-04-29 12:21 ` [LTP] " linuxtestproject.agent
2026-06-02 10:01 ` [LTP] [PATCH 1/1] " Cyril Hrubis
2026-06-30 8:00 ` Andrea Cervesato via ltp
2026-06-30 9:03 ` Jan Stancek via ltp
2026-06-30 10:33 ` Petr Vorel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox