All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH]  [PATCH] Change pidns to pid namespace
@ 2025-05-16 16:49 rodgepritesh
  2025-05-22 22:21 ` Shuah Khan
  0 siblings, 1 reply; 2+ messages in thread
From: rodgepritesh @ 2025-05-16 16:49 UTC (permalink / raw)
  To: skhan; +Cc: linux-kselftest, linux-kernel, rodgepritesh

From: Pritesh Rodge <rodgepritesh@gmail.com>

Changed a comment in memfd_test.c , Unabbreviated pidns to pid namespace
for better understanding .

Signed-off-by: Pritesh Rodge <rodgepritesh@gmail.com>
---
 tools/testing/selftests/memfd/memfd_test.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testing/selftests/memfd/memfd_test.c b/tools/testing/selftests/memfd/memfd_test.c
index 5b993924cc3f..4e4c46246a4e 100644
--- a/tools/testing/selftests/memfd/memfd_test.c
+++ b/tools/testing/selftests/memfd/memfd_test.c
@@ -1359,7 +1359,7 @@ static int sysctl_nested_child(void *arg)
 
 	printf("%s nested sysctl 0\n", memfd_str);
 	sysctl_assert_write("0");
-	/* A further nested pidns works the same. */
+	/* A further nested pid-namespace works the same. */
 	pid = spawn_thread(CLONE_NEWPID, sysctl_simple_child, NULL);
 	join_thread(pid);
 
-- 
2.43.0


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

end of thread, other threads:[~2025-05-22 22:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-16 16:49 [PATCH] [PATCH] Change pidns to pid namespace rodgepritesh
2025-05-22 22:21 ` Shuah Khan

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.