From mboxrd@z Thu Jan 1 00:00:00 1970 From: Will Deacon Subject: Re: [PATCH][next] arm64: KVM: GICv3: move system register access to msr_s/mrs_s Date: Thu, 31 Jul 2014 14:19:47 +0100 Message-ID: <20140731131947.GT26853@arm.com> References: <1406812599-18631-1-git-send-email-marc.zyngier@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "linux-arm-kernel@lists.infradead.org" , "kvm@vger.kernel.org" , "kvmarm@lists.cs.columbia.edu" , Catalin Marinas , Christoffer Dall To: Marc Zyngier Return-path: Received: from cam-admin0.cambridge.arm.com ([217.140.96.50]:59079 "EHLO cam-admin0.cambridge.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750831AbaGaNUO (ORCPT ); Thu, 31 Jul 2014 09:20:14 -0400 Content-Disposition: inline In-Reply-To: <1406812599-18631-1-git-send-email-marc.zyngier@arm.com> Sender: kvm-owner@vger.kernel.org List-ID: On Thu, Jul 31, 2014 at 02:16:39PM +0100, Marc Zyngier wrote: > Commit 72c583951526 (arm64: gicv3: Allow GICv3 compilation with > older binutils) changed the way we express the GICv3 system registers, > but couldn't change the occurences used by KVM as the code wasn't > merged yet. > > Just fix the accessors. > > Cc: Will Deacon > Cc: Catalin Marinas > Cc: Christoffer Dall > Signed-off-by: Marc Zyngier > --- > -next is currently borked. I suggest we take this patch via the kvmarm tree, > and only send our PR once the arm64 tree has hit Linus' tree. It contains > the same dependency on the GIC tree anyway. I'm fine with that as long as Paulo doesn't mind waiting for the arm64 stuff to go in first (I have no reason to delay my pull request, so shouldn't be an issue). If it helps: Acked-by: Will Deacon I can't help but point out that we wouldn't be in this mess if you'd got your stuff into -next sooner ;) Will