[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <195e5806-df31-4476-bf6e-4c911d261fbb@linuxfoundation.org>
Date: Thu, 22 May 2025 16:21:48 -0600
From: Shuah Khan <skhan@...uxfoundation.org>
To: rodgepritesh@...il.com
Cc: linux-kselftest@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] [PATCH] Change pidns to pid namespace
On 5/16/25 10:49, rodgepritesh@...il.com wrote:
> 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);
>
Please run get_maintainers.pl to find the complete list of recipients
for this patch.
thanks,
-- Shuah
Powered by blists - more mailing lists