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 X-Spam-Level: X-Spam-Status: No, score=-10.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 30F76C433EF for ; Tue, 7 Sep 2021 13:02:10 +0000 (UTC) Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by mail.kernel.org (Postfix) with ESMTP id B01AE61057 for ; Tue, 7 Sep 2021 13:02:09 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org B01AE61057 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=kvack.org Received: by kanga.kvack.org (Postfix) id D609A6B0071; Tue, 7 Sep 2021 09:02:08 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id D10496B0072; Tue, 7 Sep 2021 09:02:08 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id BFEB36B0073; Tue, 7 Sep 2021 09:02:08 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0203.hostedemail.com [216.40.44.203]) by kanga.kvack.org (Postfix) with ESMTP id ACA1B6B0071 for ; Tue, 7 Sep 2021 09:02:08 -0400 (EDT) Received: from smtpin17.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay02.hostedemail.com (Postfix) with ESMTP id 5CB9C2D227 for ; Tue, 7 Sep 2021 13:02:08 +0000 (UTC) X-FDA: 78560790336.17.2C7F47A Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by imf29.hostedemail.com (Postfix) with ESMTP id 66DAF9000261 for ; Tue, 7 Sep 2021 13:02:07 +0000 (UTC) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 3A74631B; Tue, 7 Sep 2021 06:02:03 -0700 (PDT) Received: from lpieralisi (e121166-lin.cambridge.arm.com [10.1.196.255]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 24D3A3F73D; Tue, 7 Sep 2021 06:02:02 -0700 (PDT) Date: Tue, 7 Sep 2021 14:01:56 +0100 From: Lorenzo Pieralisi To: kernel test robot , Marek Vasut Cc: kbuild-all@lists.01.org, Linux Memory Management List Subject: Re: [linux-next:master 7227/11721] pcie-rcar-host.c:undefined reference to `__clk_is_enabled' Message-ID: <20210907130156.GA22521@lpieralisi> References: <202109051623.GuD3mO76-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202109051623.GuD3mO76-lkp@intel.com> User-Agent: Mutt/1.9.4 (2018-02-28) Authentication-Results: imf29.hostedemail.com; dkim=none; spf=pass (imf29.hostedemail.com: domain of lorenzo.pieralisi@arm.com designates 217.140.110.172 as permitted sender) smtp.mailfrom=lorenzo.pieralisi@arm.com; dmarc=pass (policy=none) header.from=arm.com X-Rspamd-Server: rspam02 X-Rspamd-Queue-Id: 66DAF9000261 X-Stat-Signature: uf4n54tf9kp5kk4cu5pzqo3kgfozgf68 X-HE-Tag: 1631019727-933864 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 Sun, Sep 05, 2021 at 04:21:29PM +0800, kernel test robot wrote: > tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master > head: 14c6345e6e6ca0570f3897214f24748ef6009761 > commit: a115b1bd3af0c2963e72f6e47143724c59251be6 [7227/11721] PCI: rcar: Add L1 link state fix into data abort hook > config: arm-randconfig-r025-20210904 (attached as .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=a115b1bd3af0c2963e72f6e47143724c59251be6 > 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 a115b1bd3af0c2963e72f6e47143724c59251be6 > # save the attached .config 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: drivers/pci/controller/pcie-rcar-host.o: in function `rcar_pcie_aarch32_abort_handler': > >> pcie-rcar-host.c:(.text+0xe8c): undefined reference to `__clk_is_enabled' > Hi Marek, can you look into this as soon as you can please ? Thanks, Lorenzo