From mboxrd@z Thu Jan 1 00:00:00 1970 From: mhiramat@kernel.org (Masami Hiramatsu) Date: Wed, 6 Jun 2018 13:42:58 +0900 Subject: [RFC PATCH -tip v5 06/27] arm64: kprobes: Remove jprobe implementation In-Reply-To: <20180605153420.GA26352@arm.com> References: <152812730943.10068.5166429445118734697.stgit@devbox> <152812748464.10068.10380156315388629319.stgit@devbox> <20180605153420.GA26352@arm.com> Message-ID: <20180606134258.9f75aab9fa4bfd50d0cca96d@kernel.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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: Catalin Marinas > > Cc: Will Deacon > > Cc: linux-arm-kernel at lists.infradead.org > > --- > > arch/arm64/include/asm/kprobes.h | 1 - > > arch/arm64/kernel/probes/kprobes.c | 68 ------------------------------------ > > 2 files changed, 69 deletions(-) > > Acked-by: Will Deacon Thank you Will! -- Masami Hiramatsu