tree:
https://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-rt-devel.git
linux-5.4.y-rt
head: 5fbf1e70f11dba64cc05c9d85120a3aa7c67a4a2
commit: b45f39e849edf78b6cd90edd28f3ef179fd65218 [249/325] squashfs: make use of local
lock in multi_cpu decompressor
config: x86_64-randconfig-a006-20200623 (attached as .config)
compiler: clang version 11.0.0 (
https://github.com/llvm/llvm-project
1d4c87335d5236ea1f35937e1014980ba961ae34)
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 x86_64 cross compiling tool for clang build
# apt-get install binutils-x86-64-linux-gnu
git checkout b45f39e849edf78b6cd90edd28f3ef179fd65218
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=x86_64
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp(a)intel.com>
All warnings (new ones prefixed by >>):
> fs/squashfs/decompressor_multi_percpu.c:27:30: warning: unused
variable 'stream_lock' [-Wunused-const-variable]
static
DEFINE_LOCAL_IRQ_LOCK(stream_lock);
^
1 warning generated.
vim +/stream_lock +27 fs/squashfs/decompressor_multi_percpu.c
26
27 static DEFINE_LOCAL_IRQ_LOCK(stream_lock);
28
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org