Re: [PATCH v2 0/3] Fix pci_iounmap() on !CONFIG_GENERIC_IOMAP

From: Arnd Bergmann
Date: Fri Sep 18 2020 - 15:59:20 EST


On Fri, Sep 18, 2020 at 1:45 PM Lorenzo Pieralisi
<lorenzo.pieralisi@xxxxxxx> wrote:
> >
> > Lorenzo Pieralisi (3):
> > sparc32: Remove useless io_32.h __KERNEL__ preprocessor guard
> > sparc32: Move ioremap/iounmap declaration before asm-generic/io.h
> > include
> > asm-generic/io.h: Fix !CONFIG_GENERIC_IOMAP pci_iounmap()
> > implementation
> >
> > arch/sparc/include/asm/io_32.h | 17 ++++++---------
> > include/asm-generic/io.h | 39 +++++++++++++++++++++++-----------
> > 2 files changed, 34 insertions(+), 22 deletions(-)
>
> Arnd, David, Bjorn,
>
> I have got review/test tags, is it OK if we merge this series please ?
>
> Can we pull it in the PCI tree or you want it to go via a different
> route upstream ?
>
> Please let me know.

Going through the PCI tree sounds good to me, but I can
take it through the asm-generic tree if Bjorn doesn't want to
pick it up there.

Arnd