All of lore.kernel.org
 help / color / mirror / Atom feed
From: Petr Vorel <pvorel@suse.cz>
To: Cyril Hrubis <chrubis@suse.cz>
Cc: ltp@lists.linux.it, Terry Tritton <terry.tritton@linaro.org>
Subject: Re: [LTP] [PATCH 1/1] pidns: ioctl: unshare05: Require kconfig CONFIG_PID_NS
Date: Fri, 30 Jan 2026 11:46:22 +0100	[thread overview]
Message-ID: <20260130104622.GA138796@pevik> (raw)
In-Reply-To: <aXyIVhHNdOn4C2lk@yuki.lan>

> Hi!
> > ---
> > Probably after the release.

> This looks obviously correct hence I would dare to merge before the
> release.

Thanks, merged!

In the end added these three tests, clone304.c required also CONFIG_USER_NS
(uses CLONE_NEWUSER).

I guess that was the last one before the release.

Kind regards,
Petr

+++ testcases/kernel/syscalls/clone/clone11.c
@@ -69,6 +69,10 @@ static struct tst_test test = {
 		TST_CAP(TST_CAP_DROP, CAP_SYS_ADMIN),
 		{},
 	},
+	.needs_kconfigs = (const char *[]) {
+		"CONFIG_PID_NS",
+		NULL,
+	},
 	.bufs = (struct tst_buffers[]) {
 		{&child_stack, .size = CHILD_STACK_SIZE},
 		{},
diff --git testcases/kernel/syscalls/clone3/clone301.c testcases/kernel/syscalls/clone3/clone301.c
index deed30b9f0..902e890919 100644
--- testcases/kernel/syscalls/clone3/clone301.c
+++ testcases/kernel/syscalls/clone3/clone301.c
@@ -176,6 +176,10 @@ static struct tst_test test = {
 	.setup = setup,
 	.needs_root = 1,
 	.needs_checkpoints = 1,
+	.needs_kconfigs = (const char *[]) {
+		"CONFIG_PID_NS",
+		NULL,
+	},
 	.bufs = (struct tst_buffers []) {
 		{&args, .size = sizeof(*args)},
 		{},
diff --git testcases/kernel/syscalls/clone3/clone304.c testcases/kernel/syscalls/clone3/clone304.c
index 9faaf44bb2..f0ef7d7e81 100644
--- testcases/kernel/syscalls/clone3/clone304.c
+++ testcases/kernel/syscalls/clone3/clone304.c
@@ -80,6 +80,11 @@ static struct tst_test test = {
 		TST_CAP(TST_CAP_DROP, CAP_SYS_ADMIN),
 		{},
 	},
+	.needs_kconfigs = (const char *[]) {
+		"CONFIG_USER_NS",
+		"CONFIG_PID_NS",
+		NULL,
+	},
 	.bufs = (struct tst_buffers[]) {
 		{&args, .size = sizeof(struct clone_args)},
 		{},

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

      reply	other threads:[~2026-01-30 10:46 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-30  0:20 [LTP] [PATCH 1/1] pidns: ioctl: unshare05: Require kconfig CONFIG_PID_NS Petr Vorel
2026-01-30  6:48 ` Li Wang via ltp
2026-01-30 10:30 ` Cyril Hrubis
2026-01-30 10:46   ` Petr Vorel [this message]

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=20260130104622.GA138796@pevik \
    --to=pvorel@suse.cz \
    --cc=chrubis@suse.cz \
    --cc=ltp@lists.linux.it \
    --cc=terry.tritton@linaro.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.