Re: [RFC PATCH -tip v5 06/27] arm64: kprobes: Remove jprobe implementation

2018-06-05 Thread Masami Hiramatsu
On Tue, 5 Jun 2018 16:34:21 +0100 Will Deacon wrote: > On Tue, Jun 05, 2018 at 12:51:24AM +0900, Masami Hiramatsu wrote: > > Remove arch dependent setjump/longjump functions > > and unused fields in kprobe_ctlblk for jprobes > > from arch/arm64. > > > > Signed-off-by: Masami Hiramatsu > > Cc: C

Re: [RFC PATCH -tip v5 06/27] arm64: kprobes: Remove jprobe implementation

2018-06-05 Thread Will Deacon
On Tue, Jun 05, 2018 at 12:51:24AM +0900, Masami Hiramatsu wrote: > Remove arch dependent setjump/longjump functions > and unused fields in kprobe_ctlblk for jprobes > from arch/arm64. > > Signed-off-by: Masami Hiramatsu > Cc: Catalin Marinas > Cc: Will Deacon > Cc: linux-arm-ker...@lists.infra

[RFC PATCH -tip v5 06/27] arm64: kprobes: Remove jprobe implementation

2018-06-04 Thread Masami Hiramatsu
Remove arch dependent setjump/longjump functions and unused fields in kprobe_ctlblk for jprobes from arch/arm64. Signed-off-by: Masami Hiramatsu Cc: Catalin Marinas Cc: Will Deacon Cc: linux-arm-ker...@lists.infradead.org --- arch/arm64/include/asm/kprobes.h |1 - arch/arm64/kernel/probe