Re: [PATCH v2] selftests: prctl: Add prctl test for PR_GET_NAME

2023-11-30 Thread Shuah Khan
On 11/11/23 12:23, Osama Muhammad wrote: Signed-off-by: Osama Muhammad --- .../selftests/prctl/set-process-name.c| 32 +++ 1 file changed, 32 insertions(+) Applied to linux-kselftest next for Linux 6.8-rc1. thanks, -- Shuah

Re: [PATCH v2] selftests: prctl: Add prctl test for PR_GET_NAME

2023-11-11 Thread Osama Muhammad
On Tue, 3 Oct 2023 at 21:01, Osama Muhammad wrote: > > On Sun, 20 Aug 2023 at 19:14, Osama Muhammad wrote: > > > > This patch covers the testing of PR_GET_NAME by > > reading it's value from proc/self/task/pid/comm > > and matching it with the value returned by PR_GET_NAME. > > If the values are

Re: [PATCH v2] selftests: prctl: Add prctl test for PR_GET_NAME

2023-10-03 Thread Osama Muhammad
On Sun, 20 Aug 2023 at 19:14, Osama Muhammad wrote: > > This patch covers the testing of PR_GET_NAME by > reading it's value from proc/self/task/pid/comm > and matching it with the value returned by PR_GET_NAME. > If the values are matched then it's successful, otherwise > it fails. Any Feedback