From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752835AbcFNQlW (ORCPT ); Tue, 14 Jun 2016 12:41:22 -0400 Received: from foss.arm.com ([217.140.101.70]:60107 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751371AbcFNQlU (ORCPT ); Tue, 14 Jun 2016 12:41:20 -0400 Date: Tue, 14 Jun 2016 17:41:16 +0100 From: Will Deacon To: Aleksey Makarov Cc: Catalin Marinas , "Rafael J . Wysocki" , Len Brown , linux-acpi@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Graeme Gregory , Jon Masters , "Zheng, Lv" , Mark Rutland Subject: Re: [PATCH v3 5/5] ACPI: ARM64: support for ACPI_TABLE_UPGRADE Message-ID: <20160614164116.GF16531@arm.com> References: <20160527171424.GG10909@e104818-lin.cambridge.arm.com> <20160602174910.30428-1-aleksey.makarov@linaro.org> <02dde480-cc01-6372-5baa-02ecf0037074@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <02dde480-cc01-6372-5baa-02ecf0037074@linaro.org> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jun 14, 2016 at 06:51:19PM +0300, Aleksey Makarov wrote: > > On 06/02/2016 08:49 PM, Aleksey Makarov wrote: > > From: Jon Masters > > > > This patch adds support for ACPI_TABLE_UPGRADE for ARM64 > > Hi Catalin, Will, > > Can you review this v3 patch please? I changed PFN_PHYS(max_pfn) to > MEMBLOCK_ALLOC_ACCESSIBLE. I'm inclined to agree with Mark that this is something that should be done by the bootloader (e.g. GRUB) if it's needed, rather than something we should support in the kernel. Jon pitched the feature as a developer aid for triaging problems, so it's not like we're in a state where some widely available machine cannot currently boot Linux without this. Having said that, the patch isn't exactly invasive and I suspect it's only a matter of time before we will actually want something like this. So I've come full circle on this patch: Acked-by: Will Deacon Will