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 A19E6C433F5 for ; Thu, 13 Jan 2022 13:49:44 +0000 (UTC) Received: by kanga.kvack.org (Postfix) id 15BF06B0072; Thu, 13 Jan 2022 08:49:44 -0500 (EST) Received: by kanga.kvack.org (Postfix, from userid 40) id 10B506B0074; Thu, 13 Jan 2022 08:49:44 -0500 (EST) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id F14EF6B0075; Thu, 13 Jan 2022 08:49:43 -0500 (EST) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0016.hostedemail.com [216.40.44.16]) by kanga.kvack.org (Postfix) with ESMTP id E3B366B0072 for ; Thu, 13 Jan 2022 08:49:43 -0500 (EST) Received: from smtpin29.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay03.hostedemail.com (Postfix) with ESMTP id A43478128F32 for ; Thu, 13 Jan 2022 13:49:43 +0000 (UTC) X-FDA: 79025396646.29.4D65C1B Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by imf16.hostedemail.com (Postfix) with ESMTP id 5A425180004 for ; Thu, 13 Jan 2022 13:49:43 +0000 (UTC) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 3FBC961873; Thu, 13 Jan 2022 13:49:42 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7DA9AC36AE3; Thu, 13 Jan 2022 13:49:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1642081781; bh=p5V8q0zOhKUY4G8QeCWlcl/F54uAsIKIa7o00RRsaRY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Q06PNgRjcbhIAA9Y9v9ll2r2wo4eX1d5n0QjHuURwmR8rAEbv3G6nppdnbzu6f9mq g/+kTV38bjx6lpWudJRUdN5U1YtMwsx5BWByhB8d9uZZYH8TtbKdmQcr/OpqqrD6c8 WsPpMP+yD8gbxzLsxju55WYCz/8AVkhBZvfBwSz/NP5uHrYfIwrDO5eZGy1Hw1M43l oyOnCb3UYj2qDQ4iOTWEzzH+jQMF0kYXNke+uQXQUFy8mIdEd2h0VVXY3XiI/ApkjI 2GPAGYmvgGtG8y7uQOsfk8KEx75P89P7eZt4Z22z0uQ2KS4hB5q5M7b9KGs/t1EvlQ ILMjIOuglQEtA== Received: by pali.im (Postfix) id E27B3778; Thu, 13 Jan 2022 14:49:38 +0100 (CET) Date: Thu, 13 Jan 2022 14:49:38 +0100 From: Pali =?utf-8?B?Um9ow6Fy?= To: kernel test robot Cc: kbuild-all@lists.01.org, Linux Memory Management List , Lorenzo Pieralisi , "Russell King (Oracle)" Subject: Re: [linux-next:master 3384/12117] pci.c:undefined reference to `pci_remap_iospace' Message-ID: <20220113134938.3tx7iiukphvazvsq@pali> References: <202201131529.A2s7rKQc-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202201131529.A2s7rKQc-lkp@intel.com> User-Agent: NeoMutt/20180716 X-Rspamd-Server: rspam04 X-Rspamd-Queue-Id: 5A425180004 X-Stat-Signature: g7718chhpxkdqeiu7nmkmg3eyd1rsbt5 Authentication-Results: imf16.hostedemail.com; dkim=pass header.d=kernel.org header.s=k20201202 header.b=Q06PNgRj; spf=pass (imf16.hostedemail.com: domain of pali@kernel.org designates 139.178.84.217 as permitted sender) smtp.mailfrom=pali@kernel.org; dmarc=pass (policy=none) header.from=kernel.org X-HE-Tag: 1642081783-497628 X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: On Thursday 13 January 2022 16:04:46 kernel test robot wrote: > Hi Pali, > > FYI, the error/warning still remains. See: https://lore.kernel.org/linux-mm/20211204022131.bmhla4gkph7s7hy2@pali/ > tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master > head: 27c9d5b3c24af29de643533984f1ba3e650c7c78 > commit: bc02973a06a6c74374edeb6d73ed4bde99b37456 [3384/12117] arm: ioremap: Implement standard PCI function pci_remap_iospace() > config: arm-randconfig-r004-20220113 (https://download.01.org/0day-ci/archive/20220113/202201131529.A2s7rKQc-lkp@intel.com/config) > compiler: arm-linux-gnueabi-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/next/linux-next.git/commit/?id=bc02973a06a6c74374edeb6d73ed4bde99b37456 > 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 bc02973a06a6c74374edeb6d73ed4bde99b37456 > # 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=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 >>): > > arm-linux-gnueabi-ld: arch/arm/mach-dove/pcie.o: in function `dove_pcie_setup': > pcie.c:(.init.text+0x160): undefined reference to `pci_ioremap_io' > arm-linux-gnueabi-ld: drivers/pci/pci.o: in function `devm_pci_remap_iospace': > >> pci.c:(.text+0x4e48): undefined reference to `pci_remap_iospace' > arm-linux-gnueabi-ld: drivers/pci/controller/pci-mvebu.o: in function `mvebu_pcie_probe': > pci-mvebu.c:(.text+0x1408): undefined reference to `pci_ioremap_io' > > --- > 0-DAY CI Kernel Test Service, Intel Corporation > https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org