Re: powerpc: make _ASM_NOKPROBE_SYMBOL a noop when KPROBES not defined

2016-11-14 Thread Michael Ellerman
On Thu, 2016-13-10 at 02:07:14 UTC, Nicholas Piggin wrote: > Signed-off-by: Nicholas Piggin Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/c0a5149105ab5f76f7c5a8fc2eb3d7 cheers

Re: [PATCH] powerpc: make _ASM_NOKPROBE_SYMBOL a noop when KPROBES not defined

2016-10-13 Thread Nicholas Piggin
On Fri, 14 Oct 2016 11:48:35 +1100 Michael Ellerman wrote: > Nicholas Piggin writes: > > Signed-off-by: Nicholas Piggin > > --- > > The linker orphan sections error patch caught this > > You mean with the orphan sections patch applied this breaks the build > when KPROBES=n right? Yes. The l

Re: [PATCH] powerpc: make _ASM_NOKPROBE_SYMBOL a noop when KPROBES not defined

2016-10-13 Thread Michael Ellerman
Nicholas Piggin writes: > Signed-off-by: Nicholas Piggin > --- > The linker orphan sections error patch caught this You mean with the orphan sections patch applied this breaks the build when KPROBES=n right? cheers

Re: [PATCH] powerpc: make _ASM_NOKPROBE_SYMBOL a noop when KPROBES not defined

2016-10-13 Thread Balbir Singh
On 13/10/16 13:07, Nicholas Piggin wrote: > Signed-off-by: Nicholas Piggin > --- > The linker orphan sections error patch caught this Seems reasonable Acked-by: Balbir Singh

[PATCH] powerpc: make _ASM_NOKPROBE_SYMBOL a noop when KPROBES not defined

2016-10-12 Thread Nicholas Piggin
Signed-off-by: Nicholas Piggin --- The linker orphan sections error patch caught this arch/powerpc/include/asm/ppc_asm.h | 4 1 file changed, 4 insertions(+) diff --git a/arch/powerpc/include/asm/ppc_asm.h b/arch/powerpc/include/asm/ppc_asm.h index c73750b..ceec199 100644 --- a/arch/power