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=-4.0 required=3.0 tests=BAYES_00,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no 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 54E61C2D0E4 for ; Tue, 17 Nov 2020 18:35:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E60BD223C7 for ; Tue, 17 Nov 2020 18:35:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731231AbgKQSfA (ORCPT ); Tue, 17 Nov 2020 13:35:00 -0500 Received: from mail-wr1-f43.google.com ([209.85.221.43]:44850 "EHLO mail-wr1-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727800AbgKQSfA (ORCPT ); Tue, 17 Nov 2020 13:35:00 -0500 Received: by mail-wr1-f43.google.com with SMTP id c17so24167033wrc.11; Tue, 17 Nov 2020 10:34:58 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=1AA8O1d406vYycb3bYf4dXKFr0iuvkHhIVLvNva/Pgw=; b=U/hOI5YeHFZb4Yctyp5ik3McTfJgZ4StaDddQmwJuBLIuyDsY0dgLAhqNOP5T3Fg9U Hz5GIi6F2PZOJMskycTN21KVCBmKSBxR2c0AGByJFTZiIv1eNBp0Mtyc+SjvW4dkvqZ/ Yp+Ul/S7AfsIG/VU2ELaxwhAHssYbubF3U2V2BTfwnyLoEgq+X/8tXlgnc6lPUSMuGa/ iO908g9jIddHwwOpIFXJ/nqaNLpV7o/nDXI0sJXdhjKXl8D4ibI3BIzrcpqw+20OqY0v m4CeM0HYWyKo88o39hr4Zcg4PaH+xmTQ/QA3Fk/R4pzLDQm3KYHx2Wr5tzj6us5B0Snd D8BQ== X-Gm-Message-State: AOAM530h5Ts2CVkMNfzi9OpeN65Qt0xQ2M6/RlGrr2Qw81aQxX3iJidR Jo/7Z8LJ4p2K1wnol6iH35Q= X-Google-Smtp-Source: ABdhPJyFEZEFI39R9vrSkYcYFdLhu7f3V3Fhml752iLRLRvasSx24cUTVsvaflXcE8TNbE1zhEf8kA== X-Received: by 2002:a5d:5001:: with SMTP id e1mr928338wrt.20.1605638097837; Tue, 17 Nov 2020 10:34:57 -0800 (PST) Received: from kozik-lap (adsl-84-226-167-205.adslplus.ch. [84.226.167.205]) by smtp.googlemail.com with ESMTPSA id r10sm4713070wmg.16.2020.11.17.10.34.56 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 17 Nov 2020 10:34:56 -0800 (PST) Date: Tue, 17 Nov 2020 19:34:55 +0100 From: Krzysztof Kozlowski To: Arnd Bergmann Cc: Geert Uytterhoeven , Randy Dunlap , kernel test robot , Jiaxun Yang , kbuild-all@lists.01.org, "linux-kernel@vger.kernel.org" , Marc Zyngier , Arnd Bergmann , linux-s390 , Heiko Carstens , Vasily Gorbik , Christian Borntraeger , Greg Kroah-Hartman Subject: Re: irq-loongson-pch-pic.c:undefined reference to `of_iomap' Message-ID: <20201117183455.GA101572@kozik-lap> References: <202011140757.5QyVghe2-lkp@intel.com> <4f6f2244-033c-8413-818d-0b9c1b0b33ae@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Nov 16, 2020 at 10:21:26AM +0100, Arnd Bergmann wrote: > On Mon, Nov 16, 2020 at 9:37 AM Geert Uytterhoeven wrote: > > On Mon, Nov 16, 2020 at 9:33 AM Arnd Bergmann wrote: > > > On Mon, Nov 16, 2020 at 5:33 AM Randy Dunlap wrote: > > > > On 11/13/20 3:27 PM, kernel test robot wrote: > > > (adding s390 folks to cc) > > > > > > I think fixing this requires a larger-scale effort. I tried building > > > an s390 allmodconfig > > > with CONFIG_PCI disabled, and got warnings and failures in many other places, > > > see full log at the end of this mail. > > > > > > While in theory, all of those should depend on 'HAS_IOMEM' or some other symbol, > > > keeping these dependencies sounds like an uphill battle, and there is not much > > > to be gained from building the drivers for s390 on top of compile-testing them > > > on more conventional architectures. > > > > Don't we need the dependencies on HAS_IOMEM for the CONFIG_UML=y > > case, too? > > I would have expected that as well, but I don't see the problem when building > an arch/um kernel, all I get is > > ERROR: modpost: "devm_platform_ioremap_resource" > [drivers/iio/adc/adi-axi-adc.ko] undefined! > ERROR: modpost: "devm_platform_ioremap_resource" > [drivers/ptp/ptp_ines.ko] undefined! > ERROR: modpost: "devm_ioremap_resource" > [drivers/net/ethernet/xilinx/xilinx_emac.ko] undefined! > ERROR: modpost: "devm_platform_ioremap_resource_byname" > [drivers/net/ethernet/xilinx/ll_temac.ko] undefined! > ERROR: modpost: "devm_ioremap" > [drivers/net/ethernet/xilinx/ll_temac.ko] undefined! > ERROR: modpost: "devm_of_iomap" > [drivers/net/ethernet/xilinx/ll_temac.ko] undefined! > ERROR: modpost: "__open64_2" [fs/hostfs/hostfs.ko] undefined! > > If I disable those five drivers, I can build and link a uml kernel without > warnings. I could not find the difference compared to s390 here. > > Looking a bit further, I now find that we ended up disabling CONFIG_COMPILE_TEST > entirely for arch/um, which is clearly an option that would also work for s390. Yes, that was the easier solution than to spread "depends on HAS_IOMEM" all over Kconfigs. +Cc Greg KH, I got similar report around phy drivers: https://lore.kernel.org/lkml/202011140335.tceVqHmN-lkp@intel.com/ When reproducing this, I saw multiple unmet dependencies on s390 for MFD_SYSCON and MFD_STM32_TIMERS. I suppose there is no point to fix them all because this will be basically UML case, so HAS_IOMEM all over the tree. Best regards, Krzysztof