From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0a-001b2d01.pphosted.com (mx0b-001b2d01.pphosted.com [148.163.158.5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 411jzs203zzF34K for ; Thu, 7 Jun 2018 21:31:37 +1000 (AEST) Received: from pps.filterd (m0098414.ppops.net [127.0.0.1]) by mx0b-001b2d01.pphosted.com (8.16.0.22/8.16.0.22) with SMTP id w57BTTQN066665 for ; Thu, 7 Jun 2018 07:31:33 -0400 Received: from e06smtp02.uk.ibm.com (e06smtp02.uk.ibm.com [195.75.94.98]) by mx0b-001b2d01.pphosted.com with ESMTP id 2jf383hudq-1 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=NOT) for ; Thu, 07 Jun 2018 07:31:33 -0400 Received: from localhost by e06smtp02.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 7 Jun 2018 12:31:31 +0100 Date: Thu, 07 Jun 2018 17:01:23 +0530 From: "Naveen N. Rao" Subject: Re: [RFC PATCH -tip v5 07/27] powerpc/kprobes: Remove jprobe powerpc implementation To: Masami Hiramatsu , Ingo Molnar , Thomas Gleixner Cc: Andrew Morton , Ananth N Mavinakayanahalli , Benjamin Herrenschmidt , "H . Peter Anvin" , linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, Ingo Molnar , Michael Ellerman , Paul Mackerras , Steven Rostedt References: <152812730943.10068.5166429445118734697.stgit@devbox> <152812751377.10068.6090934299713110701.stgit@devbox> In-Reply-To: <152812751377.10068.6090934299713110701.stgit@devbox> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Message-Id: <1528370755.shi1gq6h7g.naveen@linux.ibm.com> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Masami Hiramatsu wrote: > Remove arch dependent setjump/longjump functions > and unused fields in kprobe_ctlblk for jprobes > from arch/powerpc. This also reverts commits > related __is_active_jprobe() function. >=20 > Signed-off-by: Masami Hiramatsu >=20 > Cc: Benjamin Herrenschmidt > Cc: Paul Mackerras > Cc: Michael Ellerman > Cc: "Naveen N. Rao" > Cc: linuxppc-dev@lists.ozlabs.org > --- > arch/powerpc/include/asm/kprobes.h | 2 - > arch/powerpc/kernel/kprobes-ftrace.c | 15 ------- > arch/powerpc/kernel/kprobes.c | 54 ------------------= ------ > arch/powerpc/kernel/trace/ftrace_64_mprofile.S | 39 ++--------------- > 4 files changed, 5 insertions(+), 105 deletions(-) LGTM. Acked-by: Naveen N. Rao - Naveen =