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 kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by smtp.lore.kernel.org (Postfix) with ESMTP id AA6B6C433F5 for ; Wed, 16 Feb 2022 10:49:46 +0000 (UTC) Received: by kanga.kvack.org (Postfix) id BC0CC6B0073; Wed, 16 Feb 2022 05:49:45 -0500 (EST) Received: by kanga.kvack.org (Postfix, from userid 40) id B70A66B0074; Wed, 16 Feb 2022 05:49:45 -0500 (EST) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id A38606B0078; Wed, 16 Feb 2022 05:49:45 -0500 (EST) X-Delivered-To: linux-mm@kvack.org Received: from relay.hostedemail.com (relay.a.hostedemail.com [64.99.140.24]) by kanga.kvack.org (Postfix) with ESMTP id 90ECD6B0073 for ; Wed, 16 Feb 2022 05:49:45 -0500 (EST) Received: from smtpin01.hostedemail.com (a10.router.float.18 [10.200.18.1]) by unirelay13.hostedemail.com (Postfix) with ESMTP id 5B880601C1 for ; Wed, 16 Feb 2022 10:49:45 +0000 (UTC) X-FDA: 79148322330.01.269E013 Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by imf26.hostedemail.com (Postfix) with ESMTP id A6C74140006 for ; Wed, 16 Feb 2022 10:49:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1645008583; x=1676544583; h=date:from:to:cc:subject:message-id:mime-version; bh=EUKFDEji/6gwt9hwxzLLJjF4ArMNNPU0gl41KspXdJs=; b=gtJB7SlNt//fbwX4ZhAxyvURRPCPn/fuYdBRayr4Yynh2rSt0J7fFSYE R00rWpGdyWnkNTWbV/b0nd3Iq5nFelNyi9hxvWIE5GiIcUvHPNOr9t2S+ K7m/kQsaOC70md/hrshdEzowy1A5xF1QRGFJWP2d5MlS3a9tGQL8tFZEZ IxeaoHEuRlvcczyk4bQOf/XCi+tQ5BuMlUTGOwjcrB0gBM4d7lYE3DKe9 cb1LqqnSeYFaQ13WWTbsYJZA4ywejmTDvqB/lVkp6sXrKIze2XWsvvI61 pWQZdUauTd9a0DoB9OqZ0XuAueHBh56QqC6tAOLPu12DRnpk6pwd3yEzB w==; X-IronPort-AV: E=McAfee;i="6200,9189,10259"; a="234117585" X-IronPort-AV: E=Sophos;i="5.88,373,1635231600"; d="scan'208";a="234117585" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Feb 2022 02:49:36 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,373,1635231600"; d="scan'208";a="539979933" Received: from lkp-server01.sh.intel.com (HELO d95dc2dabeb1) ([10.239.97.150]) by fmsmga007.fm.intel.com with ESMTP; 16 Feb 2022 02:49:34 -0800 Received: from kbuild by d95dc2dabeb1 with local (Exim 4.92) (envelope-from ) id 1nKHsL-000Aih-SQ; Wed, 16 Feb 2022 10:49:33 +0000 Date: Wed, 16 Feb 2022 18:49:03 +0800 From: kernel test robot To: Arnd Bergmann Cc: llvm@lists.linux.dev, kbuild-all@lists.01.org, Linux Memory Management List , Ard Biesheuvel , Linus Walleij Subject: [linux-next:master 127/5952] ld.lld: error: undefined symbol: generic_handle_arch_irq Message-ID: <202202161817.n8HQcj2s-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) Authentication-Results: imf26.hostedemail.com; dkim=pass header.d=intel.com header.s=Intel header.b=gtJB7SlN; spf=none (imf26.hostedemail.com: domain of lkp@intel.com has no SPF policy when checking 134.134.136.126) smtp.mailfrom=lkp@intel.com; dmarc=pass (policy=none) header.from=intel.com X-Rspamd-Server: rspam07 X-Rspam-User: X-Rspamd-Queue-Id: A6C74140006 X-Stat-Signature: eexk9ygdkc8uk6nhm5yujkixfyt5rmo7 X-HE-Tag: 1645008583-286279 X-Bogosity: Ham, tests=bogofilter, spamicity=0.002020, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: Hi Arnd, FYI, the error/warning still remains. tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master head: b593b8979eac3f6255401663fa42f3473b8f6cb1 commit: 54f481a2308efab49d2b14c3f8263b34fdb1c65e [127/5952] ARM: remove old-style irq entry config: arm-buildonly-randconfig-r004-20220216 (https://download.01.org/0day-ci/archive/20220216/202202161817.n8HQcj2s-lkp@intel.com/config) compiler: clang version 15.0.0 (https://github.com/llvm/llvm-project 0e628a783b935c70c80815db6c061ec84f884af5) 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 arm cross compiling tool for clang build # apt-get install binutils-arm-linux-gnueabi # https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=54f481a2308efab49d2b14c3f8263b34fdb1c65e git remote add linux-next https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git git fetch --no-tags linux-next master git checkout 54f481a2308efab49d2b14c3f8263b34fdb1c65e # 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=arm 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 >>): ld.lld: warning: lld uses blx instruction, no object with architecture supporting feature detected ld.lld: warning: lld uses blx instruction, no object with architecture supporting feature detected >> ld.lld: error: undefined symbol: generic_handle_arch_irq >>> referenced by kernel/entry-armv.o:(__irq_svc) in archive arch/arm/built-in.a >>> referenced by kernel/entry-armv.o:(__irq_usr) in archive arch/arm/built-in.a --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org