Re: [PATCH] selftests/exec: execveat: Improve debug reporting

2024-03-27 Thread Shuah Khan
On 3/26/24 16:40, Kees Cook wrote: On Tue, Mar 26, 2024 at 02:46:02PM -0600, Shuah Khan wrote: On 3/14/24 02:54, Muhammad Usama Anjum wrote: On 3/13/24 11:56 PM, Kees Cook wrote: Children processes were reporting their status, duplicating the parent's. Remove that, and add some additional deta

Re: [PATCH] selftests/exec: execveat: Improve debug reporting

2024-03-26 Thread Kees Cook
On Tue, Mar 26, 2024 at 02:46:02PM -0600, Shuah Khan wrote: > On 3/14/24 02:54, Muhammad Usama Anjum wrote: > > On 3/13/24 11:56 PM, Kees Cook wrote: > > > Children processes were reporting their status, duplicating the > > > parent's. Remove that, and add some additional details about the test > >

Re: [PATCH] selftests/exec: execveat: Improve debug reporting

2024-03-26 Thread Shuah Khan
On 3/14/24 02:54, Muhammad Usama Anjum wrote: On 3/13/24 11:56 PM, Kees Cook wrote: Children processes were reporting their status, duplicating the parent's. Remove that, and add some additional details about the test execution. Signed-off-by: Kees Cook --- Cc: Eric Biederman Cc: Shuah Khan

Re: [PATCH] selftests/exec: execveat: Improve debug reporting

2024-03-14 Thread Muhammad Usama Anjum
On 3/13/24 11:56 PM, Kees Cook wrote: > Children processes were reporting their status, duplicating the > parent's. Remove that, and add some additional details about the test > execution. > > Signed-off-by: Kees Cook > --- > Cc: Eric Biederman > Cc: Shuah Khan > Cc: Mark Brown > Cc: Muhammad

[PATCH] selftests/exec: execveat: Improve debug reporting

2024-03-13 Thread Kees Cook
Children processes were reporting their status, duplicating the parent's. Remove that, and add some additional details about the test execution. Signed-off-by: Kees Cook --- Cc: Eric Biederman Cc: Shuah Khan Cc: Mark Brown Cc: Muhammad Usama Anjum Cc: linux...@kvack.org Cc: linux-kselftest@vg