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 mga05.intel.com (mga05.intel.com [192.55.52.43]) by gnuweeb.org (Postfix) with ESMTPS id B5EE57E24B for ; Thu, 21 Jul 2022 12:13:30 +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=XIQKqOkK; 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=1658405610; x=1689941610; h=date:from:to:cc:subject:message-id:mime-version; bh=WVw/GgSsVUJfsjlWtcltTLtLJGGerJroVsUb2oi/Ur0=; b=XIQKqOkKUudGQ9v5AxcSTn3l+Na3VWzfG5m0yW2kJbmfHTj2hpghJZqx lPK5WG6M6QCtzoknZtKLSYLezXHbxEL8iuoINgH7x/g1ERKbTZ4Cu39+W wN7hOEl9lZVwdauPAQJAZxQZsCXKP7Yk2KChunDoRR7p6HLMwfrrfdekV +oiTIcxWNsGVv3wznFM8gkv7hU8Otukl0apkfii5EM1Ppzz1vQ+k8iXhF pOKivITR8ETWMQWvu3Q3IyUBsWKo5Pm7K3ifw/yu2Lo4tz/7gW9h1vRHb tREVcBuFAb6J+NdHZCyslj1Bbex7exLVYDcX6wibe/R5Q6XU9AN6/+QaL w==; X-IronPort-AV: E=McAfee;i="6400,9594,10414"; a="373328962" X-IronPort-AV: E=Sophos;i="5.92,289,1650956400"; d="scan'208";a="373328962" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Jul 2022 05:13:30 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.92,289,1650956400"; d="scan'208";a="666265537" Received: from lkp-server01.sh.intel.com (HELO e0eace57cfef) ([10.239.97.150]) by fmsmga004.fm.intel.com with ESMTP; 21 Jul 2022 05:13:28 -0700 Received: from kbuild by e0eace57cfef with local (Exim 4.96) (envelope-from ) id 1oEV3Y-000074-0V; Thu, 21 Jul 2022 12:13:28 +0000 Date: Thu, 21 Jul 2022 20:12:49 +0800 From: kernel test robot To: Thomas Gleixner Cc: kbuild-all@lists.01.org, Ammar Faizi , GNU/Weeb Mailing List , linux-kernel@vger.kernel.org Subject: [ammarfaizi2-block:tglx/devel/depthtracking 44/45] arch/x86/lib/putuser.S:81: Error: symbol `__put_user_nocheck_2' is already defined Message-ID: <202207212007.ELVbSv77-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 tglx/devel/depthtracking head: 714d29e3e7e3faac27142424ae2533163ddd3a46 commit: 825ec2afef752357059c356cf19e8cd6230af560 [44/45] x86/putuser: Provide room for padding config: x86_64-allyesconfig (https://download.01.org/0day-ci/archive/20220721/202207212007.ELVbSv77-lkp@intel.com/config) compiler: gcc-11 (Debian 11.3.0-3) 11.3.0 reproduce (this is a W=1 build): # https://github.com/ammarfaizi2/linux-block/commit/825ec2afef752357059c356cf19e8cd6230af560 git remote add ammarfaizi2-block https://github.com/ammarfaizi2/linux-block git fetch --no-tags ammarfaizi2-block tglx/devel/depthtracking git checkout 825ec2afef752357059c356cf19e8cd6230af560 # save the config file mkdir build_dir && cp config build_dir/.config make W=1 O=build_dir ARCH=x86_64 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 >>): arch/x86/lib/putuser.S: Assembler messages: >> arch/x86/lib/putuser.S:81: Error: symbol `__put_user_nocheck_2' is already defined vim +81 arch/x86/lib/putuser.S 79 80 SYM_FUNC_START(__put_user_nocheck_2) > 81 SYM_INNER_LABEL(__put_user_nocheck_2, SYM_L_GLOBAL) 82 ENDBR 83 ASM_STAC 84 2: movw %ax,(%_ASM_CX) 85 xor %ecx,%ecx 86 ASM_CLAC 87 RET 88 SYM_FUNC_END(__put_user_nocheck_2) 89 EXPORT_SYMBOL(__put_user_nocheck_2) 90 -- 0-DAY CI Kernel Test Service https://01.org/lkp