Re: [PATCH] landlock: ptrace_test: remove unused macros

2025-01-10 Thread Mickaël Salaün
Thanks! This is now merged in my next tree. On Mon, Nov 18, 2024 at 12:24:07PM +0800, Ba Jing wrote: > After reviewing the code, it was found that these macros are never > referenced in the code. Just remove them. > > Signed-off-by: Ba Jing > --- > tools/testing/selftests/landlock/ptrace_test.

[PATCH] landlock: ptrace_test: remove unused macros

2024-11-17 Thread Ba Jing
After reviewing the code, it was found that these macros are never referenced in the code. Just remove them. Signed-off-by: Ba Jing --- tools/testing/selftests/landlock/ptrace_test.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/testing/selftests/landlock/ptrace_test.c b/tools/test