[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <ZK2Ok5i2m7zS6Uq0@corigine.com>
Date: Tue, 11 Jul 2023 18:17:07 +0100
From: Simon Horman <simon.horman@...igine.com>
To: Baoquan He <bhe@...hat.com>
Cc: linux-kernel@...r.kernel.org, akpm@...ux-foundation.org,
linux-mm@...ck.org, schnelle@...ux.ibm.com, vkoul@...nel.org,
eli.billauer@...il.com, arnd@...db.de, gregkh@...uxfoundation.org,
derek.kiernan@....com, dragan.cvetic@....com,
linux@...inikbrodowski.net, Jonathan.Cameron@...wei.com,
linus.walleij@...aro.org, tsbogend@...ha.franken.de,
joyce.ooi@...el.com, davem@...emloft.net, edumazet@...gle.com,
kuba@...nel.org, pabeni@...hat.com, tglx@...utronix.de,
maz@...nel.org, mturquette@...libre.com, sboyd@...nel.org,
robh+dt@...nel.org, frowand.list@...il.com,
kernel test robot <lkp@...el.com>, netdev@...r.kernel.org
Subject: Re: [PATCH 5/8] net: altera-tse: make ALTERA_TSE depend on HAS_IOMEM
On Fri, Jul 07, 2023 at 09:58:49PM +0800, Baoquan He wrote:
> On s390 systems (aka mainframes), it has classic channel devices for
> networking and permanent storage that are currently even more common
> than PCI devices. Hence it could have a fully functional s390 kernel
> with CONFIG_PCI=n, then the relevant iomem mapping functions
> [including ioremap(), devm_ioremap(), etc.] are not available.
>
> Here let ALTERA_TSE depend on HAS_IOMEM so that it won't be built
> to cause below compiling error if PCI is unset:
>
> ------
> ERROR: modpost: "devm_ioremap" [drivers/net/ethernet/altera/altera_tse.ko] undefined!
> ------
>
> Reported-by: kernel test robot <lkp@...el.com>
> Closes: https://lore.kernel.org/oe-kbuild-all/202306211329.ticOJCSv-lkp@intel.com/
> Signed-off-by: Baoquan He <bhe@...hat.com>
Reviewed-by: Simon Horman <simon.horman@...igine.com>
Tested-by: Simon Horman <simon.horman@...igine.com> # build-tested
I wonder if this should also have:
Fixes: ed33ef648964 ("Altera TSE: Add Altera Ethernet Driver Makefile and Kconfig")
Powered by blists - more mailing lists