Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932681AbcDSPmR (ORCPT ); Tue, 19 Apr 2016 11:42:17 -0400 Received: from foss.arm.com ([217.140.101.70]:40936 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932604AbcDSPmP (ORCPT ); Tue, 19 Apr 2016 11:42:15 -0400 Subject: Re: [PATCH v4 4/5] arm64: add support for ACPI Low Power Idle(LPI) To: kbuild test robot References: <201604192134.oK2yB12J%fengguang.wu@intel.com> Cc: Sudeep Holla , kbuild-all@01.org, "Rafael J. Wysocki" , linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Lorenzo Pieralisi , Al Stone , Prashanth Prakash , Ashwin Chaugule , Mark Rutland From: Sudeep Holla Organization: ARM Message-ID: <571651D3.1030601@arm.com> Date: Tue, 19 Apr 2016 16:42:11 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <201604192134.oK2yB12J%fengguang.wu@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1220 Lines: 32 On 19/04/16 14:59, kbuild test robot wrote: > Hi, > > [auto build test ERROR on pm/linux-next] > [also build test ERROR on v4.6-rc4 next-20160419] > [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] > > url: https://github.com/0day-ci/linux/commits/Sudeep-Holla/ACPI-processor_idle-Add-ACPI-v6-0-LPI-support/20160419-203500 > base: https://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git linux-next > config: arm-sunxi_defconfig (attached as .config) > reproduce: > wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross > chmod +x ~/bin/make.cross > # save the attached .config to linux build tree > make.cross ARCH=arm > > All errors (new ones prefixed by >>): > > In file included from drivers/firmware/psci.c:36:0: >>> include/acpi/processor.h:7:22: fatal error: asm/acpi.h: No such file or directory > #include > ^ Thanks again for the report, I had totally forgotten the need to check ARM32 build. I now realize that PSCI driver is common now. Sorry for that, fixed locally for now. -- Regards, Sudeep