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=-11.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS autolearn=unavailable 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 EF743C433ED for ; Mon, 19 Apr 2021 22:40:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C71D0611F2 for ; Mon, 19 Apr 2021 22:40:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230446AbhDSWkx (ORCPT ); Mon, 19 Apr 2021 18:40:53 -0400 Received: from mail.kernel.org ([198.145.29.99]:54214 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230035AbhDSWkl (ORCPT ); Mon, 19 Apr 2021 18:40:41 -0400 Received: by mail.kernel.org (Postfix) with ESMTPS id C060A613B4; Mon, 19 Apr 2021 22:40:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1618872010; bh=0CZNO8hyH+fKbxkNnczU10+6omeA2VPUHu0LGjIKdeQ=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=tEJWZmtHOTZZsgk6SA4q39gPlf2QA9yMuKDyiAmMTNxyncYqkT31/NLAZImfaw/dE wAxo4AgRtbP2m7v5eo1OCb/frG3ReNkjmPxLEIWcHPnyGLsnoNclSQUDyaVNznMupz wnZSn3X7WoHX+E1hcNB9DU2kjB1MjusSXAj8bZj57TLokPQb1q85GTINzb1sR/GmkM ExahfZEnNkCTSs5dkaqDyDpOL4iSgwx2W/CgKNm8PBEfxBj1la1rXf/eq3zFrpjmWy /5sp1Sy06MT+qOyhvHbCgOKZY1tfd37m+2WeadGw13fC0rwCvDyLhPymRhvYJNJwB3 eNPcoE7wF8R0Q== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next] net: xilinx: drivers need/depend on HAS_IOMEM From: patchwork-bot+netdevbpf@kernel.org Message-Id: <161887201074.19818.16227750410664983214.git-patchwork-notify@kernel.org> Date: Mon, 19 Apr 2021 22:40:10 +0000 References: <20210417065554.11968-1-rdunlap@infradead.org> In-Reply-To: <20210417065554.11968-1-rdunlap@infradead.org> To: Randy Dunlap Cc: linux-kernel@vger.kernel.org, lkp@intel.com, radhey.shyam.pandey@xilinx.com, gary@garyguo.net, zhangchangzhong@huawei.com, andre.przywara@arm.com, stable@vger.kernel.org, daniel@iogearbox.net, davem@davemloft.net, kuba@kernel.org, netdev@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Fri, 16 Apr 2021 23:55:54 -0700 you wrote: > kernel test robot reports build errors in 3 Xilinx ethernet drivers. > They all use ioremap functions that are only available when HAS_IOMEM > is set/enabled. If it is not enabled, they all have build errors, > so make these 3 drivers depend on HAS_IOMEM. > > ld: drivers/net/ethernet/xilinx/xilinx_emaclite.o: in function `xemaclite_of_probe': > xilinx_emaclite.c:(.text+0x9fc): undefined reference to `devm_ioremap_resource' > > [...] Here is the summary with links: - [net-next] net: xilinx: drivers need/depend on HAS_IOMEM https://git.kernel.org/netdev/net-next/c/46fd4471615c You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html