public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH] kirk: version 4.0.0
@ 2026-02-24  7:53 Andrea Cervesato
  2026-02-24  8:27 ` Petr Vorel
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Andrea Cervesato @ 2026-02-24  7:53 UTC (permalink / raw)
  To: Linux Test Project

From: Andrea Cervesato <andrea.cervesato@suse.com>

- Remove --env option
- pyproject: include sub-packages in pip package
- libkirk: Print /proc/cmdline
- ui: simplify repor
- many bugs fixes and code optimizations

Signed-off-by: Andrea Cervesato <andrea.cervesato@suse.com>
Link: https://github.com/linux-test-project/kirk/releases/tag/v4.0.0
---
 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 6ac2644e6e469b7bc7ddf35a6b10bf1994ca0929..6b0f87c6df90b87a8c32648c94169a83b4e58024 160000
--- a/tools/kirk/kirk-src
+++ b/tools/kirk/kirk-src
@@ -1 +1 @@
-Subproject commit 6ac2644e6e469b7bc7ddf35a6b10bf1994ca0929
+Subproject commit 6b0f87c6df90b87a8c32648c94169a83b4e58024

---
base-commit: f062b34785db121c841f2faed8233b0943cdff27
change-id: 20260224-kirk_4-eb8b7a14e8c2

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] [PATCH] kirk: version 4.0.0
  2026-02-24  7:53 [LTP] [PATCH] kirk: version 4.0.0 Andrea Cervesato
@ 2026-02-24  8:27 ` Petr Vorel
  2026-02-24  9:46 ` Li Wang via ltp
  2026-02-24 10:23 ` Andrea Cervesato via ltp
  2 siblings, 0 replies; 4+ messages in thread
From: Petr Vorel @ 2026-02-24  8:27 UTC (permalink / raw)
  To: Andrea Cervesato; +Cc: Linux Test Project

Hi Andrea,

Reviewed-by: Petr Vorel <pvorel@suse.cz>

IMHO safe to update, just let's Li to ack it.

Kind regards,
Petr

> From: Andrea Cervesato <andrea.cervesato@suse.com>

> - Remove --env option
> - pyproject: include sub-packages in pip package
> - libkirk: Print /proc/cmdline
> - ui: simplify repor
> - many bugs fixes and code optimizations

> Signed-off-by: Andrea Cervesato <andrea.cervesato@suse.com>
> Link: https://github.com/linux-test-project/kirk/releases/tag/v4.0.0
> ---
>  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 6ac2644e6e469b7bc7ddf35a6b10bf1994ca0929..6b0f87c6df90b87a8c32648c94169a83b4e58024 160000
> --- a/tools/kirk/kirk-src
> +++ b/tools/kirk/kirk-src
> @@ -1 +1 @@
> -Subproject commit 6ac2644e6e469b7bc7ddf35a6b10bf1994ca0929
> +Subproject commit 6b0f87c6df90b87a8c32648c94169a83b4e58024

-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [LTP] [PATCH] kirk: version 4.0.0
  2026-02-24  7:53 [LTP] [PATCH] kirk: version 4.0.0 Andrea Cervesato
  2026-02-24  8:27 ` Petr Vorel
@ 2026-02-24  9:46 ` Li Wang via ltp
  2026-02-24 10:23 ` Andrea Cervesato via ltp
  2 siblings, 0 replies; 4+ messages in thread
From: Li Wang via ltp @ 2026-02-24  9:46 UTC (permalink / raw)
  To: Andrea Cervesato; +Cc: Linux Test Project

On Tue, Feb 24, 2026 at 3:53 PM Andrea Cervesato <andrea.cervesato@suse.de>
wrote:

> From: Andrea Cervesato <andrea.cervesato@suse.com>
>
> - Remove --env option
> - pyproject: include sub-packages in pip package
> - libkirk: Print /proc/cmdline
> - ui: simplify repor
> - many bugs fixes and code optimizations
>
> Signed-off-by: Andrea Cervesato <andrea.cervesato@suse.com>
>

Reviewed-by: Li Wang <liwang@redhat.com>

Link: https://github.com/linux-test-project/kirk/releases/tag/v4.0.0
> ---
>  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
> 6ac2644e6e469b7bc7ddf35a6b10bf1994ca0929..6b0f87c6df90b87a8c32648c94169a83b4e58024
> 160000
> --- a/tools/kirk/kirk-src
> +++ b/tools/kirk/kirk-src
> @@ -1 +1 @@
> -Subproject commit 6ac2644e6e469b7bc7ddf35a6b10bf1994ca0929
> +Subproject commit 6b0f87c6df90b87a8c32648c94169a83b4e58024
>
> ---
> base-commit: f062b34785db121c841f2faed8233b0943cdff27
> change-id: 20260224-kirk_4-eb8b7a14e8c2
>
> Best regards,
> --
> Andrea Cervesato <andrea.cervesato@suse.com>
>
>
> --
> Mailing list info: https://lists.linux.it/listinfo/ltp
>
>

-- 
Regards,
Li Wang

-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [LTP] [PATCH] kirk: version 4.0.0
  2026-02-24  7:53 [LTP] [PATCH] kirk: version 4.0.0 Andrea Cervesato
  2026-02-24  8:27 ` Petr Vorel
  2026-02-24  9:46 ` Li Wang via ltp
@ 2026-02-24 10:23 ` Andrea Cervesato via ltp
  2 siblings, 0 replies; 4+ messages in thread
From: Andrea Cervesato via ltp @ 2026-02-24 10:23 UTC (permalink / raw)
  To: Andrea Cervesato, Linux Test Project

Merged, thanks!

To 
   ..  master -> master

-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-02-24 10:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-24  7:53 [LTP] [PATCH] kirk: version 4.0.0 Andrea Cervesato
2026-02-24  8:27 ` Petr Vorel
2026-02-24  9:46 ` Li Wang via ltp
2026-02-24 10:23 ` 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