Re: [PATCH] kprobes/parisc: remove arch_kprobe_on_func_entry()

2019-08-21 Thread Sven Schnelle
On Wed, Aug 21, 2019 at 09:56:40AM +, Jisheng Zhang wrote: > The common kprobes provides a weak implementation of > arch_kprobe_on_func_entry(). The parisc version is the same as the > common version, so remove it. > > Signed-off-by: Jisheng Zhang Acked-by: Sven Schnelle > --- > arch/pari

[PATCH] kprobes/parisc: remove arch_kprobe_on_func_entry()

2019-08-21 Thread Jisheng Zhang
The common kprobes provides a weak implementation of arch_kprobe_on_func_entry(). The parisc version is the same as the common version, so remove it. Signed-off-by: Jisheng Zhang --- arch/parisc/kernel/kprobes.c | 4 1 file changed, 4 deletions(-) diff --git a/arch/parisc/kernel/kprobes.c