Re: [PATCH v5 01/13] powerpc: move ptrace into a subdirectory.

2020-04-01 Thread Michael Ellerman
On Fri, 2020-02-28 at 00:14:37 UTC, Christophe Leroy wrote: > In order to allow splitting of ptrace depending on the > different CONFIG_ options, create a subdirectory dedicated to > ptrace and move ptrace.c and ptrace32.c into it. > > Signed-off-by: Christophe Leroy Series applied to powerpc

[PATCH v5 01/13] powerpc: move ptrace into a subdirectory.

2020-02-27 Thread Christophe Leroy
In order to allow splitting of ptrace depending on the different CONFIG_ options, create a subdirectory dedicated to ptrace and move ptrace.c and ptrace32.c into it. Signed-off-by: Christophe Leroy --- arch/powerpc/kernel/Makefile| 7 +++ arch/powerpc/kernel/ptrace/Makefile