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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 13A30C4167B for ; Tue, 28 Nov 2023 22:52:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230522AbjK1WwI (ORCPT ); Tue, 28 Nov 2023 17:52:08 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51234 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230521AbjK1WwF (ORCPT ); Tue, 28 Nov 2023 17:52:05 -0500 Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.115]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3649F19B0; Tue, 28 Nov 2023 14:52:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1701211932; x=1732747932; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=9i5I5hBO0MDHcxfVOfR0DRKjy4DDVCbRXS2YCjyFpTU=; b=SgcZk9sWKnu5HotPuxjFJ/KZ8EO2MVGOurcMJIuW6lDnzsAX9OBRQhmW y1lPdnGAsV6VzEhRJAMJ3RSAnBXfgVUHTHisQ2ZKM02twniyDodeuCZvS 174Vdxx7/y6vgHsCrI8S+gHHLys+yahc+whfJ48FdP+JKymP9uS22UpD/ jvuYHT2UVIU/IHxKykZWtQs7FrWPoHIVZU6chdQbPeECJP73dg7R75SKI N5QfRBTH+ZO8nhA1XNmTs+roVuybf5aehyPxiSQ5tWusDfpFhCAxSX/Yl 77XzWHFh0a13aeLAzPWOB1GbvKxE5jLXw/Ok8Iggbnx7NsqQsS7WR1qjx g==; X-IronPort-AV: E=McAfee;i="6600,9927,10908"; a="392797314" X-IronPort-AV: E=Sophos;i="6.04,234,1695711600"; d="scan'208";a="392797314" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Nov 2023 14:52:11 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10908"; a="797718500" X-IronPort-AV: E=Sophos;i="6.04,234,1695711600"; d="scan'208";a="797718500" Received: from lkp-server01.sh.intel.com (HELO d584ee6ebdcc) ([10.239.97.150]) by orsmga008.jf.intel.com with ESMTP; 28 Nov 2023 14:52:10 -0800 Received: from kbuild by d584ee6ebdcc with local (Exim 4.96) (envelope-from ) id 1r86w3-0008EK-2a; Tue, 28 Nov 2023 22:52:07 +0000 Date: Wed, 29 Nov 2023 06:51:03 +0800 From: kernel test robot To: Wujie Duan , tsbogend@alpha.franken.de Cc: oe-kbuild-all@lists.linux.dev, linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org, Wujie Duan Subject: Re: [PATCH] Mark symbols static where possible for mips/kernel Message-ID: <202311290441.DFJp34W7-lkp@intel.com> References: <20231128071225.801111-1-wjduan@linx-info.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231128071225.801111-1-wjduan@linx-info.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Wujie, kernel test robot noticed the following build errors: [auto build test ERROR on linus/master] [also build test ERROR on v6.7-rc3 next-20231128] [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/Wujie-Duan/Mark-symbols-static-where-possible-for-mips-kernel/20231128-152256 base: linus/master patch link: https://lore.kernel.org/r/20231128071225.801111-1-wjduan%40linx-info.com patch subject: [PATCH] Mark symbols static where possible for mips/kernel config: mips-fuloong2e_defconfig (https://download.01.org/0day-ci/archive/20231129/202311290441.DFJp34W7-lkp@intel.com/config) compiler: mips64el-linux-gcc (GCC) 13.2.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20231129/202311290441.DFJp34W7-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/202311290441.DFJp34W7-lkp@intel.com/ All errors (new ones prefixed by >>): mips64el-linux-ld: arch/mips/kernel/signal_n32.o: in function `setup_rt_frame_n32': >> signal_n32.c:(.text+0xe0): undefined reference to `setup_sigcontext' -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki