From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Rutland Subject: Re: [PATCH 0/3] arm64: Kill ESR_LNX_EXEC Date: Mon, 6 Jun 2016 11:59:42 +0100 Message-ID: <20160606105942.GD6831@leverpostej> References: <1464694383-31700-1-git-send-email-mark.rutland@arm.com> <20160531165311.GD11321@e104818-lin.cambridge.arm.com> <20160602182146.GG7697@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from localhost (localhost [127.0.0.1]) by mm01.cs.columbia.edu (Postfix) with ESMTP id 7FFBD412ED for ; Mon, 6 Jun 2016 06:55:56 -0400 (EDT) Received: from mm01.cs.columbia.edu ([127.0.0.1]) by localhost (mm01.cs.columbia.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dBfCEixKgoKL for ; Mon, 6 Jun 2016 06:55:53 -0400 (EDT) Received: from foss.arm.com (foss.arm.com [217.140.101.70]) by mm01.cs.columbia.edu (Postfix) with ESMTP id B4FE2410EB for ; Mon, 6 Jun 2016 06:55:53 -0400 (EDT) Content-Disposition: inline In-Reply-To: <20160602182146.GG7697@arm.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: kvmarm-bounces@lists.cs.columbia.edu Sender: kvmarm-bounces@lists.cs.columbia.edu To: Will Deacon Cc: marc.zyngier@arm.com, Catalin Marinas , dave.martin@arm.com, shijie.huang@arm.com, kvmarm@lists.cs.columbia.edu, linux-arm-kernel@lists.infradead.org List-Id: kvmarm@lists.cs.columbia.edu On Thu, Jun 02, 2016 at 07:21:47PM +0100, Will Deacon wrote: > On Tue, May 31, 2016 at 05:53:11PM +0100, Catalin Marinas wrote: > > On Tue, May 31, 2016 at 12:33:00PM +0100, Mark Rutland wrote: > > > Mark Rutland (3): > > > arm64: add macro to extract ESR_ELx.EC > > > arm64/kvm: use ESR_ELx_EC to extract EC > > > arm64: kill ESR_LNX_EXEC > > > > For the series: > > > > Reviewed-by: Catalin Marinas > > You may as well queue this for 4.8 when you start picking up patches. > I don't think it warrants going in for 4.7, since it doesn't actually > fix anything. Makes sense to me. Catalin, I've dropped this in my git repo for the moment [1], and can rebase/repost as/when required. Please give me a poke if so. Thanks, Mark. [1] git://git.kernel.org/pub/scm/linux/kernel/git/mark/linux.git arm64/kill-esr-lnx-exec From mboxrd@z Thu Jan 1 00:00:00 1970 From: mark.rutland@arm.com (Mark Rutland) Date: Mon, 6 Jun 2016 11:59:42 +0100 Subject: [PATCH 0/3] arm64: Kill ESR_LNX_EXEC In-Reply-To: <20160602182146.GG7697@arm.com> References: <1464694383-31700-1-git-send-email-mark.rutland@arm.com> <20160531165311.GD11321@e104818-lin.cambridge.arm.com> <20160602182146.GG7697@arm.com> Message-ID: <20160606105942.GD6831@leverpostej> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, Jun 02, 2016 at 07:21:47PM +0100, Will Deacon wrote: > On Tue, May 31, 2016 at 05:53:11PM +0100, Catalin Marinas wrote: > > On Tue, May 31, 2016 at 12:33:00PM +0100, Mark Rutland wrote: > > > Mark Rutland (3): > > > arm64: add macro to extract ESR_ELx.EC > > > arm64/kvm: use ESR_ELx_EC to extract EC > > > arm64: kill ESR_LNX_EXEC > > > > For the series: > > > > Reviewed-by: Catalin Marinas > > You may as well queue this for 4.8 when you start picking up patches. > I don't think it warrants going in for 4.7, since it doesn't actually > fix anything. Makes sense to me. Catalin, I've dropped this in my git repo for the moment [1], and can rebase/repost as/when required. Please give me a poke if so. Thanks, Mark. [1] git://git.kernel.org/pub/scm/linux/kernel/git/mark/linux.git arm64/kill-esr-lnx-exec