tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master head: 709c6adf19dc558e44ab5c01659b09a16a2d3c82 commit: b1ec22f8dc85bb0b2e82a528a7ebca377f46d4cb [816/1532] dyndbg: use the module notifier callbacks config: arc-randconfig-r011-20230305 (https://download.01.org/0day-ci/archive/20230307/202303071444.sIbZTDCy-lkp@xxxxxxxxx/config) compiler: arceb-elf-gcc (GCC) 12.1.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/next/linux-next.git/commit/?id=b1ec22f8dc85bb0b2e82a528a7ebca377f46d4cb 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 b1ec22f8dc85bb0b2e82a528a7ebca377f46d4cb # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=arc olddefconfig COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=arc SHELL=/bin/bash drivers/infiniband/ulp/ If you fix the issue, kindly add following tag where applicable | Reported-by: kernel test robot <lkp@xxxxxxxxx> | Link: https://lore.kernel.org/oe-kbuild-all/202303071444.sIbZTDCy-lkp@xxxxxxxxx/ All warnings (new ones prefixed by >>): >> drivers/infiniband/ulp/srp/ib_srp.c:66: warning: "DEFINE_DYNAMIC_DEBUG_METADATA" redefined 66 | #define DEFINE_DYNAMIC_DEBUG_METADATA(name, fmt) | In file included from include/linux/module.h:30, from drivers/infiniband/ulp/srp/ib_srp.c:35: include/linux/dynamic_debug.h:174: note: this is the location of the previous definition 174 | #define DEFINE_DYNAMIC_DEBUG_METADATA(name, fmt) \ | >> drivers/infiniband/ulp/srp/ib_srp.c:67: warning: "DYNAMIC_DEBUG_BRANCH" redefined 67 | #define DYNAMIC_DEBUG_BRANCH(descriptor) false | include/linux/dynamic_debug.h:188: note: this is the location of the previous definition 188 | #define DYNAMIC_DEBUG_BRANCH(descriptor) \ | vim +/DEFINE_DYNAMIC_DEBUG_METADATA +66 drivers/infiniband/ulp/srp/ib_srp.c aef9ec39c47f0ce Roland Dreier 2005-11-02 64 1a1faf7a8a251d1 Bart Van Assche 2016-11-21 65 #if !defined(CONFIG_DYNAMIC_DEBUG) 1a1faf7a8a251d1 Bart Van Assche 2016-11-21 @66 #define DEFINE_DYNAMIC_DEBUG_METADATA(name, fmt) 1a1faf7a8a251d1 Bart Van Assche 2016-11-21 @67 #define DYNAMIC_DEBUG_BRANCH(descriptor) false 1a1faf7a8a251d1 Bart Van Assche 2016-11-21 68 #endif 1a1faf7a8a251d1 Bart Van Assche 2016-11-21 69 :::::: The code at line 66 was first introduced by commit :::::: 1a1faf7a8a251d134d375b7783a614ee79e932f2 IB/srp: Fix CONFIG_DYNAMIC_DEBUG=n build :::::: TO: Bart Van Assche <bart.vanassche@xxxxxxxxxxx> :::::: CC: Doug Ledford <dledford@xxxxxxxxxx> -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests