From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suzuki K Poulose Subject: Re: [PATCH v6 6/8] KVM: arm64: Support handling access faults for PUD hugepages Date: Mon, 16 Jul 2018 13:49:40 +0100 Message-ID: References: <20180716110857.19310-1-punit.agrawal@arm.com> <20180716110857.19310-7-punit.agrawal@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20180716110857.19310-7-punit.agrawal@arm.com> Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org To: Punit Agrawal , kvmarm@lists.cs.columbia.edu Cc: linux-arm-kernel@lists.infradead.org, marc.zyngier@arm.com, christoffer.dall@arm.com, linux-kernel@vger.kernel.org, will.deacon@arm.com, Russell King , Catalin Marinas List-Id: kvmarm@lists.cs.columbia.edu On 16/07/18 12:08, Punit Agrawal wrote: > In preparation for creating larger hugepages at Stage 2, extend the > access fault handling at Stage 2 to support PUD hugepages when > encountered. > > Provide trivial helpers for arm32 to allow sharing of code. > > Signed-off-by: Punit Agrawal > Cc: Christoffer Dall > Cc: Marc Zyngier > Cc: Russell King > Cc: Catalin Marinas > Cc: Will Deacon Reviewed-by: Suzuki K Poulose