From mboxrd@z Thu Jan 1 00:00:00 1970 From: will.deacon@arm.com (Will Deacon) Date: Thu, 8 Jan 2015 16:55:57 +0000 Subject: [RFC 2/8] ARM64: Refactor kprobes-arm64 In-Reply-To: <9a86c217f387f45568c18b724024b0d3e040d2c6.1420038188.git.panand@redhat.com> References: <9a86c217f387f45568c18b724024b0d3e040d2c6.1420038188.git.panand@redhat.com> Message-ID: <20150108165557.GQ11583@arm.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, Dec 31, 2014 at 03:21:18PM +0000, Pratyush Anand wrote: > Most of the stuff of kprobes-arm64.c can also be used by uprobes.c. So > move all those part to common code area. In the process rename kprobe to > probe whereever possible. > > No functional change. In which case, can you merge this into the kprobes series (which we haven't merged yet)? Will From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757075AbbAHQ4I (ORCPT ); Thu, 8 Jan 2015 11:56:08 -0500 Received: from foss-mx-na.foss.arm.com ([217.140.108.86]:58019 "EHLO foss-mx-na.foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755299AbbAHQ4F (ORCPT ); Thu, 8 Jan 2015 11:56:05 -0500 Date: Thu, 8 Jan 2015 16:55:57 +0000 From: Will Deacon To: Pratyush Anand Cc: "linux-arm-kernel@lists.infradead.org" , "linux@arm.linux.org.uk" , "tixy@linaro.org" , "ananth@in.ibm.com" , "sandeepa.prabhu@linaro.org" , Catalin Marinas , "linux-kernel@vger.kernel.org" , "anil.s.keshavamurthy@intel.com" , "masami.hiramatsu.pt@hitachi.com" , "wcohen@redhat.com" , "oleg@redhat.com" Subject: Re: [RFC 2/8] ARM64: Refactor kprobes-arm64 Message-ID: <20150108165557.GQ11583@arm.com> References: <9a86c217f387f45568c18b724024b0d3e040d2c6.1420038188.git.panand@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9a86c217f387f45568c18b724024b0d3e040d2c6.1420038188.git.panand@redhat.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Dec 31, 2014 at 03:21:18PM +0000, Pratyush Anand wrote: > Most of the stuff of kprobes-arm64.c can also be used by uprobes.c. So > move all those part to common code area. In the process rename kprobe to > probe whereever possible. > > No functional change. In which case, can you merge this into the kprobes series (which we haven't merged yet)? Will