Re: [PATCH 17/21] powerpc: Add missing prototype for sys_debug_setcontext

2018-03-27 Thread Michael Ellerman
Hi Mathieu, Mathieu Malaterre writes: > On Thu, Mar 8, 2018 at 11:36 AM, Michael Ellerman wrote: >> Mathieu Malaterre writes: >>> On Sun, Mar 4, 2018 at 11:54 AM, Michael Ellerman >>> wrote: Mathieu Malaterre

Re: [PATCH 17/21] powerpc: Add missing prototype for sys_debug_setcontext

2018-03-26 Thread Mathieu Malaterre
Michael, On Thu, Mar 8, 2018 at 11:36 AM, Michael Ellerman wrote: > Mathieu Malaterre writes: > >> On Sun, Mar 4, 2018 at 11:54 AM, Michael Ellerman >> wrote: >>> Mathieu Malaterre writes: >>> In commit

Re: [PATCH 17/21] powerpc: Add missing prototype for sys_debug_setcontext

2018-03-08 Thread Michael Ellerman
Mathieu Malaterre writes: > On Sun, Mar 4, 2018 at 11:54 AM, Michael Ellerman wrote: >> Mathieu Malaterre writes: >> >>> In commit 81e7009ea46c ("powerpc: merge ppc signal.c and ppc64 signal32.c") >>> the function sys_debug_setcontext

Re: [PATCH 17/21] powerpc: Add missing prototype for sys_debug_setcontext

2018-03-07 Thread Mathieu Malaterre
On Sun, Mar 4, 2018 at 11:54 AM, Michael Ellerman wrote: > Mathieu Malaterre writes: > >> In commit 81e7009ea46c ("powerpc: merge ppc signal.c and ppc64 signal32.c") >> the function sys_debug_setcontext was added without a prototype. >> >> Fix compilation

Re: [PATCH 17/21] powerpc: Add missing prototype for sys_debug_setcontext

2018-03-04 Thread Michael Ellerman
Mathieu Malaterre writes: > In commit 81e7009ea46c ("powerpc: merge ppc signal.c and ppc64 signal32.c") > the function sys_debug_setcontext was added without a prototype. > > Fix compilation warning (treated as error in W=1): > > CC arch/powerpc/kernel/signal_32.o >