* [LTP] [PATCH] kirk: upgrade version to 4.2.0
@ 2026-09-08 9:12 Andrea Cervesato
2026-09-08 10:41 ` [LTP] " linuxtestproject.agent
2026-09-10 8:56 ` [LTP] [PATCH] " Petr Vorel
0 siblings, 2 replies; 4+ messages in thread
From: Andrea Cervesato @ 2026-09-08 9:12 UTC (permalink / raw)
To: Linux Test Project
From: Andrea Cervesato <andrea.cervesato@suse.com>
- Add --dry-run option to preview tests before execution
- Add configurable fault injection interval option
- Persist and export partial results when a session is aborted mid-suite
- Fix --exec-timeout not killing tests in the shell channel
- Fix JSON report file being opened in read/write instead of write-only
mode
- Fix incorrect log message when test parameters are missing in LTP
metadata
- Fix exception handling in the event subsystem
- Fix --randomize command-line description
- Major documentation update (quickstart, SSH, LTX, QEMU, and plugins)
- Move IOBuffer implementations inside the sut module
- Improve test suite coverage and fix flaky test cases
Link: https://github.com/linux-test-project/kirk/releases/tag/v4.2.0
Signed-off-by: Andrea Cervesato <andrea.cervesato@suse.com>
---
tools/kirk/kirk-src | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/kirk/kirk-src b/tools/kirk/kirk-src
index 7d4234c43..e65b84ba0 160000
--- a/tools/kirk/kirk-src
+++ b/tools/kirk/kirk-src
@@ -1 +1 @@
-Subproject commit 7d4234c4305ab8b7b4ec27e911798b5e7f65ef88
+Subproject commit e65b84ba00de6e5b6bdb63d5259490d7f9d460b8
---
base-commit: 352f9134942933efcfa608b87ae814db603b3228
change-id: 20260908-kirk_4-2-0-3368412f3fd7
Best regards,
--
Andrea Cervesato <andrea.cervesato@suse.com>
--
Mailing list info: https://lists.linux.it/listinfo/ltp
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [LTP] kirk: upgrade version to 4.2.0
2026-09-08 9:12 [LTP] [PATCH] kirk: upgrade version to 4.2.0 Andrea Cervesato
@ 2026-09-08 10:41 ` linuxtestproject.agent
2026-09-10 8:56 ` [LTP] [PATCH] " Petr Vorel
1 sibling, 0 replies; 4+ messages in thread
From: linuxtestproject.agent @ 2026-09-08 10:41 UTC (permalink / raw)
To: Andrea Cervesato; +Cc: ltp
Hi Andrea,
On Tue Sep 8 11:12:54 2026 +0200, Andrea Cervesato wrote:
> kirk: upgrade version to 4.2.0
Verdict - Reviewed
---
Note:
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] 4+ messages in thread
* Re: [LTP] [PATCH] kirk: upgrade version to 4.2.0
2026-09-08 9:12 [LTP] [PATCH] kirk: upgrade version to 4.2.0 Andrea Cervesato
2026-09-08 10:41 ` [LTP] " linuxtestproject.agent
@ 2026-09-10 8:56 ` Petr Vorel
2026-09-10 12:06 ` Andrea Cervesato via ltp
1 sibling, 1 reply; 4+ messages in thread
From: Petr Vorel @ 2026-09-10 8:56 UTC (permalink / raw)
To: Andrea Cervesato; +Cc: Linux Test Project
Hi Andrea,
> - Add --dry-run option to preview tests before execution
> - Add configurable fault injection interval option
> - Persist and export partial results when a session is aborted mid-suite
> - Fix --exec-timeout not killing tests in the shell channel
> - Fix JSON report file being opened in read/write instead of write-only
> mode
> - Fix incorrect log message when test parameters are missing in LTP
> metadata
> - Fix exception handling in the event subsystem
> - Fix --randomize command-line description
> - Major documentation update (quickstart, SSH, LTX, QEMU, and plugins)
> - Move IOBuffer implementations inside the sut module
> - Improve test suite coverage and fix flaky test cases
Thanks!
Reviewed-by: Petr Vorel <pvorel@suse.cz>
> Link: https://github.com/linux-test-project/kirk/releases/tag/v4.2.0
> Signed-off-by: Andrea Cervesato <andrea.cervesato@suse.com>
> ---
> tools/kirk/kirk-src | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> diff --git a/tools/kirk/kirk-src b/tools/kirk/kirk-src
> index 7d4234c43..e65b84ba0 160000
> --- a/tools/kirk/kirk-src
> +++ b/tools/kirk/kirk-src
> @@ -1 +1 @@
> -Subproject commit 7d4234c4305ab8b7b4ec27e911798b5e7f65ef88
> +Subproject commit e65b84ba00de6e5b6bdb63d5259490d7f9d460b8
I see e65b84ba00de6e5b6bdb63d5259490d7f9d460b8 is actually newer than v4.2.0
(v4.2.0 does not have the version change).
Although it's not ideal, I'd consider either delete the current v4.2.0 tag and
point it to e65b84ba00de6e5b6bdb63d5259490d7f9d460b8 or at least add new tag
v4.2.0-fixed which would point to e65b84ba00de6e5b6bdb63d5259490d7f9d460b8.
Kind regards,
Petr
--
Mailing list info: https://lists.linux.it/listinfo/ltp
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [LTP] [PATCH] kirk: upgrade version to 4.2.0
2026-09-10 8:56 ` [LTP] [PATCH] " Petr Vorel
@ 2026-09-10 12:06 ` Andrea Cervesato via ltp
0 siblings, 0 replies; 4+ messages in thread
From: Andrea Cervesato via ltp @ 2026-09-10 12:06 UTC (permalink / raw)
To: Petr Vorel; +Cc: Linux Test Project
Hi Petr,
> Although it's not ideal, I'd consider either delete the current v4.2.0 tag and
> point it to e65b84ba00de6e5b6bdb63d5259490d7f9d460b8 or at least add new tag
> v4.2.0-fixed which would point to e65b84ba00de6e5b6bdb63d5259490d7f9d460b8.
Merged with the fixed version
--
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] 4+ messages in thread
end of thread, other threads:[~2026-09-10 12:06 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-08 9:12 [LTP] [PATCH] kirk: upgrade version to 4.2.0 Andrea Cervesato
2026-09-08 10:41 ` [LTP] " linuxtestproject.agent
2026-09-10 8:56 ` [LTP] [PATCH] " Petr Vorel
2026-09-10 12:06 ` Andrea Cervesato via ltp
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox