* [LTP] [PATCH] clone10: remove needs_checkpoints leftover
@ 2026-06-09 9:57 Andrea Cervesato
2026-06-09 10:36 ` Wei Gao via ltp
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Andrea Cervesato @ 2026-06-09 9:57 UTC (permalink / raw)
To: Linux Test Project
From: Andrea Cervesato <andrea.cervesato@suse.com>
Signed-off-by: Andrea Cervesato <andrea.cervesato@suse.com>
---
testcases/kernel/syscalls/clone/clone10.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/testcases/kernel/syscalls/clone/clone10.c b/testcases/kernel/syscalls/clone/clone10.c
index 96de811ad079aad05d2014d9bc5afc5c22ca7077..d1e3ae11c5e2939bd1ac2ee7f69674363fb07dd2 100644
--- a/testcases/kernel/syscalls/clone/clone10.c
+++ b/testcases/kernel/syscalls/clone/clone10.c
@@ -88,7 +88,6 @@ static void cleanup(void)
static struct tst_test test = {
.setup = setup,
.cleanup = cleanup,
- .needs_checkpoints = 1,
.test_all = verify_tls,
.supported_archs = (const char *const []) {
"x86_64",
---
base-commit: 1efb4bb8eb4a8582284a90a70ca2adc22c4e47b0
change-id: 20260609-clone10_remove_checkpoint_leftover-da204c9cadcc
Best regards,
--
Andrea Cervesato <andrea.cervesato@suse.com>
--
Mailing list info: https://lists.linux.it/listinfo/ltp
^ permalink raw reply related [flat|nested] 5+ messages in thread* Re: [LTP] [PATCH] clone10: remove needs_checkpoints leftover
2026-06-09 9:57 [LTP] [PATCH] clone10: remove needs_checkpoints leftover Andrea Cervesato
@ 2026-06-09 10:36 ` Wei Gao via ltp
2026-06-09 12:39 ` [LTP] " linuxtestproject.agent
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Wei Gao via ltp @ 2026-06-09 10:36 UTC (permalink / raw)
To: Andrea Cervesato; +Cc: Linux Test Project
On Tue, Jun 09, 2026 at 11:57:31AM +0200, Andrea Cervesato wrote:
> From: Andrea Cervesato <andrea.cervesato@suse.com>
>
> Signed-off-by: Andrea Cervesato <andrea.cervesato@suse.com>
> ---
> testcases/kernel/syscalls/clone/clone10.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/testcases/kernel/syscalls/clone/clone10.c b/testcases/kernel/syscalls/clone/clone10.c
> index 96de811ad079aad05d2014d9bc5afc5c22ca7077..d1e3ae11c5e2939bd1ac2ee7f69674363fb07dd2 100644
> --- a/testcases/kernel/syscalls/clone/clone10.c
> +++ b/testcases/kernel/syscalls/clone/clone10.c
> @@ -88,7 +88,6 @@ static void cleanup(void)
> static struct tst_test test = {
> .setup = setup,
> .cleanup = cleanup,
> - .needs_checkpoints = 1,
> .test_all = verify_tls,
> .supported_archs = (const char *const []) {
> "x86_64",
Reviewed-by: Wei Gao <wegao@suse.com>
>
> ---
> base-commit: 1efb4bb8eb4a8582284a90a70ca2adc22c4e47b0
> change-id: 20260609-clone10_remove_checkpoint_leftover-da204c9cadcc
>
> Best regards,
> --
> Andrea Cervesato <andrea.cervesato@suse.com>
>
>
> --
> Mailing list info: https://lists.linux.it/listinfo/ltp
--
Mailing list info: https://lists.linux.it/listinfo/ltp
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [LTP] clone10: remove needs_checkpoints leftover
2026-06-09 9:57 [LTP] [PATCH] clone10: remove needs_checkpoints leftover Andrea Cervesato
2026-06-09 10:36 ` Wei Gao via ltp
@ 2026-06-09 12:39 ` linuxtestproject.agent
2026-06-09 12:40 ` [LTP] [PATCH] " Jan Stancek via ltp
2026-06-09 12:50 ` Andrea Cervesato via ltp
3 siblings, 0 replies; 5+ messages in thread
From: linuxtestproject.agent @ 2026-06-09 12:39 UTC (permalink / raw)
To: Andrea Cervesato; +Cc: ltp
Hi Andrea,
On Tue, 9 Jun 2026 11:57:31 +0200, Andrea Cervesato wrote:
> clone10: remove needs_checkpoints leftover
Verdict: Reviewed
Pre-existing issues (not introduced by this patch):
The doc comment at the top of clone10.c has a typo on line 9:
"writtes" should be "writes". The same sentence also reads
"to a thread local variables" which should be
"to thread-local variables".
---
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] 5+ messages in thread
* Re: [LTP] [PATCH] clone10: remove needs_checkpoints leftover
2026-06-09 9:57 [LTP] [PATCH] clone10: remove needs_checkpoints leftover Andrea Cervesato
2026-06-09 10:36 ` Wei Gao via ltp
2026-06-09 12:39 ` [LTP] " linuxtestproject.agent
@ 2026-06-09 12:40 ` Jan Stancek via ltp
2026-06-09 12:50 ` Andrea Cervesato via ltp
3 siblings, 0 replies; 5+ messages in thread
From: Jan Stancek via ltp @ 2026-06-09 12:40 UTC (permalink / raw)
To: Andrea Cervesato; +Cc: Linux Test Project
On Tue, Jun 9, 2026 at 11:59 AM Andrea Cervesato
<andrea.cervesato@suse.de> wrote:
>
> From: Andrea Cervesato <andrea.cervesato@suse.com>
>
> Signed-off-by: Andrea Cervesato <andrea.cervesato@suse.com>
Acked-by: Jan Stancek <jstancek@redhat.com>
> ---
> testcases/kernel/syscalls/clone/clone10.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/testcases/kernel/syscalls/clone/clone10.c b/testcases/kernel/syscalls/clone/clone10.c
> index 96de811ad079aad05d2014d9bc5afc5c22ca7077..d1e3ae11c5e2939bd1ac2ee7f69674363fb07dd2 100644
> --- a/testcases/kernel/syscalls/clone/clone10.c
> +++ b/testcases/kernel/syscalls/clone/clone10.c
> @@ -88,7 +88,6 @@ static void cleanup(void)
> static struct tst_test test = {
> .setup = setup,
> .cleanup = cleanup,
> - .needs_checkpoints = 1,
> .test_all = verify_tls,
> .supported_archs = (const char *const []) {
> "x86_64",
>
> ---
> base-commit: 1efb4bb8eb4a8582284a90a70ca2adc22c4e47b0
> change-id: 20260609-clone10_remove_checkpoint_leftover-da204c9cadcc
>
> Best regards,
> --
> Andrea Cervesato <andrea.cervesato@suse.com>
>
>
> --
> Mailing list info: https://lists.linux.it/listinfo/ltp
>
--
Mailing list info: https://lists.linux.it/listinfo/ltp
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [LTP] [PATCH] clone10: remove needs_checkpoints leftover
2026-06-09 9:57 [LTP] [PATCH] clone10: remove needs_checkpoints leftover Andrea Cervesato
` (2 preceding siblings ...)
2026-06-09 12:40 ` [LTP] [PATCH] " Jan Stancek via ltp
@ 2026-06-09 12:50 ` Andrea Cervesato via ltp
3 siblings, 0 replies; 5+ messages in thread
From: Andrea Cervesato via ltp @ 2026-06-09 12:50 UTC (permalink / raw)
To: Andrea Cervesato; +Cc: Linux Test Project
Merged, Thanks!
--
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] 5+ messages in thread
end of thread, other threads:[~2026-06-09 12:51 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-09 9:57 [LTP] [PATCH] clone10: remove needs_checkpoints leftover Andrea Cervesato
2026-06-09 10:36 ` Wei Gao via ltp
2026-06-09 12:39 ` [LTP] " linuxtestproject.agent
2026-06-09 12:40 ` [LTP] [PATCH] " Jan Stancek via ltp
2026-06-09 12:50 ` 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