Re: [v3, 5/7] powerpc: kprobes: factor out code to emulate instruction into a helper

2017-04-24 Thread Michael Ellerman
On Wed, 2017-04-19 at 12:51:04 UTC, "Naveen N. Rao" wrote: > No functional changes. > > Acked-by: Ananth N Mavinakayanahalli > Signed-off-by: Naveen N. Rao Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/1cabd2f8f720a0ed612139547acb65 cheers

Re: [PATCH v3 5/7] powerpc: kprobes: factor out code to emulate instruction into a helper

2017-04-19 Thread Masami Hiramatsu
On Wed, 19 Apr 2017 18:21:04 +0530 "Naveen N. Rao" wrote: Factor out code to emulate instruction into a try_to_emulate() helper function. This makes ... > No functional changes. Thanks, > > Acked-by: Ananth N Mavinakayanahalli > Signed-off-by: Naveen N. Rao > --- > arch/powerpc/kernel/kpro

[PATCH v3 5/7] powerpc: kprobes: factor out code to emulate instruction into a helper

2017-04-19 Thread Naveen N. Rao
No functional changes. Acked-by: Ananth N Mavinakayanahalli Signed-off-by: Naveen N. Rao --- arch/powerpc/kernel/kprobes.c | 52 ++- 1 file changed, 31 insertions(+), 21 deletions(-) diff --git a/arch/powerpc/kernel/kprobes.c b/arch/powerpc/kernel/kprobe