From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754185AbcKRR6V (ORCPT ); Fri, 18 Nov 2016 12:58:21 -0500 Received: from foss.arm.com ([217.140.101.70]:55304 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754117AbcKRR6M (ORCPT ); Fri, 18 Nov 2016 12:58:12 -0500 Date: Fri, 18 Nov 2016 17:57:30 +0000 From: Mark Rutland To: Laura Abbott Cc: Ard Biesheuvel , Will Deacon , Catalin Marinas , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , x86@kernel.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org, Andrew Morton , Marek Szyprowski , Joonsoo Kim , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCHv3 0/6] CONFIG_DEBUG_VIRTUAL for arm64 Message-ID: <20161118175730.GF1197@leverpostej> References: <1479431816-5028-1-git-send-email-labbott@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1479431816-5028-1-git-send-email-labbott@redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Nov 17, 2016 at 05:16:50PM -0800, Laura Abbott wrote: > Hi, Hi, Thanks again for putting this together. > This is v3 of the series to add CONFIG_DEBUG_VIRTUAL for arm64. > The biggest change from v2 is the conversion of more __pa sites > to __pa_symbol for stricter checks. Patches 1-4 look good to me, and I've given them a spin in a few configurations on arm64. For those: Reviewed-by: Mark Rutland Tested-by: Mark Rutland Patches 5 and 6 look like they're mostly there, but there are still a few issues which I've commented on. Hopefully those aren't too painful to sort out; it would be great to have this available. Thanks, Mark.