From: takahiro.akashi@linaro.org (AKASHI Takahiro)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 8/9] arm64: enable KEXEC_FILE config
Date: Tue, 12 Sep 2017 13:43:52 +0900 [thread overview]
Message-ID: <20170912044350.GG17186@linaro.org> (raw)
In-Reply-To: <201709102315.3pEUMBHR%fengguang.wu@intel.com>
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 <asm/kexec_file.h>
> ^
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 <linux/errno.h>
> 423cf6dc9f AKASHI Takahiro 2017-09-08 17 #include <linux/kernel.h>
> 423cf6dc9f AKASHI Takahiro 2017-09-08 18 #include <linux/kexec.h>
> 423cf6dc9f AKASHI Takahiro 2017-09-08 19 #include <linux/libfdt.h>
> 423cf6dc9f AKASHI Takahiro 2017-09-08 20 #include <linux/memblock.h>
> 423cf6dc9f AKASHI Takahiro 2017-09-08 21 #include <linux/of_fdt.h>
> 423cf6dc9f AKASHI Takahiro 2017-09-08 @22 #include <asm/kexec_file.h>
> 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 <takahiro.akashi@linaro.org>
> :::::: CC: 0day robot <fengguang.wu@intel.com>
>
> ---
> 0-DAY kernel test infrastructure Open Source Technology Center
> https://lists.01.org/pipermail/kbuild-all Intel Corporation
next prev parent reply other threads:[~2017-09-12 4:43 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-08 3:16 [PATCH 0/9] kexec: add kexec_file_load() support AKASHI Takahiro
2017-09-08 3:16 ` [PATCH 1/9] include: pe.h: remove message[] from mz header definition AKASHI Takahiro
2017-09-08 3:16 ` [PATCH 2/9] resource: add walk_system_ram_res_rev() AKASHI Takahiro
2017-09-08 3:16 ` [PATCH 3/9] kexec_file: factor out crashdump elf header function from x86 AKASHI Takahiro
2017-09-12 5:55 ` Dave Young
2017-09-13 0:46 ` AKASHI Takahiro
2017-09-08 3:16 ` [PATCH 4/9] asm-generic: add kexec_file_load system call to unistd.h AKASHI Takahiro
2017-09-08 3:16 ` [PATCH 5/9] arm64: kexec_file: create purgatory AKASHI Takahiro
2017-09-08 3:16 ` [PATCH 6/9] arm64: kexec_file: load initrd, device-tree and purgatory segments AKASHI Takahiro
2017-09-11 6:47 ` Dave Young
2017-09-11 8:25 ` Dave Young
2017-09-12 4:46 ` AKASHI Takahiro
2017-09-08 3:16 ` [PATCH 7/9] arm64: kexec_file: set up for crash dump adding elf core header AKASHI Takahiro
2017-09-08 3:16 ` [PATCH 8/9] arm64: enable KEXEC_FILE config AKASHI Takahiro
2017-09-10 15:41 ` kbuild test robot
2017-09-12 4:43 ` AKASHI Takahiro [this message]
2017-09-08 3:16 ` [PATCH 9/9] arm64: kexec_file: add Image format support AKASHI Takahiro
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170912044350.GG17186@linaro.org \
--to=takahiro.akashi@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).