From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752500AbbCZBDK (ORCPT ); Wed, 25 Mar 2015 21:03:10 -0400 Received: from eu-smtp-delivery-143.mimecast.com ([207.82.80.143]:42565 "EHLO eu-smtp-delivery-143.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751708AbbCZBDH convert rfc822-to-8bit (ORCPT ); Wed, 25 Mar 2015 21:03:07 -0400 X-Greylist: delayed 378 seconds by postgrey-1.27 at vger.kernel.org; Wed, 25 Mar 2015 21:03:06 EDT Date: Wed, 25 Mar 2015 17:31:07 +0000 From: Catalin Marinas To: Hanjun Guo Cc: "Rafael J. Wysocki" , Will Deacon , Olof Johansson , Grant Likely , Mark Rutland , Ashwin Chaugule , Lorenzo Pieralisi , Robert Richter , Arnd Bergmann , Graeme Gregory , linaro-acpi@lists.linaro.org, Marc Zyngier , Jon Masters , Timur Tabi , Mark Salter , linux-kernel@vger.kernel.org, Ard Biesheuvel , linux-acpi@vger.kernel.org, Mark Brown , Suravee Suthikulpanit , Sudeep Holla , linux-arm-kernel@lists.infradead.org Subject: Re: [patch v11 23/23] ARM64 / ACPI: Don't unflatten device tree if acpi=force is passed Message-ID: <20150325173107.GQ14585@localhost> References: <1427205776-5060-1-git-send-email-hanjun.guo@linaro.org> <1427205776-5060-24-git-send-email-hanjun.guo@linaro.org> MIME-Version: 1.0 In-Reply-To: <1427205776-5060-24-git-send-email-hanjun.guo@linaro.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-OriginalArrivalTime: 26 Mar 2015 00:56:33.0857 (UTC) FILETIME=[B451FB10:01D0675F] X-MC-Unique: l8BASfxcRNmca7bZ3YC4Mg-1 Content-Type: text/plain; charset=WINDOWS-1252 Content-Transfer-Encoding: 8BIT Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Mar 24, 2015 at 10:02:56PM +0800, Hanjun Guo wrote: > Since the policy is that once we pass acpi=force in the early > param, we will not unflatten device tree even if ACPI is disabled > in ACPI table init fails, so fix the code by comparinging both > acpi_disabled and param_acpi_force before the device tree is > unflattened. > > CC: Ard Biesheuvel > Signed-off-by: Hanjun Guo Acked-by: Catalin Marinas but as I said, we should take Lorenzo's patch on top as well.