From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoffer Dall Subject: Re: [PATCH] arm64: mm: Add additional parameter to uaccess_ttbr0_enable Date: Tue, 9 Jan 2018 20:26:55 +0100 Message-ID: <20180109192655.GF15307@cbox> References: <20180109134326.17479-1-christoffer.dall@linaro.org> <3e459188-f759-6f13-7ab4-1597c6da00a7@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-arm-kernel@lists.infradead.org, kvmarm@lists.cs.columbia.edu, kvm@vger.kernel.org, Will Deacon , Catalin Marinas To: Marc Zyngier Return-path: Received: from mail-wm0-f66.google.com ([74.125.82.66]:42361 "EHLO mail-wm0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935447AbeAIT06 (ORCPT ); Tue, 9 Jan 2018 14:26:58 -0500 Received: by mail-wm0-f66.google.com with SMTP id b141so22580316wme.1 for ; Tue, 09 Jan 2018 11:26:58 -0800 (PST) Content-Disposition: inline In-Reply-To: <3e459188-f759-6f13-7ab4-1597c6da00a7@arm.com> Sender: kvm-owner@vger.kernel.org List-ID: On Tue, Jan 09, 2018 at 01:53:56PM +0000, Marc Zyngier wrote: > On 09/01/18 13:43, Christoffer Dall wrote: > > Add an extra temporary register parameter to uaccess_ttbr0_enable which > > is about to be required for arm64 PAN support. > > > > This patch doesn't introduce any functional change but ensures that the > > kernel compiles once the KVM/ARM tree is merged with the arm64 tree by > > ensuring a trivially mergable conflict. > > > > Cc: Will Deacon > > Cc: Catalin Marinas > > Cc: Marc Zyngier > > Signed-off-by: Christoffer Dall > > Maybe worth adding that this matches > 27a921e75711d924617269e0ba4adb8bae9fd0d1 ("arm64: mm: Fix and re-enable > ARM64_SW_TTBR0_PAN")? Yes, definitely. > > Otherwise: > > Reviewed-by: Marc Zyngier Thanks. I've pushed this to next. If anyone finds that objectionable, we can always drop that patch again and pursue another resolution. Thanks, -Christoffer