On Thu, Oct 01, 2020 at 10:12:59AM -0700, Nathan Chancellor wrote: > On Thu, Oct 01, 2020 at 04:00:25PM +0800, kernel test robot wrote: > > tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master > > head: de69ee6df1cfbf3c67787d8504fd21b59da39572 > > commit: ad32dae3950bd32340f4b7c9ee05f0633d9e8e32 [12268/12330] Merge remote-tracking branch 'char-misc/char-misc-next' into master > > config: arm-randconfig-r011-20200930 (attached as .config) > > compiler: clang version 12.0.0 (https://github.com/llvm/llvm-project bcd05599d0e53977a963799d6ee4f6e0bc21331b) > > 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 > > # install arm cross compiling tool for clang build > > # apt-get install binutils-arm-linux-gnueabi > > # https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=ad32dae3950bd32340f4b7c9ee05f0633d9e8e32 > > git remote add linux-next https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git > > git fetch --no-tags linux-next master > > git checkout ad32dae3950bd32340f4b7c9ee05f0633d9e8e32 > > # save the attached .config to linux build tree > > COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=arm > > > > If you fix the issue, kindly add following tag as appropriate > > Reported-by: kernel test robot > > > > All warnings (new ones prefixed by >>): > > > > ld.lld: warning: drivers/built-in.a(crypto/ccree/cc_hash.o):(.ARM.extab) is being placed in '.ARM.extab' > > ld.lld: warning: drivers/built-in.a(crypto/ccree/cc_aead.o):(.ARM.extab) is being placed in '.ARM.extab' > > ld.lld: warning: drivers/built-in.a(crypto/ccree/cc_sram_mgr.o):(.ARM.extab) is being placed in '.ARM.extab' > > Should be fixed with > https://lore.kernel.org/r/20200928224854.3224862-1-natechancellor(a)gmail.com/, > obviously not caused by anything in that merge. Still waiting for review thanks, we will look into this to avoid false positive. > and acceptance. let me disable this warning for a while to reduce duplicated (and wrong bad commit) reports. > > Cheers, > Nathan >