Re: [PATCH v2 1/3] selftest/powerpc/ptrace/core-pkey: Remove duplicate macros

2025-01-01 Thread Madhavan Srinivasan
On Mon, 16 Dec 2024 21:32:55 +0530, Madhavan Srinivasan wrote: > ./powerpc/ptrace/Makefile includes flags.mk. In flags.mk, > -I$(selfdir)/powerpc/include is always included as part of > CFLAGS. So it will pick up the "pkeys.h" defined in > powerpc/include. > > core-pkey.c test has couple of macros

[PATCH v2 1/3] selftest/powerpc/ptrace/core-pkey: Remove duplicate macros

2024-12-16 Thread Madhavan Srinivasan
./powerpc/ptrace/Makefile includes flags.mk. In flags.mk, -I$(selfdir)/powerpc/include is always included as part of CFLAGS. So it will pick up the "pkeys.h" defined in powerpc/include. core-pkey.c test has couple of macros defined which are part of "pkeys.h" header file. Remove those duplicates a