CC: [email protected] CC: Linux Memory Management List <[email protected]> TO: Huang Pei <[email protected]> CC: Thomas Bogendoerfer <[email protected]>
tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master head: 57c149e506d5bec1b845ad1a8a631063fcac1f6e commit: f0b7ddbd794bdffade370f22bb7a774002208ef4 [10276/11918] MIPS: retire "asm/llsc.h" :::::: branch date: 6 hours ago :::::: commit date: 5 days ago config: mips-randconfig-s032-20220107 (https://download.01.org/0day-ci/archive/20220110/[email protected]/config) compiler: mips64el-linux-gcc (GCC) 11.2.0 reproduce: wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # apt-get install sparse # sparse version: v0.6.4-dirty # https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=f0b7ddbd794bdffade370f22bb7a774002208ef4 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 f0b7ddbd794bdffade370f22bb7a774002208ef4 # save the config file to linux build tree mkdir build_dir COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__' O=build_dir ARCH=mips SHELL=/bin/bash sound/pci/ca0106/ If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot <[email protected]> sparse warnings: (new ones prefixed by >>) command-line: note: in included file: builtin:1:9: sparse: sparse: preprocessor token __ATOMIC_ACQUIRE redefined builtin:0:0: sparse: this was the original definition builtin:1:9: sparse: sparse: preprocessor token __ATOMIC_SEQ_CST redefined builtin:0:0: sparse: this was the original definition builtin:1:9: sparse: sparse: preprocessor token __ATOMIC_ACQ_REL redefined builtin:0:0: sparse: this was the original definition builtin:1:9: sparse: sparse: preprocessor token __ATOMIC_RELEASE redefined builtin:0:0: sparse: this was the original definition sound/pci/ca0106/ca0106_mixer.c: note: in included file: sound/pci/ca0106/ca0106.h:62:9: sparse: sparse: preprocessor token PTR redefined sound/pci/ca0106/ca0106_mixer.c: note: in included file (through arch/mips/include/asm/bitops.h, include/linux/bitops.h, include/linux/kernel.h, ...): >> arch/mips/include/asm/asm.h:313:9: sparse: this was the original definition -- command-line: note: in included file: builtin:1:9: sparse: sparse: preprocessor token __ATOMIC_ACQUIRE redefined builtin:0:0: sparse: this was the original definition builtin:1:9: sparse: sparse: preprocessor token __ATOMIC_SEQ_CST redefined builtin:0:0: sparse: this was the original definition builtin:1:9: sparse: sparse: preprocessor token __ATOMIC_ACQ_REL redefined builtin:0:0: sparse: this was the original definition builtin:1:9: sparse: sparse: preprocessor token __ATOMIC_RELEASE redefined builtin:0:0: sparse: this was the original definition sound/pci/ca0106/ca0106_main.c: note: in included file: sound/pci/ca0106/ca0106.h:62:9: sparse: sparse: preprocessor token PTR redefined sound/pci/ca0106/ca0106_main.c: note: in included file (through arch/mips/include/asm/bitops.h, include/linux/bitops.h, include/linux/kernel.h, ...): >> arch/mips/include/asm/asm.h:313:9: sparse: this was the original definition vim +313 arch/mips/include/asm/asm.h ^1da177e4c3f41 include/asm-mips/asm.h Linus Torvalds 2005-04-16 312 ^1da177e4c3f41 include/asm-mips/asm.h Linus Torvalds 2005-04-16 @313 #define PTR .dword ^1da177e4c3f41 include/asm-mips/asm.h Linus Torvalds 2005-04-16 314 #define PTRSIZE 8 ^1da177e4c3f41 include/asm-mips/asm.h Linus Torvalds 2005-04-16 315 #define PTRLOG 3 ^1da177e4c3f41 include/asm-mips/asm.h Linus Torvalds 2005-04-16 316 #endif ^1da177e4c3f41 include/asm-mips/asm.h Linus Torvalds 2005-04-16 317 :::::: The code at line 313 was first introduced by commit :::::: 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 Linux-2.6.12-rc2 :::::: TO: Linus Torvalds <[email protected]> :::::: CC: Linus Torvalds <[email protected]> --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/[email protected] _______________________________________________ kbuild mailing list -- [email protected] To unsubscribe send an email to [email protected]
