From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id D58A5FBF2 for ; Tue, 18 Jul 2023 10:15:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1689675342; x=1721211342; h=date:from:to:cc:subject:message-id:mime-version; bh=fkoPZSo/nUSbyyop2HNcB/RoqWIks3OaYoRlEr/EXuo=; b=kxR7z4QDnBJb05WMpYSRNp8aRtfuMBhSJKe9px7XNfYQUMkraSl8spFr tedI+QjAFQljiF2VGC0NE4QUCeNpXZl8DUfU0t93ZkI2VUVgSObfmUpdL sL7NchoewvNm6V3fh9YZ7FuqNPADCQx0DhPsFcmNUoKg9LJ6b77mtUFmJ 31OaphYXYFFEPTDjS3eTZi0vUzpc+Qq1VxntsXbBfybsBBqHtNyxE/DM9 vu73ztmR3MMowSxlhmLBMjzrAFsPT5H+cpAuIf/wkKehpofSQKDf5j+2e kThjvFX77bMOQtyn0Snocx35ah8sdVdwjUXXGk2BNWfejrSGkHeRdB4sV w==; X-IronPort-AV: E=McAfee;i="6600,9927,10774"; a="363632550" X-IronPort-AV: E=Sophos;i="6.01,213,1684825200"; d="scan'208";a="363632550" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Jul 2023 03:15:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10774"; a="1054243674" X-IronPort-AV: E=Sophos;i="6.01,213,1684825200"; d="scan'208";a="1054243674" Received: from lkp-server02.sh.intel.com (HELO 36946fcf73d7) ([10.239.97.151]) by fmsmga005.fm.intel.com with ESMTP; 18 Jul 2023 03:15:40 -0700 Received: from kbuild by 36946fcf73d7 with local (Exim 4.96) (envelope-from ) id 1qLhjl-0000UZ-08; Tue, 18 Jul 2023 10:15:32 +0000 Date: Tue, 18 Jul 2023 18:12:44 +0800 From: kernel test robot To: Qi Hu Cc: oe-kbuild-all@lists.linux.dev, Huacai Chen Subject: [chenhuacai-loongson:loongarch-next 4/10] arch/loongarch/kernel/asm-offsets.c:172:6: warning: no previous prototype for 'output_thread_lbt_defines' Message-ID: <202307181835.qu7ebqHi-lkp@intel.com> Precedence: bulk X-Mailing-List: oe-kbuild-all@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline tree: https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson.git loongarch-next head: c2296cc3968f8a84161cb0b72f64e53c377f3acc commit: 7ad88efe2f0becf187762ccc9279a2366d612785 [4/10] LoongArch: Add Loongson Binary Translation (LBT) extension support config: loongarch-randconfig-r016-20230718 (https://download.01.org/0day-ci/archive/20230718/202307181835.qu7ebqHi-lkp@intel.com/config) compiler: loongarch64-linux-gcc (GCC) 12.3.0 reproduce: (https://download.01.org/0day-ci/archive/20230718/202307181835.qu7ebqHi-lkp@intel.com/reproduce) If you fix the issue in a separate patch/commit (i.e. not just a new version of the same patch/commit), kindly add following tags | Reported-by: kernel test robot | Closes: https://lore.kernel.org/oe-kbuild-all/202307181835.qu7ebqHi-lkp@intel.com/ All warnings (new ones prefixed by >>): arch/loongarch/kernel/asm-offsets.c:17:6: warning: no previous prototype for 'output_ptreg_defines' [-Wmissing-prototypes] 17 | void output_ptreg_defines(void) | ^~~~~~~~~~~~~~~~~~~~ arch/loongarch/kernel/asm-offsets.c:64:6: warning: no previous prototype for 'output_task_defines' [-Wmissing-prototypes] 64 | void output_task_defines(void) | ^~~~~~~~~~~~~~~~~~~ arch/loongarch/kernel/asm-offsets.c:79:6: warning: no previous prototype for 'output_thread_info_defines' [-Wmissing-prototypes] 79 | void output_thread_info_defines(void) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ arch/loongarch/kernel/asm-offsets.c:95:6: warning: no previous prototype for 'output_thread_defines' [-Wmissing-prototypes] 95 | void output_thread_defines(void) | ^~~~~~~~~~~~~~~~~~~~~ arch/loongarch/kernel/asm-offsets.c:131:6: warning: no previous prototype for 'output_thread_fpu_defines' [-Wmissing-prototypes] 131 | void output_thread_fpu_defines(void) | ^~~~~~~~~~~~~~~~~~~~~~~~~ >> arch/loongarch/kernel/asm-offsets.c:172:6: warning: no previous prototype for 'output_thread_lbt_defines' [-Wmissing-prototypes] 172 | void output_thread_lbt_defines(void) | ^~~~~~~~~~~~~~~~~~~~~~~~~ arch/loongarch/kernel/asm-offsets.c:182:6: warning: no previous prototype for 'output_mm_defines' [-Wmissing-prototypes] 182 | void output_mm_defines(void) | ^~~~~~~~~~~~~~~~~ arch/loongarch/kernel/asm-offsets.c:214:6: warning: no previous prototype for 'output_sc_defines' [-Wmissing-prototypes] 214 | void output_sc_defines(void) | ^~~~~~~~~~~~~~~~~ arch/loongarch/kernel/asm-offsets.c:222:6: warning: no previous prototype for 'output_signal_defines' [-Wmissing-prototypes] 222 | void output_signal_defines(void) | ^~~~~~~~~~~~~~~~~~~~~ arch/loongarch/kernel/asm-offsets.c:260:6: warning: no previous prototype for 'output_smpboot_defines' [-Wmissing-prototypes] 260 | void output_smpboot_defines(void) | ^~~~~~~~~~~~~~~~~~~~~~ -- arch/loongarch/kernel/asm-offsets.c:17:6: warning: no previous prototype for 'output_ptreg_defines' [-Wmissing-prototypes] 17 | void output_ptreg_defines(void) | ^~~~~~~~~~~~~~~~~~~~ arch/loongarch/kernel/asm-offsets.c:64:6: warning: no previous prototype for 'output_task_defines' [-Wmissing-prototypes] 64 | void output_task_defines(void) | ^~~~~~~~~~~~~~~~~~~ arch/loongarch/kernel/asm-offsets.c:79:6: warning: no previous prototype for 'output_thread_info_defines' [-Wmissing-prototypes] 79 | void output_thread_info_defines(void) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ arch/loongarch/kernel/asm-offsets.c:95:6: warning: no previous prototype for 'output_thread_defines' [-Wmissing-prototypes] 95 | void output_thread_defines(void) | ^~~~~~~~~~~~~~~~~~~~~ arch/loongarch/kernel/asm-offsets.c:131:6: warning: no previous prototype for 'output_thread_fpu_defines' [-Wmissing-prototypes] 131 | void output_thread_fpu_defines(void) | ^~~~~~~~~~~~~~~~~~~~~~~~~ >> arch/loongarch/kernel/asm-offsets.c:172:6: warning: no previous prototype for 'output_thread_lbt_defines' [-Wmissing-prototypes] 172 | void output_thread_lbt_defines(void) | ^~~~~~~~~~~~~~~~~~~~~~~~~ arch/loongarch/kernel/asm-offsets.c:182:6: warning: no previous prototype for 'output_mm_defines' [-Wmissing-prototypes] 182 | void output_mm_defines(void) | ^~~~~~~~~~~~~~~~~ arch/loongarch/kernel/asm-offsets.c:214:6: warning: no previous prototype for 'output_sc_defines' [-Wmissing-prototypes] 214 | void output_sc_defines(void) | ^~~~~~~~~~~~~~~~~ arch/loongarch/kernel/asm-offsets.c:222:6: warning: no previous prototype for 'output_signal_defines' [-Wmissing-prototypes] 222 | void output_signal_defines(void) | ^~~~~~~~~~~~~~~~~~~~~ arch/loongarch/kernel/asm-offsets.c:260:6: warning: no previous prototype for 'output_smpboot_defines' [-Wmissing-prototypes] 260 | void output_smpboot_defines(void) | ^~~~~~~~~~~~~~~~~~~~~~ vim +/output_thread_lbt_defines +172 arch/loongarch/kernel/asm-offsets.c 171 > 172 void output_thread_lbt_defines(void) 173 { 174 OFFSET(THREAD_SCR0, loongarch_lbt, scr0); 175 OFFSET(THREAD_SCR1, loongarch_lbt, scr1); 176 OFFSET(THREAD_SCR2, loongarch_lbt, scr2); 177 OFFSET(THREAD_SCR3, loongarch_lbt, scr3); 178 OFFSET(THREAD_EFLAGS, loongarch_lbt, eflags); 179 BLANK(); 180 } 181 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki