[<prev] [next>] [day] [month] [year] [list]
Message-ID: <202202241727.G6Jrx2wZ-lkp@intel.com>
Date: Thu, 24 Feb 2022 17:52:30 +0800
From: kernel test robot <lkp@...el.com>
To: Peter Zijlstra <peterz@...radead.org>
Cc: llvm@...ts.linux.dev, kbuild-all@...ts.01.org,
linux-kernel@...r.kernel.org
Subject: [peterz-queue:x86/wip.ibt 27/42] arch/x86/lib/error-inject.c:15:3:
error: expected ')'
tree: https://git.kernel.org/pub/scm/linux/kernel/git/peterz/queue.git x86/wip.ibt
head: 27b6438f414b6a37b60dcd90c8980397586d49db
commit: 894eca106331b66d8f1c261d40386c043da75ee2 [27/42] x86/ibt: Annotate text references
config: i386-randconfig-a011 (https://download.01.org/0day-ci/archive/20220224/202202241727.G6Jrx2wZ-lkp@intel.com/config)
compiler: clang version 15.0.0 (https://github.com/llvm/llvm-project d271fc04d5b97b12e6b797c6067d3c96a8d7470e)
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/peterz/queue.git/commit/?id=894eca106331b66d8f1c261d40386c043da75ee2
git remote add peterz-queue https://git.kernel.org/pub/scm/linux/kernel/git/peterz/queue.git
git fetch --no-tags peterz-queue x86/wip.ibt
git checkout 894eca106331b66d8f1c261d40386c043da75ee2
# save the config file to linux build tree
mkdir build_dir
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=i386 SHELL=/bin/bash
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@...el.com>
All errors (new ones prefixed by >>):
>> arch/x86/lib/error-inject.c:15:3: error: expected ')'
ANNOTATE_NOENDBR
^
arch/x86/lib/error-inject.c:10:4: note: to match this '('
asm(
^
1 error generated.
vim +15 arch/x86/lib/error-inject.c
9
10 asm(
11 ".text\n"
12 ".type just_return_func, @function\n"
13 ".globl just_return_func\n"
14 "just_return_func:\n"
> 15 ANNOTATE_NOENDBR
16 ASM_RET
17 ".size just_return_func, .-just_return_func\n"
18 );
19
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
Powered by blists - more mailing lists