From: Li Wang via ltp <ltp@lists.linux.it>
To: ltp@lists.linux.it
Subject: [LTP] [PATCH] clone10: add support archs
Date: Thu, 22 Jan 2026 18:26:06 +0800 [thread overview]
Message-ID: <20260122102606.87754-1-liwang@redhat.com> (raw)
Signed-off-by: Li Wang <liwang@redhat.com>
---
testcases/kernel/syscalls/clone/clone10.c | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/testcases/kernel/syscalls/clone/clone10.c b/testcases/kernel/syscalls/clone/clone10.c
index a52ac3568..9ffb49c37 100644
--- a/testcases/kernel/syscalls/clone/clone10.c
+++ b/testcases/kernel/syscalls/clone/clone10.c
@@ -91,4 +91,10 @@ static struct tst_test test = {
.cleanup = cleanup,
.needs_checkpoints = 1,
.test_all = verify_tls,
+ .supported_archs = (const char *const []) {
+ "x86_64",
+ "aarch64",
+ "s390x",
+ NULL
+ }
};
--
2.52.0
--
Mailing list info: https://lists.linux.it/listinfo/ltp
next reply other threads:[~2026-01-22 10:26 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-22 10:26 Li Wang via ltp [this message]
2026-01-22 10:41 ` [LTP] [PATCH] clone10: add support archs Jan Stancek via ltp
2026-01-22 12:28 ` Wei Gao via ltp
2026-01-22 12:31 ` Petr Vorel
2026-01-22 12:47 ` Li Wang via ltp
2026-01-22 13:06 ` Petr Vorel
2026-01-22 14:16 ` Li Wang via ltp
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260122102606.87754-1-liwang@redhat.com \
--to=ltp@lists.linux.it \
--cc=liwang@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox