From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-3.5 required=5.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_MED,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by gnuweeb.org (Postfix) with ESMTPS id B3DA881F47 for ; Sat, 21 Jan 2023 05:34:57 +0000 (UTC) Authentication-Results: gnuweeb.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.a=rsa-sha256 header.s=Intel header.b=m97RPNRl; dkim-atps=neutral DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1674279297; x=1705815297; h=date:from:to:cc:subject:message-id:mime-version; bh=MHdRNgYIKdoTg7iodQO4s/Tix+28Ua3KfjiAgmipUsg=; b=m97RPNRlfN5Yr07a+KaIgT3vhvTOb+nhqzSCWuDogcYIxtYks5W3+nih nsxplZarVV9ALfiIPHqrrS76ZwmI0OFpxouReS8VCMGRv7YEzL8iti7YE Oqf6CU6GvQwUMrG+M6tbbY23mnSM9E4lP/r/KErLX7nqXCZnWgcf3ClE4 lOy/4aW+enN+FFGAu6RquCJ5Zehh+Zg0nd/JSPV5AIzOimddTf21TJyd2 vwsGskaqs+2zqSpdBRUGlxzYjF3BFp4NrWvpGu5x9eG1qiXGic2U8IhUe MM7b3hVhlPNQnzkYstjUxLYdmGmMi8Yr/8l+WCIx+GZ/Xp++5dRK3zyEc g==; X-IronPort-AV: E=McAfee;i="6500,9779,10596"; a="324448683" X-IronPort-AV: E=Sophos;i="5.97,234,1669104000"; d="scan'208";a="324448683" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Jan 2023 21:34:56 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10596"; a="662773339" X-IronPort-AV: E=Sophos;i="5.97,234,1669104000"; d="scan'208";a="662773339" Received: from lkp-server01.sh.intel.com (HELO 5646d64e7320) ([10.239.97.150]) by fmsmga007.fm.intel.com with ESMTP; 20 Jan 2023 21:34:55 -0800 Received: from kbuild by 5646d64e7320 with local (Exim 4.96) (envelope-from ) id 1pJ6Wk-0003Za-2W; Sat, 21 Jan 2023 05:34:54 +0000 Date: Sat, 21 Jan 2023 13:34:15 +0800 From: kernel test robot To: "Paul E. McKenney" Cc: oe-kbuild-all@lists.linux.dev, Ammar Faizi , GNU/Weeb Mailing List Subject: [ammarfaizi2-block:paulmck/linux-rcu/nmitest.2023.01.20a 5/5] kernel/rcu/rcutorture.c:undefined reference to `set_nmi_torture' Message-ID: <202301211330.0IJsirCg-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline List-Id: tree: https://github.com/ammarfaizi2/linux-block paulmck/linux-rcu/nmitest.2023.01.20a head: 53e298568bde2c728ee2aac4ac634cca8550a4b4 commit: 53e298568bde2c728ee2aac4ac634cca8550a4b4 [5/5] rcutorture: Test NMI diagnostics config: mips-randconfig-r025-20230119 (https://download.01.org/0day-ci/archive/20230121/202301211330.0IJsirCg-lkp@intel.com/config) compiler: mipsel-linux-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://github.com/ammarfaizi2/linux-block/commit/53e298568bde2c728ee2aac4ac634cca8550a4b4 git remote add ammarfaizi2-block https://github.com/ammarfaizi2/linux-block git fetch --no-tags ammarfaizi2-block paulmck/linux-rcu/nmitest.2023.01.20a git checkout 53e298568bde2c728ee2aac4ac634cca8550a4b4 # 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=mips olddefconfig COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=mips SHELL=/bin/bash If you fix the issue, kindly add following tag where applicable | Reported-by: kernel test robot All errors (new ones prefixed by >>): mipsel-linux-ld: mipsel-linux-ld: DWARF error: could not find abbrev number 17 kernel/rcu/rcutorture.o: in function `rcu_torture_cleanup': >> kernel/rcu/rcutorture.c:(.text+0x33b8): undefined reference to `set_nmi_torture' >> mipsel-linux-ld: kernel/rcu/rcutorture.c:(.text+0x3424): undefined reference to `set_nmi_torture' -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests