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 85152C433F5 for ; Thu, 24 Feb 2022 19:10:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233343AbiBXTLX (ORCPT ); Thu, 24 Feb 2022 14:11:23 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47064 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233341AbiBXTLU (ORCPT ); Thu, 24 Feb 2022 14:11:20 -0500 Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2766220E5AF for ; Thu, 24 Feb 2022 11:10:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1645729850; x=1677265850; h=date:from:to:cc:subject:message-id:mime-version; bh=BKjoQRTHB7uodflAnTLuHyRaIXOnq6P2y8a/Fvvc1/A=; b=lZMW461rK54Pnz2V3nVqP3JlfeMuTOgb5RhSuZDm8d6Z5d1NTPGy/MCl gvotiXMyFKFNf4Cwl8DKyaaL+opWK7zskgDT/nGkRh0t2tvjQrk6zqFmK JLCLF2bQGN41ogeqhVgL1uSA3XXLpz3hY5D+9qFxS9/UKO+B7+LUJeV5s M/sTu/j7oXYuuOicro19zh+exIe6GYhfIklGJqY8zPAnYNFwyaIdSuwpq bIETwQgM79j6kpxxfxEDZ+ITmw8zw9tMGotPif8aRpxENXwqsdyoT+OvY WmMVhDuatAP8ZmxGQVkWBN4pxc9rr3K0fPK070J9wDZXnXIYThEv5pGbj w==; X-IronPort-AV: E=McAfee;i="6200,9189,10268"; a="239726508" X-IronPort-AV: E=Sophos;i="5.90,134,1643702400"; d="scan'208";a="239726508" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Feb 2022 11:10:33 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,134,1643702400"; d="scan'208";a="574324646" Received: from lkp-server01.sh.intel.com (HELO 788b1cd46f0d) ([10.239.97.150]) by orsmga001.jf.intel.com with ESMTP; 24 Feb 2022 11:10:32 -0800 Received: from kbuild by 788b1cd46f0d with local (Exim 4.92) (envelope-from ) id 1nNJVX-0003OT-KO; Thu, 24 Feb 2022 19:10:31 +0000 Date: Fri, 25 Feb 2022 03:09:44 +0800 From: kernel test robot To: Kavyasree Kotagiri Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org, Nicolas Ferre , Horatiu Vultur Subject: clk-lan966x.c:undefined reference to `devm_platform_ioremap_resource' Message-ID: <202202250002.cNyUqMm8-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) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Kavyasree, FYI, the error/warning still remains. tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 23d04328444a8fa0ca060c5e532220dac8e8bc26 commit: 54104ee023333e3bd8062ff1cbc312ea4c5bf733 clk: lan966x: Add lan966x SoC clock driver date: 3 months ago config: s390-randconfig-r004-20220223 (https://download.01.org/0day-ci/archive/20220225/202202250002.cNyUqMm8-lkp@intel.com/config) compiler: s390-linux-gcc (GCC) 11.2.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/torvalds/linux.git/commit/?id=54104ee023333e3bd8062ff1cbc312ea4c5bf733 git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git git fetch --no-tags linus master git checkout 54104ee023333e3bd8062ff1cbc312ea4c5bf733 # save the config file to linux build tree mkdir build_dir COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross O=build_dir ARCH=s390 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 >>): s390-linux-ld: drivers/clk/clk-lan966x.o: in function `lan966x_clk_probe': >> clk-lan966x.c:(.text+0x392): undefined reference to `devm_platform_ioremap_resource' --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org