Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751279AbdILEmG (ORCPT ); Tue, 12 Sep 2017 00:42:06 -0400 Received: from mail-it0-f44.google.com ([209.85.214.44]:45749 "EHLO mail-it0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751045AbdILEmE (ORCPT ); Tue, 12 Sep 2017 00:42:04 -0400 X-Google-Smtp-Source: AOwi7QDa+THTOcATUMXUAiV6v/jOD67oAVLyj8oPf4x1PtgJjFaYIlfd5PBALXMJv550CJAnWB/+GA== Date: Tue, 12 Sep 2017 13:43:52 +0900 From: AKASHI Takahiro To: kbuild test robot Cc: kbuild-all@01.org, catalin.marinas@arm.com, will.deacon@arm.com, bauerman@linux.vnet.ibm.com, dhowells@redhat.com, vgoyal@redhat.com, herbert@gondor.apana.org.au, davem@davemloft.net, akpm@linux-foundation.org, mpe@ellerman.id.au, dyoung@redhat.com, bhe@redhat.com, arnd@arndb.de, ard.biesheuvel@linaro.org, kexec@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 8/9] arm64: enable KEXEC_FILE config Message-ID: <20170912044350.GG17186@linaro.org> Mail-Followup-To: AKASHI Takahiro , kbuild test robot , kbuild-all@01.org, catalin.marinas@arm.com, will.deacon@arm.com, bauerman@linux.vnet.ibm.com, dhowells@redhat.com, vgoyal@redhat.com, herbert@gondor.apana.org.au, davem@davemloft.net, akpm@linux-foundation.org, mpe@ellerman.id.au, dyoung@redhat.com, bhe@redhat.com, arnd@arndb.de, ard.biesheuvel@linaro.org, kexec@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org References: <20170908031616.17916-9-takahiro.akashi@linaro.org> <201709102315.3pEUMBHR%fengguang.wu@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201709102315.3pEUMBHR%fengguang.wu@intel.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2460 Lines: 54 On Sun, Sep 10, 2017 at 11:41:47PM +0800, kbuild test robot wrote: > Hi AKASHI, > > [auto build test ERROR on arm64/for-next/core] > [also build test ERROR on v4.13 next-20170908] > [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] > > url: https://github.com/0day-ci/linux/commits/AKASHI-Takahiro/kexec-add-kexec_file_load-support/20170910-143930 > base: https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-next/core > config: arm64-allmodconfig (attached as .config) > compiler: aarch64-linux-gnu-gcc (Debian 6.1.1-9) 6.1.1 20160705 > reproduce: > wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross > chmod +x ~/bin/make.cross > # save the attached .config to linux build tree > make.cross ARCH=arm64 > > Note: the linux-review/AKASHI-Takahiro/kexec-add-kexec_file_load-support/20170910-143930 HEAD caf976acefa5a78ad88489581c66b98cbc8f91fa builds fine. > It only hurts bisectibility. > > All errors (new ones prefixed by >>): > > >> arch/arm64/kernel/machine_kexec_file.c:22:28: fatal error: asm/kexec_file.h: No such file or directory > #include > ^ Will fix it in the next version, v3. -Takahiro AKASHI > compilation terminated. > > vim +22 arch/arm64/kernel/machine_kexec_file.c > > 423cf6dc9f AKASHI Takahiro 2017-09-08 15 > 423cf6dc9f AKASHI Takahiro 2017-09-08 16 #include > 423cf6dc9f AKASHI Takahiro 2017-09-08 17 #include > 423cf6dc9f AKASHI Takahiro 2017-09-08 18 #include > 423cf6dc9f AKASHI Takahiro 2017-09-08 19 #include > 423cf6dc9f AKASHI Takahiro 2017-09-08 20 #include > 423cf6dc9f AKASHI Takahiro 2017-09-08 21 #include > 423cf6dc9f AKASHI Takahiro 2017-09-08 @22 #include > 423cf6dc9f AKASHI Takahiro 2017-09-08 23 > > :::::: The code at line 22 was first introduced by commit > :::::: 423cf6dc9f06d95907902b2b7f84161bdc98f752 arm64: kexec_file: load initrd, device-tree and purgatory segments > > :::::: TO: AKASHI Takahiro > :::::: CC: 0day robot > > --- > 0-DAY kernel test infrastructure Open Source Technology Center > https://lists.01.org/pipermail/kbuild-all Intel Corporation