Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752167AbdI0HeH (ORCPT ); Wed, 27 Sep 2017 03:34:07 -0400 Received: from mail.cn.fujitsu.com ([183.91.158.132]:8836 "EHLO heian.cn.fujitsu.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751396AbdI0HeC (ORCPT ); Wed, 27 Sep 2017 03:34:02 -0400 X-IronPort-AV: E=Sophos;i="5.42,444,1500912000"; d="scan'208";a="28478057" Subject: Re: [PATCH v9] ACPI / init: Invoke early ACPI initialization earlier To: Thomas Gleixner References: <1505293975-26005-1-git-send-email-douly.fnst@cn.fujitsu.com> <1505294274-441-1-git-send-email-douly.fnst@cn.fujitsu.com> CC: "Rafael J. Wysocki" , "Zheng, Lv" , , , Ingo Molnar , "H. Peter Anvin" , , Michael Ellerman , Will Deacon , , Tony Luck , Fenghua Yu , , , , , From: Dou Liyang Message-ID: <88ed94a1-83bb-0338-caaa-e1773812ce4a@cn.fujitsu.com> Date: Wed, 27 Sep 2017 15:33:54 +0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.167.226.106] X-yoursite-MailScanner-ID: 0786647CA58C.AEC78 X-yoursite-MailScanner: Found to be clean X-yoursite-MailScanner-From: douly.fnst@cn.fujitsu.com Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 645 Lines: 27 Hi Thomas, At 09/27/2017 03:19 PM, Thomas Gleixner wrote: > On Wed, 27 Sep 2017, Dou Liyang wrote: > >> Hi Rafael, Zheng, >> >> Welcome any comments! >> >> Now, our patches are in tip tree, they are based on this >> independent patch, we hope it can be merged earlier than our >> patches to avoid ACPI Error. we need your advice and confirmation. > > You should have included that patch into your APIC series so I would have > been aware that it's required for the APIC changes to work on all > platforms. > > But not a big problem. I merge it through tip/x86/apic so the stuff works > as expected. > Yeah, thank you so much. Thanks, dou.