From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 22E71C77B61 for ; Tue, 25 Apr 2023 08:14:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=ZG1cFjv7ziBr4hP4oSK6RDrFxWSykNVrPaw+b4u2jKs=; b=J5aBRZr0VlCdfd E+e03/gF1l2CwAYYLlTBvG0MfBWtJUHk4ZqrjlF9HgcW+k45NOObp28S8eMc5vKz5Gq1CJovl3xMr TGvXHj7cXiHNlesm8+aXsCpW70Vb1Rt2TOaxojlO7lE2qM3maT2ETGmPRe1h8OMKGQfhyfy7t6Aen uy1Gh/a1RXqi/fxpfvm52cHq9UrLGDjIxug6CxLoYA4GTLDfiwPAgiNb3sdZEZQasdtek2TTVKDQd 9xfR3oOwfjyGCyuWQPsp0+a1eOqE5NxYfkntdEgV/HcHfj1pdCTxbRXAu6PzqDQhHECkEirFCXjxu Cfm+6Zaa/IeDSDJavU7Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1prDop-000SSA-1r; Tue, 25 Apr 2023 08:14:35 +0000 Received: from mga04.intel.com ([192.55.52.120]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1prDom-000SRH-0V for linux-riscv@lists.infradead.org; Tue, 25 Apr 2023 08:14:33 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1682410472; x=1713946472; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=QRKM2nX+qqnZ2KExa0u7TxfdfApuq1qeuoMBBF7bFYk=; b=RtUL8oXqEDQRYuRozGZNaOyAcEO1JWgUky/4y74XB/QMydnYR4iatVkI uz/8zpp6xAYVd8dOJ6h0GaiDWRhCmFgEN+WfrEFMAlE7hiBfcv9wvhES4 9RTfNGsHGNldtTpOxSjyUSm5Fn16dtTu33rbsw9DIKMvgo3StlmgEkVRg E+exqq1bJdYEmQJaZV9UZMtSI+yh5Colw3dDb4N+fHY5wMm4N1F0Wq7m7 h/fYepl0cKwRFSo+0rW3gM+08KFfbKgb2kMwgEwI1Zk7r5QIxxuCwIzma 4ydunixhVFxfVTbFY7g9K5SWhxlsOf4524LvgjdbP9XWZTsmSc2/JleTm w==; X-IronPort-AV: E=McAfee;i="6600,9927,10690"; a="345449818" X-IronPort-AV: E=Sophos;i="5.99,225,1677571200"; d="scan'208";a="345449818" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Apr 2023 01:14:29 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10690"; a="804983790" X-IronPort-AV: E=Sophos;i="5.99,225,1677571200"; d="scan'208";a="804983790" Received: from lkp-server01.sh.intel.com (HELO b613635ddfff) ([10.239.97.150]) by fmsmga002.fm.intel.com with ESMTP; 25 Apr 2023 01:14:26 -0700 Received: from kbuild by b613635ddfff with local (Exim 4.96) (envelope-from ) id 1prDoe-000jBq-3B; Tue, 25 Apr 2023 08:14:24 +0000 Date: Tue, 25 Apr 2023 16:13:39 +0800 From: kernel test robot To: Heiko Stuebner , palmer@dabbelt.com, linux-riscv@lists.infradead.org, paul.walmsley@sifive.com Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev, heiko@sntech.de, kito.cheng@sifive.com, jrtc27@jrtc27.com, conor.dooley@microchip.com, matthias.bgg@gmail.com, heinrich.schuchardt@canonical.com, greentime.hu@sifive.com, nick.knight@sifive.com, christoph.muellner@vrull.eu, philipp.tomsich@vrull.eu, richard.henderson@linaro.org, arnd@arndb.de, linux-kernel@vger.kernel.org, Heiko Stuebner Subject: Re: [PATCH 3/4] RISC-V: export the ISA string of the running machine in the aux vector Message-ID: <202304251544.rajXe0ut-lkp@intel.com> References: <20230424194911.264850-4-heiko.stuebner@vrull.eu> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230424194911.264850-4-heiko.stuebner@vrull.eu> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230425_011432_208594_9DAF12FB X-CRM114-Status: GOOD ( 13.68 ) X-BeenThere: linux-riscv@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-riscv" Errors-To: linux-riscv-bounces+linux-riscv=archiver.kernel.org@lists.infradead.org Hi Heiko, kernel test robot noticed the following build warnings: [auto build test WARNING on next-20230424] [also build test WARNING on v6.3] [cannot apply to soc/for-next linus/master kees/for-next/execve v6.3 v6.3-rc7 v6.3-rc6] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in https://git-scm.com/docs/git-format-patch#_base_tree_information] url: https://github.com/intel-lab-lkp/linux/commits/Heiko-Stuebner/RISC-V-create-ISA-string-separately-not-as-part-of-cpuinfo/20230425-035214 base: next-20230424 patch link: https://lore.kernel.org/r/20230424194911.264850-4-heiko.stuebner%40vrull.eu patch subject: [PATCH 3/4] RISC-V: export the ISA string of the running machine in the aux vector config: riscv-randconfig-r042-20230423 (https://download.01.org/0day-ci/archive/20230425/202304251544.rajXe0ut-lkp@intel.com/config) compiler: clang version 17.0.0 (https://github.com/llvm/llvm-project 437b7602e4a998220871de78afcb020b9c14a661) 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 riscv cross compiling tool for clang build # apt-get install binutils-riscv64-linux-gnu # https://github.com/intel-lab-lkp/linux/commit/3f82c51fa0f92c257313a0291c7a36cbdfdc5bb1 git remote add linux-review https://github.com/intel-lab-lkp/linux git fetch --no-tags linux-review Heiko-Stuebner/RISC-V-create-ISA-string-separately-not-as-part-of-cpuinfo/20230425-035214 git checkout 3f82c51fa0f92c257313a0291c7a36cbdfdc5bb1 # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=riscv olddefconfig COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=riscv SHELL=/bin/bash arch/riscv/kernel/ If you fix the issue, kindly add following tag where applicable | Reported-by: kernel test robot | Link: https://lore.kernel.org/oe-kbuild-all/202304251544.rajXe0ut-lkp@intel.com/ All warnings (new ones prefixed by >>): >> arch/riscv/kernel/cpu.c:122:14: warning: function 'riscv_create_isa_string' has internal linkage but is not defined [-Wundefined-internal] static char *riscv_create_isa_string(void); ^ arch/riscv/kernel/cpu.c:140:12: note: used here isa_str = riscv_create_isa_string(); ^ 1 warning generated. vim +/riscv_create_isa_string +122 arch/riscv/kernel/cpu.c 120 121 const char *riscv_base_platform = NULL; > 122 static char *riscv_create_isa_string(void); 123 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests _______________________________________________ linux-riscv mailing list linux-riscv@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-riscv