From: kernel test robot <lkp@intel.com>
To: Ard Biesheuvel <ardb@kernel.org>
Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org
Subject: [ardb:efi-decompressor-v2 54/54] drivers/firmware/efi/libstub/zboot-header.S:26:2: error: #error
Date: Sat, 7 May 2022 18:58:34 +0800 [thread overview]
Message-ID: <202205071806.AV3wjnoe-lkp@intel.com> (raw)
tree: git://git.kernel.org/pub/scm/linux/kernel/git/ardb/linux.git efi-decompressor-v2
head: 544dc8b63197f7556a1fedba73aef92081257895
commit: 544dc8b63197f7556a1fedba73aef92081257895 [54/54] fixup! efi: stub: implement generic EFI zboot
config: riscv-allyesconfig (https://download.01.org/0day-ci/archive/20220507/202205071806.AV3wjnoe-lkp@intel.com/config)
compiler: riscv64-linux-gcc (GCC) 11.3.0
reproduce (this is a W=1 build):
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# https://git.kernel.org/pub/scm/linux/kernel/git/ardb/linux.git/commit/?id=544dc8b63197f7556a1fedba73aef92081257895
git remote add ardb git://git.kernel.org/pub/scm/linux/kernel/git/ardb/linux.git
git fetch --no-tags ardb efi-decompressor-v2
git checkout 544dc8b63197f7556a1fedba73aef92081257895
# save the config file
mkdir build_dir && cp config build_dir/.config
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.3.0 make.cross W=1 O=build_dir ARCH=riscv SHELL=/bin/bash
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
All errors (new ones prefixed by >>):
>> drivers/firmware/efi/libstub/zboot-header.S:26:2: error: #error
26 | #error
| ^~~~~
vim +26 drivers/firmware/efi/libstub/zboot-header.S
16
17 .section ".head", "a"
18 .globl __efistub_efi_zboot_header
19 __efistub_efi_zboot_header:
20 .Ldoshdr:
21 .long MZ_MAGIC
22 .org .Ldoshdr + 0x38
23 #if defined(CONFIG_ARM64)
24 .ascii "ARM\x64"
25 #else
> 26 #error
27 #endif
28 .long .Lpehdr - .Ldoshdr
29
--
0-DAY CI Kernel Test Service
https://01.org/lkp
reply other threads:[~2022-05-07 10:59 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=202205071806.AV3wjnoe-lkp@intel.com \
--to=lkp@intel.com \
--cc=ardb@kernel.org \
--cc=kbuild-all@lists.01.org \
--cc=linux-kernel@vger.kernel.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