Re: [RFC PATCH v2 00/12] Reduce ifdef mess in ptrace

2020-02-26 Thread Christophe Leroy
Le 24/02/2020 à 11:54, Michael Ellerman a écrit : Christophe Leroy writes: Le 24/02/2020 à 03:15, Michael Neuling a écrit : Christophe, Le 28/06/2019 à 17:47, Christophe Leroy a écrit : The purpose of this series is to reduce the amount of #ifdefs in ptrace.c Any feedback on this series

Re: [RFC PATCH v2 00/12] Reduce ifdef mess in ptrace

2020-02-24 Thread Michael Ellerman
Christophe Leroy writes: > Le 24/02/2020 à 03:15, Michael Neuling a écrit : >> Christophe, >>> Le 28/06/2019 à 17:47, Christophe Leroy a écrit : The purpose of this series is to reduce the amount of #ifdefs in ptrace.c >>> >>> Any feedback on this series which aims at fixing the issue yo

Re: [RFC PATCH v2 00/12] Reduce ifdef mess in ptrace

2020-02-23 Thread Christophe Leroy
Le 24/02/2020 à 03:15, Michael Neuling a écrit : Christophe, Le 28/06/2019 à 17:47, Christophe Leroy a écrit : The purpose of this series is to reduce the amount of #ifdefs in ptrace.c Any feedback on this series which aims at fixing the issue you opened at https://github.com/linuxppc/is

Re: [RFC PATCH v2 00/12] Reduce ifdef mess in ptrace

2020-02-23 Thread Michael Neuling
Christophe, > Le 28/06/2019 à 17:47, Christophe Leroy a écrit : > > The purpose of this series is to reduce the amount of #ifdefs > > in ptrace.c > > > > Any feedback on this series which aims at fixing the issue you opened at > https://github.com/linuxppc/issues/issues/128 ? Yeah, sorry my ba

Re: [RFC PATCH v2 00/12] Reduce ifdef mess in ptrace

2020-02-16 Thread Christophe Leroy
Hi Mikey, Le 28/06/2019 à 17:47, Christophe Leroy a écrit : The purpose of this series is to reduce the amount of #ifdefs in ptrace.c Any feedback on this series which aims at fixing the issue you opened at https://github.com/linuxppc/issues/issues/128 ? Thanks Christophe This is a first

Re: [RFC PATCH v2 00/12] Reduce ifdef mess in ptrace

2019-07-02 Thread Ravi Bangoria
On 6/28/19 9:17 PM, Christophe Leroy wrote: > The purpose of this series is to reduce the amount of #ifdefs > in ptrace.c > > This is a first try. Most of it is done, there are still some #ifdefs that > could go away. > > Please comment and tell whether it is worth continuing in that direction.

[RFC PATCH v2 00/12] Reduce ifdef mess in ptrace

2019-06-28 Thread Christophe Leroy
The purpose of this series is to reduce the amount of #ifdefs in ptrace.c This is a first try. Most of it is done, there are still some #ifdefs that could go away. Please comment and tell whether it is worth continuing in that direction. v2: - Fixed several build failures. Now builts cleanly on