Re: [PATCH v3 2/2] selftests/exec: add a test to enforce execveat()'s comm

2024-10-01 Thread Shuah Khan
On 10/1/24 07:49, Tycho Andersen wrote: From: Tycho Andersen We want to ensure that /proc/self/comm stays useful for execveat() callers. This commit message is vague? What does staying useful mean? Elaborate on the staying useful and the tests added to ensure. Add test results as well. Sig

[PATCH v3 2/2] selftests/exec: add a test to enforce execveat()'s comm

2024-10-01 Thread Tycho Andersen
From: Tycho Andersen We want to ensure that /proc/self/comm stays useful for execveat() callers. Signed-off-by: Tycho Andersen --- tools/testing/selftests/exec/execveat.c | 25 + 1 file changed, 25 insertions(+) diff --git a/tools/testing/selftests/exec/execveat.c b/t