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 4A26EC433F5 for ; Thu, 25 Nov 2021 02:30:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238171AbhKYCb2 (ORCPT ); Wed, 24 Nov 2021 21:31:28 -0500 Received: from mga03.intel.com ([134.134.136.65]:49573 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234117AbhKYC30 (ORCPT ); Wed, 24 Nov 2021 21:29:26 -0500 X-IronPort-AV: E=McAfee;i="6200,9189,10178"; a="235365609" X-IronPort-AV: E=Sophos;i="5.87,261,1631602800"; d="scan'208";a="235365609" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Nov 2021 18:26:15 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.87,261,1631602800"; d="scan'208";a="675070080" Received: from lkp-server02.sh.intel.com (HELO 9e1e9f9b3bcb) ([10.239.97.151]) by orsmga005.jf.intel.com with ESMTP; 24 Nov 2021 18:26:14 -0800 Received: from kbuild by 9e1e9f9b3bcb with local (Exim 4.92) (envelope-from ) id 1mq4Sj-0005cT-P5; Thu, 25 Nov 2021 02:26:13 +0000 Date: Thu, 25 Nov 2021 10:25:57 +0800 From: kernel test robot To: Christoph Hellwig Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org Subject: altera_tse_main.c:undefined reference to `devm_ioremap' Message-ID: <202111251027.3UfU9J9H-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 tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 5f53fa508db098c9d372423a6dac31c8a5679cdf commit: 4bdc0d676a643140bdf17dbf7eafedee3d496a3c remove ioremap_nocache and devm_ioremap_nocache date: 1 year, 11 months ago config: s390-randconfig-r006-20211117 (https://download.01.org/0day-ci/archive/20211125/202111251027.3UfU9J9H-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=4bdc0d676a643140bdf17dbf7eafedee3d496a3c git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git git fetch --no-tags linus master git checkout 4bdc0d676a643140bdf17dbf7eafedee3d496a3c # 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/dma/idma64.o: in function `idma64_platform_probe': idma64.c:(.text+0xcc6): undefined reference to `devm_ioremap_resource' s390-linux-ld: drivers/dma/ti/edma.o: in function `edma_probe': edma.c:(.text+0x1cd4): undefined reference to `devm_ioremap_resource' s390-linux-ld: drivers/dma/ti/omap-dma.o: in function `omap_dma_probe': omap-dma.c:(.text+0x62): undefined reference to `devm_ioremap_resource' s390-linux-ld: drivers/net/ethernet/altera/altera_tse_main.o: in function `request_and_map': >> altera_tse_main.c:(.text+0x174): undefined reference to `devm_ioremap' s390-linux-ld: drivers/ptp/ptp_qoriq.o: in function `ptp_qoriq_probe': ptp_qoriq.c:(.text+0x852): undefined reference to `ioremap' s390-linux-ld: ptp_qoriq.c:(.text+0x8be): undefined reference to `iounmap' s390-linux-ld: drivers/ptp/ptp_qoriq.o: in function `ptp_qoriq_free': ptp_qoriq.c:(.text+0xac8): undefined reference to `iounmap' s390-linux-ld: drivers/watchdog/sirfsoc_wdt.o: in function `sirfsoc_wdt_probe': sirfsoc_wdt.c:(.text+0x100): 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