Re: [PATCH v4 2/9] powerpc/kprobes: Move kprobes over to patch_instruction

2017-06-27 Thread Christophe LEROY
Le 27/06/2017 à 09:48, Balbir Singh a écrit : arch_arm/disarm_probe use direct assignment for copying instructions, replace them with patch_instruction Signed-off-by: Balbir Singh Didn't Michael picked it up already ? Christophe --- arch/powerpc/kernel/kprobes.c | 4 ++-- 1 file chang

[PATCH v4 2/9] powerpc/kprobes: Move kprobes over to patch_instruction

2017-06-27 Thread Balbir Singh
arch_arm/disarm_probe use direct assignment for copying instructions, replace them with patch_instruction Signed-off-by: Balbir Singh --- arch/powerpc/kernel/kprobes.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/powerpc/kernel/kprobes.c b/arch/powerpc/kernel/kpro