From mboxrd@z Thu Jan 1 00:00:00 1970 From: naveen.n.rao@linux.vnet.ibm.com (Naveen N. Rao) Date: Tue, 7 Mar 2017 00:34:55 +0530 Subject: [PATCH 2/3] arm: kprobes: remove kprobe_exceptions_notify In-Reply-To: <20170306183815.GX21222@n2100.armlinux.org.uk> References: <20170306183815.GX21222@n2100.armlinux.org.uk> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 2017/03/06 06:38PM, Russell King - ARM Linux wrote: > On Mon, Mar 06, 2017 at 11:37:20PM +0530, Naveen N. Rao wrote: > > On 2017/02/08 01:24AM, Naveen N Rao wrote: > > > ... as the weak variant will do. > > > > > > Signed-off-by: Naveen N. Rao > > > --- > > > arch/arm/probes/kprobes/core.c | 10 ---------- > > > arch/arm64/kernel/probes/kprobes.c | 6 ------ > > > 2 files changed, 16 deletions(-) > > > > With the generic changes in this series now in -rc1, can you please pick > > this up? > > It would've been nice to have been in the To: or Cc: on this patch, > I suspect everyone on the ARM side ignored this series (I certainly > didn't notice it, and I suspect the ARM64 folk didn't notice it for > exactly the same reason.) > > In any case, this patch needs to be split - ARM and ARM64 are > maintained separately (as stated in MAINTAINERS), and patches go via > different trees. Please resubmit with the patch split between the > architectures and proper recipients in the headers. Got it. Please find the updated patches in this thread. Thanks, Naveen From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932410AbdCFTHB (ORCPT ); Mon, 6 Mar 2017 14:07:01 -0500 Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:43505 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S932238AbdCFTGF (ORCPT ); Mon, 6 Mar 2017 14:06:05 -0500 From: "Naveen N. Rao" To: Russell King , Catalin Marinas , Will Deacon Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Masami Hiramatsu , Ingo Molnar , mpe@ellerman.id.au, ananth@linux.vnet.ibm.com Subject: Re: [PATCH 2/3] arm: kprobes: remove kprobe_exceptions_notify Date: Tue, 7 Mar 2017 00:34:55 +0530 X-Mailer: git-send-email 2.11.1 In-Reply-To: <20170306183815.GX21222@n2100.armlinux.org.uk> References: <20170306183815.GX21222@n2100.armlinux.org.uk> X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 17030619-0052-0000-0000-0000021F542F X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 17030619-0053-0000-0000-000007E9D7E2 Message-Id: X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-03-06_17:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1702020001 definitions=main-1703060153 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2017/03/06 06:38PM, Russell King - ARM Linux wrote: > On Mon, Mar 06, 2017 at 11:37:20PM +0530, Naveen N. Rao wrote: > > On 2017/02/08 01:24AM, Naveen N Rao wrote: > > > ... as the weak variant will do. > > > > > > Signed-off-by: Naveen N. Rao > > > --- > > > arch/arm/probes/kprobes/core.c | 10 ---------- > > > arch/arm64/kernel/probes/kprobes.c | 6 ------ > > > 2 files changed, 16 deletions(-) > > > > With the generic changes in this series now in -rc1, can you please pick > > this up? > > It would've been nice to have been in the To: or Cc: on this patch, > I suspect everyone on the ARM side ignored this series (I certainly > didn't notice it, and I suspect the ARM64 folk didn't notice it for > exactly the same reason.) > > In any case, this patch needs to be split - ARM and ARM64 are > maintained separately (as stated in MAINTAINERS), and patches go via > different trees. Please resubmit with the patch split between the > architectures and proper recipients in the headers. Got it. Please find the updated patches in this thread. Thanks, Naveen