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 C587FC433EF for ; Fri, 29 Apr 2022 11:46:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1355723AbiD2Ltb (ORCPT ); Fri, 29 Apr 2022 07:49:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40126 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1358547AbiD2Lt2 (ORCPT ); Fri, 29 Apr 2022 07:49:28 -0400 Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5AFF0B3C4E for ; Fri, 29 Apr 2022 04:46:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1651232770; x=1682768770; h=date:from:to:cc:subject:message-id:mime-version; bh=3IbAXj3Snp96wTIHJY4FRC89tWs6r31dabLj1bNt8ys=; b=dZJGprgEsZOcALzuvR4lNS/hcaRDVBB0R4hofyUZyy0peR+qAelYU7gS ZRUcKOWdvmR2N7XJ4XxZkOFYAMLD/sivjXEaGEp58Be1T620/AS4D+dJd ERph0fh0WSXYZ6RYga8JE2nS+JbUFbzd0FUN+innnPwmkF7IrPoGIponm 38q03DZ9OB3SgShYjRpGwF0nEmyqOOZFZoJrC5M3ySKaIstTjZJqQjbIi FNPL9UcdslFyK05TN2JEN3CfZnXuiAzjyaXIZsgBWsVMJdtEyiEhqRfIN hfwwbfNsQYiNcamAUq+uK0fZCCW8TXoKCwK1faGZkv0LKhM6LUr9oc/Ah g==; X-IronPort-AV: E=McAfee;i="6400,9594,10331"; a="327116496" X-IronPort-AV: E=Sophos;i="5.91,185,1647327600"; d="scan'208";a="327116496" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Apr 2022 04:46:09 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.91,185,1647327600"; d="scan'208";a="597292421" Received: from lkp-server01.sh.intel.com (HELO 5056e131ad90) ([10.239.97.150]) by orsmga001.jf.intel.com with ESMTP; 29 Apr 2022 04:46:08 -0700 Received: from kbuild by 5056e131ad90 with local (Exim 4.95) (envelope-from ) id 1nkP4Z-0006I5-LW; Fri, 29 Apr 2022 11:46:07 +0000 Date: Fri, 29 Apr 2022 19:45:23 +0800 From: kernel test robot To: Ben Widawsky Cc: kbuild-all@lists.01.org, Alison Schofield , Vishal Verma , Ira Weiny , Ben Widawsky , Dan Williams , linux-kernel@vger.kernel.org Subject: [cxl:preview 56/78] acpi.c:undefined reference to `devm_gen_pool_create' Message-ID: <202204291941.rnY1BEGs-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org tree: https://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl.git preview head: 9b688fc651b9d2b633e8d959454670aba1c39162 commit: 560e2708e4272ad7903fcd9696fca542c96301d5 [56/78] cxl/acpi: Handle address space allocation config: ia64-randconfig-c023-20220429 (https://download.01.org/0day-ci/archive/20220429/202204291941.rnY1BEGs-lkp@intel.com/config) compiler: ia64-linux-gcc (GCC) 11.3.0 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/cxl/cxl.git/commit/?id=560e2708e4272ad7903fcd9696fca542c96301d5 git remote add cxl https://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl.git git fetch --no-tags cxl preview git checkout 560e2708e4272ad7903fcd9696fca542c96301d5 # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.3.0 make.cross W=1 O=build_dir ARCH=ia64 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 >>): ia64-linux-ld: drivers/cxl/acpi.o: in function `cxl_parse_cfmws': >> acpi.c:(.text+0xd82): undefined reference to `devm_gen_pool_create' >> ia64-linux-ld: acpi.c:(.text+0xed2): undefined reference to `gen_pool_add_owner' -- 0-DAY CI Kernel Test Service https://01.org/lkp