Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754353AbcCaHw6 (ORCPT ); Thu, 31 Mar 2016 03:52:58 -0400 Received: from mail-io0-f169.google.com ([209.85.223.169]:36583 "EHLO mail-io0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753653AbcCaHwz (ORCPT ); Thu, 31 Mar 2016 03:52:55 -0400 MIME-Version: 1.0 In-Reply-To: References: <1459237458-12352-1-git-send-email-fu.wei@linaro.org> <201603301450.pihQHWST%fengguang.wu@intel.com> Date: Thu, 31 Mar 2016 09:52:54 +0200 Message-ID: Subject: Re: [PATCH v8] acpi, apei, arm64: APEI initial support for aarch64. From: Ard Biesheuvel To: Fu Wei Cc: kbuild test robot , Mark Rutland , Linaro ACPI Mailman List , Catalin Marinas , "Baicar, Tyler" , Will Deacon , Richard Ruigrok , pavel@ucw.cz, "hpa@zytor.com" , Lorenzo Pieralisi , Al Stone , Tomasz Nowicki , "x86@kernel.org" , "Abdulhamid, Harb" , "linux-acpi@vger.kernel.org" , "mingo@redhat.com" , Mark Salter , Grant Likely , Hanjun Guo , len.brown@intel.com, linux-pm@vger.kernel.org, Marc Zyngier , Jon Masters , Tomasz Nowicki , Robert Richter , Thomas Gleixner , "linux-arm-kernel@lists.infradead.org" , G Gregory , Rafael Wysocki , LKML , jarkko.nikula@linux.intel.com, kbuild-all@01.org, Jonathan Zhang Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1495 Lines: 46 On 30 March 2016 at 19:55, Fu Wei wrote: > Hi Tomasz > > On 30 March 2016 at 14:50, kbuild test robot wrote: >> Hi Tomasz, >> >> [auto build test WARNING on arm64/for-next/core] >> [also build test WARNING on v4.6-rc1 next-20160330] >> [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/fu-wei-linaro-org/acpi-apei-arm64-APEI-initial-support-for-aarch64/20160329-154730 >> base: https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux for-next/core >> config: arm64-allyesconfig (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=arm64 >> >> All warnings (new ones prefixed by >>): >> >> warning: (ACPI_APEI) selects EFI which has unmet direct dependencies (OF && !CPU_BIG_ENDIAN) > > I think it's caused by CPU_BIG_ENDIAN, because ARM64 selects OF. > No, as I pointed out, it is caused by the fact that you 'select' EFI rather than 'depend on' it. > Any suggestion ? > replace select EFI if ARM64 with depends on EFI || !ARM64 but it would be even better to make ACPI_APEI depend on ACPI, since the above dependency will be implied then, although I am not sure how that affects other architectures. -- Ard.