From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) (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 0BFC82CA0 for ; Sun, 5 Dec 2021 01:03:08 +0000 (UTC) X-IronPort-AV: E=McAfee;i="6200,9189,10188"; a="300538536" X-IronPort-AV: E=Sophos;i="5.87,288,1631602800"; d="scan'208";a="300538536" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Dec 2021 17:03:08 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.87,288,1631602800"; d="scan'208";a="514234169" Received: from lkp-server02.sh.intel.com (HELO 9e1e9f9b3bcb) ([10.239.97.151]) by orsmga008.jf.intel.com with ESMTP; 04 Dec 2021 17:03:07 -0800 Received: from kbuild by 9e1e9f9b3bcb with local (Exim 4.92) (envelope-from ) id 1mtfvm-000Jdt-Dq; Sun, 05 Dec 2021 01:03:06 +0000 Date: Sun, 5 Dec 2021 09:02:04 +0800 From: kernel test robot To: Mark Rutland Cc: llvm@lists.linux.dev, kbuild-all@lists.01.org, linux-kernel@vger.kernel.org Subject: [mark:linkage/alias-rework 5/5] arch/x86/crypto/aesni-intel_asm.S:1755:1: error: invalid instruction mnemonic 'sym_func_start_local_alias' Message-ID: <202112050817.Dak5O481-lkp@intel.com> Precedence: bulk X-Mailing-List: llvm@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) Hi Mark, First bad commit (maybe != root cause): tree: https://git.kernel.org/pub/scm/linux/kernel/git/mark/linux.git linkage/alias-rework head: bd779ad653870d718d0df57731b1637dae509337 commit: bd779ad653870d718d0df57731b1637dae509337 [5/5] linkage: remove START/END ALIAS macros config: x86_64-randconfig-a013-20211203 (https://download.01.org/0day-ci/archive/20211205/202112050817.Dak5O481-lkp@intel.com/config) compiler: clang version 14.0.0 (https://github.com/llvm/llvm-project 5f1d1854eb1450d352663ee732235893c5782237) 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://git.kernel.org/pub/scm/linux/kernel/git/mark/linux.git/commit/?id=bd779ad653870d718d0df57731b1637dae509337 git remote add mark https://git.kernel.org/pub/scm/linux/kernel/git/mark/linux.git git fetch --no-tags mark linkage/alias-rework git checkout bd779ad653870d718d0df57731b1637dae509337 # save the config file to linux build tree mkdir build_dir COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=x86_64 SHELL=/bin/bash If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): >> arch/x86/crypto/aesni-intel_asm.S:1755:1: error: invalid instruction mnemonic 'sym_func_start_local_alias' SYM_FUNC_START_LOCAL_ALIAS(_key_expansion_128) ^~~~~~~~~~~~~~~~~~~~~~~~~~ >> arch/x86/crypto/aesni-intel_asm.S:1767:1: error: invalid instruction mnemonic 'sym_func_end_alias' SYM_FUNC_END_ALIAS(_key_expansion_128) ^~~~~~~~~~~~~~~~~~ vim +/sym_func_start_local_alias +1755 arch/x86/crypto/aesni-intel_asm.S 0bd82f5f635577 Tadeusz Struk 2010-11-04 1753 0bd82f5f635577 Tadeusz Struk 2010-11-04 1754 e9b9d020c4873d Jiri Slaby 2019-10-11 @1755 SYM_FUNC_START_LOCAL_ALIAS(_key_expansion_128) 74d8b90a889022 Jiri Slaby 2019-10-11 1756 SYM_FUNC_START_LOCAL(_key_expansion_256a) 54b6a1bd5364ac Huang Ying 2009-01-18 1757 pshufd $0b11111111, %xmm1, %xmm1 54b6a1bd5364ac Huang Ying 2009-01-18 1758 shufps $0b00010000, %xmm0, %xmm4 54b6a1bd5364ac Huang Ying 2009-01-18 1759 pxor %xmm4, %xmm0 54b6a1bd5364ac Huang Ying 2009-01-18 1760 shufps $0b10001100, %xmm0, %xmm4 54b6a1bd5364ac Huang Ying 2009-01-18 1761 pxor %xmm4, %xmm0 54b6a1bd5364ac Huang Ying 2009-01-18 1762 pxor %xmm1, %xmm0 0d258efb6a58fe Mathias Krause 2010-11-27 1763 movaps %xmm0, (TKEYP) 0d258efb6a58fe Mathias Krause 2010-11-27 1764 add $0x10, TKEYP 54b6a1bd5364ac Huang Ying 2009-01-18 1765 ret 74d8b90a889022 Jiri Slaby 2019-10-11 1766 SYM_FUNC_END(_key_expansion_256a) e9b9d020c4873d Jiri Slaby 2019-10-11 @1767 SYM_FUNC_END_ALIAS(_key_expansion_128) 54b6a1bd5364ac Huang Ying 2009-01-18 1768 :::::: The code at line 1755 was first introduced by commit :::::: e9b9d020c4873d5e90d9986cfd137afbafbc5bfa x86/asm: Annotate aliases :::::: TO: Jiri Slaby :::::: CC: Borislav Petkov --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============7619204771549587613==" MIME-Version: 1.0 From: kernel test robot To: kbuild-all@lists.01.org Subject: [mark:linkage/alias-rework 5/5] arch/x86/crypto/aesni-intel_asm.S:1755:1: error: invalid instruction mnemonic 'sym_func_start_local_alias' Date: Sun, 05 Dec 2021 09:02:04 +0800 Message-ID: <202112050817.Dak5O481-lkp@intel.com> List-Id: --===============7619204771549587613== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Hi Mark, First bad commit (maybe !=3D root cause): tree: https://git.kernel.org/pub/scm/linux/kernel/git/mark/linux.git link= age/alias-rework head: bd779ad653870d718d0df57731b1637dae509337 commit: bd779ad653870d718d0df57731b1637dae509337 [5/5] linkage: remove STAR= T/END ALIAS macros config: x86_64-randconfig-a013-20211203 (https://download.01.org/0day-ci/ar= chive/20211205/202112050817.Dak5O481-lkp(a)intel.com/config) compiler: clang version 14.0.0 (https://github.com/llvm/llvm-project 5f1d18= 54eb1450d352663ee732235893c5782237) reproduce (this is a W=3D1 build): wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/= make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # https://git.kernel.org/pub/scm/linux/kernel/git/mark/linux.git/co= mmit/?id=3Dbd779ad653870d718d0df57731b1637dae509337 git remote add mark https://git.kernel.org/pub/scm/linux/kernel/git= /mark/linux.git git fetch --no-tags mark linkage/alias-rework git checkout bd779ad653870d718d0df57731b1637dae509337 # save the config file to linux build tree mkdir build_dir COMPILER_INSTALL_PATH=3D$HOME/0day COMPILER=3Dclang make.cross W=3D= 1 O=3Dbuild_dir ARCH=3Dx86_64 SHELL=3D/bin/bash If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): >> arch/x86/crypto/aesni-intel_asm.S:1755:1: error: invalid instruction mne= monic 'sym_func_start_local_alias' SYM_FUNC_START_LOCAL_ALIAS(_key_expansion_128) ^~~~~~~~~~~~~~~~~~~~~~~~~~ >> arch/x86/crypto/aesni-intel_asm.S:1767:1: error: invalid instruction mne= monic 'sym_func_end_alias' SYM_FUNC_END_ALIAS(_key_expansion_128) ^~~~~~~~~~~~~~~~~~ vim +/sym_func_start_local_alias +1755 arch/x86/crypto/aesni-intel_asm.S 0bd82f5f635577 Tadeusz Struk 2010-11-04 1753 = 0bd82f5f635577 Tadeusz Struk 2010-11-04 1754 = e9b9d020c4873d Jiri Slaby 2019-10-11 @1755 SYM_FUNC_START_LOCAL_ALIAS(= _key_expansion_128) 74d8b90a889022 Jiri Slaby 2019-10-11 1756 SYM_FUNC_START_LOCAL(_key_e= xpansion_256a) 54b6a1bd5364ac Huang Ying 2009-01-18 1757 pshufd $0b11111111, %xmm1,= %xmm1 54b6a1bd5364ac Huang Ying 2009-01-18 1758 shufps $0b00010000, %xmm0,= %xmm4 54b6a1bd5364ac Huang Ying 2009-01-18 1759 pxor %xmm4, %xmm0 54b6a1bd5364ac Huang Ying 2009-01-18 1760 shufps $0b10001100, %xmm0,= %xmm4 54b6a1bd5364ac Huang Ying 2009-01-18 1761 pxor %xmm4, %xmm0 54b6a1bd5364ac Huang Ying 2009-01-18 1762 pxor %xmm1, %xmm0 0d258efb6a58fe Mathias Krause 2010-11-27 1763 movaps %xmm0, (TKEYP) 0d258efb6a58fe Mathias Krause 2010-11-27 1764 add $0x10, TKEYP 54b6a1bd5364ac Huang Ying 2009-01-18 1765 ret 74d8b90a889022 Jiri Slaby 2019-10-11 1766 SYM_FUNC_END(_key_expansion= _256a) e9b9d020c4873d Jiri Slaby 2019-10-11 @1767 SYM_FUNC_END_ALIAS(_key_exp= ansion_128) 54b6a1bd5364ac Huang Ying 2009-01-18 1768 = :::::: The code at line 1755 was first introduced by commit :::::: e9b9d020c4873d5e90d9986cfd137afbafbc5bfa x86/asm: Annotate aliases :::::: TO: Jiri Slaby :::::: CC: Borislav Petkov --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org --===============7619204771549587613==--