Re: [PATCH v1 2/8] powerpc/kprobes: Move kprobes over to patch_instruction

2017-05-29 Thread Balbir Singh
On Mon, 2017-05-29 at 10:50 +0200, Christophe LEROY wrote: > > Le 25/05/2017 à 05:36, Balbir Singh a écrit : > > arch_arm/disarm_probe use direct assignment for copying > > instructions, replace them with patch_instruction > > > > Signed-off-by: Balbir Singh > > --- > > arch/powerpc/kernel/kpr

Re: [PATCH v1 2/8] powerpc/kprobes: Move kprobes over to patch_instruction

2017-05-29 Thread Christophe LEROY
Le 25/05/2017 à 05:36, Balbir Singh a écrit : 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

[PATCH v1 2/8] powerpc/kprobes: Move kprobes over to patch_instruction

2017-05-24 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