From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoffer Dall Subject: Re: [PATCH 3/8] ARM: KVM: Enforce sorting of all CP tables Date: Wed, 10 Feb 2016 13:44:42 +0100 Message-ID: <20160210124442.GJ5171@cbox> References: <1454931622-14902-1-git-send-email-marc.zyngier@arm.com> <1454931622-14902-4-git-send-email-marc.zyngier@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, kvmarm@lists.cs.columbia.edu To: Marc Zyngier Return-path: Content-Disposition: inline In-Reply-To: <1454931622-14902-4-git-send-email-marc.zyngier@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 List-Id: kvm.vger.kernel.org On Mon, Feb 08, 2016 at 11:40:17AM +0000, Marc Zyngier wrote: > Since we're obviously terrible at sorting the CP tables, make sure > we're going to do it properly (or fail to boot). arm64 has had the > same mechanism for a while, and nobody ever broke it... > > Signed-off-by: Marc Zyngier Reviewed-by: Christoffer Dall