From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753423AbbIBKLK (ORCPT ); Wed, 2 Sep 2015 06:11:10 -0400 Received: from eu-smtp-delivery-143.mimecast.com ([207.82.80.143]:48587 "EHLO eu-smtp-delivery-143.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753027AbbIBKLI convert rfc822-to-8bit (ORCPT ); Wed, 2 Sep 2015 06:11:08 -0400 Message-ID: <55E6CB39.5000305@arm.com> Date: Wed, 02 Sep 2015 11:11:05 +0100 From: "Suzuki K. Poulose" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Ard Biesheuvel CC: "linux-arm-kernel@lists.infradead.org" , Mark Rutland , KVM devel mailing list , Marc Zyngier , Catalin Marinas , Will Deacon , "linux-kernel@vger.kernel.org" , "kvmarm@lists.cs.columbia.edu" Subject: Re: [PATCH 00/14] arm64: 16K translation granule support References: <1439465645-22584-1-git-send-email-suzuki.poulose@arm.com> In-Reply-To: X-OriginalArrivalTime: 02 Sep 2015 10:11:05.0221 (UTC) FILETIME=[ADB13B50:01D0E567] X-MC-Unique: 2S8SIoagTs2ulEag_wbhlA-1 Content-Type: text/plain; charset=WINDOWS-1252; format=flowed Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02/09/15 10:55, Ard Biesheuvel wrote: > On 13 August 2015 at 13:33, Suzuki K. Poulose wrote: >> From: "Suzuki K. Poulose" >> >> Patches 1-7 cleans up the kernel page size handling code. >> Patches 8-11 Fixes some issues with the KVM bits, mainly the fake PGD >> handling code. >> Patch 12 Adds a check to ensure the CPU supports the selected granule size. >> Patch 13-14 Adds the 16k page size support bits. >> >> This series applies on top of for-next/core branch of the aarch64 tree and is >> also available here: >> >> git://linux-arm.org/linux-skp.git 16k/v1 >> > > > Hi Suzuki, > > I have given this a spin on the FVP Base model to check UEFI booting, > and everything seems to work fine. (I tested 2-level and 3-level) > I didn't test the KVM changes, so for all patches except those: > > Reviewed-by: Ard Biesheuvel > Tested-by: Ard Biesheuvel Thanks for the review and testing !! Suzuki