All of lore.kernel.org
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: [atishp04:efi_stub 1/1] drivers/firmware/efi/libstub/arm-stub.c:14:10: fatal error: asm/efi.h: No such file or directory
Date: Tue, 19 Nov 2019 09:42:28 +0800	[thread overview]
Message-ID: <201911190923.6Z152MbF%lkp@intel.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 3970 bytes --]

tree:   https://github.com/atishp04/linux efi_stub
head:   7dbf2060ab3115d2edcfba8f0f677a321a1611f1
commit: 7dbf2060ab3115d2edcfba8f0f677a321a1611f1 [1/1] Add efi stub
config: riscv-defconfig (attached as .config)
compiler: riscv64-linux-gcc (GCC) 7.4.0
reproduce:
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        git checkout 7dbf2060ab3115d2edcfba8f0f677a321a1611f1
        # save the attached .config to linux build tree
        GCC_VERSION=7.4.0 make.cross ARCH=riscv 

If you fix the issue, kindly add following tag
Reported-by: kbuild test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

>> make[3]: *** No rule to make target 'arch/riscv/kernel/efi-entry.o', needed by 'arch/riscv/kernel/efi-entry.stub.o'.
   make[3]: *** [arch/riscv/kernel/head.o] Error 1
   make[3]: *** [arch/riscv/kernel/vmlinux.lds] Error 1
   make[3]: Target '__build' not remade because of errors.
--
   make[5]: *** [drivers/firmware/efi/libstub/arm-stub.o] Error 1
   make[5]: *** [drivers/firmware/efi/libstub/efi-stub-helper.o] Error 1
   make[5]: *** [drivers/firmware/efi/libstub/fdt.o] Error 1
>> make[5]: *** No rule to make target 'drivers/firmware/efi/libstub/riscv-stub.o', needed by 'drivers/firmware/efi/libstub/riscv-stub.stub.o'.
   make[5]: *** [drivers/firmware/efi/libstub/random.o] Error 1
   make[5]: *** [drivers/firmware/efi/libstub/lib-fdt.stub.o] Error 1
   make[5]: *** Deleting file 'drivers/firmware/efi/libstub/lib-fdt.stub.o'
   make[5]: *** [drivers/firmware/efi/libstub/lib-fdt_empty_tree.stub.o] Error 1
   make[5]: *** Deleting file 'drivers/firmware/efi/libstub/lib-fdt_empty_tree.stub.o'
   make[5]: *** [drivers/firmware/efi/libstub/lib-fdt_ro.stub.o] Error 1
   make[5]: *** Deleting file 'drivers/firmware/efi/libstub/lib-fdt_ro.stub.o'
   make[5]: *** [drivers/firmware/efi/libstub/lib-fdt_rw.stub.o] Error 1
   make[5]: *** Deleting file 'drivers/firmware/efi/libstub/lib-fdt_rw.stub.o'
   make[5]: *** [drivers/firmware/efi/libstub/lib-fdt_sw.stub.o] Error 1
   make[5]: *** Deleting file 'drivers/firmware/efi/libstub/lib-fdt_sw.stub.o'
   make[5]: *** [drivers/firmware/efi/libstub/lib-fdt_wip.stub.o] Error 1
   make[5]: *** Deleting file 'drivers/firmware/efi/libstub/lib-fdt_wip.stub.o'
   make[5]: *** [drivers/firmware/efi/libstub/string.stub.o] Error 1
   make[5]: *** Deleting file 'drivers/firmware/efi/libstub/string.stub.o'
   make[5]: Target '__build' not remade because of errors.
--
>> drivers/firmware/efi/libstub/arm-stub.c:14:10: fatal error: asm/efi.h: No such file or directory
    #include <asm/efi.h>
             ^~~~~~~~~~~
   compilation terminated.
--
>> drivers/firmware/efi/libstub/efi-stub-helper.c:11:10: fatal error: asm/efi.h: No such file or directory
    #include <asm/efi.h>
             ^~~~~~~~~~~
   compilation terminated.
--
>> drivers/firmware/efi/libstub/fdt.c:12:10: fatal error: asm/efi.h: No such file or directory
    #include <asm/efi.h>
             ^~~~~~~~~~~
   compilation terminated.
--
>> drivers/firmware/efi/libstub/random.c:8:10: fatal error: asm/efi.h: No such file or directory
    #include <asm/efi.h>
             ^~~~~~~~~~~
   compilation terminated.

vim +14 drivers/firmware/efi/libstub/arm-stub.c

bd669475d14e32 drivers/firmware/efi/arm-stub.c Ard Biesheuvel 2014-07-02 @14  #include <asm/efi.h>
bd669475d14e32 drivers/firmware/efi/arm-stub.c Ard Biesheuvel 2014-07-02  15  

:::::: The code at line 14 was first introduced by commit
:::::: bd669475d14e3279a7f96ed917a82df5da6ad52d efi: efistub: Refactor stub components

:::::: TO: Ard Biesheuvel <ard.biesheuvel@linaro.org>
:::::: CC: Matt Fleming <matt.fleming@intel.com>

---
0-DAY kernel test infrastructure                 Open Source Technology Center
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org Intel Corporation

[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 18825 bytes --]

                 reply	other threads:[~2019-11-19  1:42 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=201911190923.6Z152MbF%lkp@intel.com \
    --to=lkp@intel.com \
    --cc=kbuild-all@lists.01.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.