[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250516164902.91085-1-rodgepritesh@gmail.com>
Date: Fri, 16 May 2025 22:19:02 +0530
From: rodgepritesh@...il.com
To: skhan@...uxfoundation.org
Cc: linux-kselftest@...r.kernel.org,
linux-kernel@...r.kernel.org,
rodgepritesh@...il.com
Subject: [PATCH] [PATCH] Change pidns to pid namespace
From: Pritesh Rodge <rodgepritesh@...il.com>
Changed a comment in memfd_test.c , Unabbreviated pidns to pid namespace
for better understanding .
Signed-off-by: Pritesh Rodge <rodgepritesh@...il.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
Powered by blists - more mailing lists