[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <3400ff3fbcd6f310f777be8cceddb253246b87fa.camel@redhat.com>
Date: Thu, 11 Jan 2024 16:32:07 +0100
From: Philipp Stanner <pstanner@...hat.com>
To: Bjorn Helgaas <helgaas@...nel.org>
Cc: Bjorn Helgaas <bhelgaas@...gle.com>, Arnd Bergmann <arnd@...db.de>,
Johannes Berg <johannes@...solutions.net>, Randy Dunlap
<rdunlap@...radead.org>, NeilBrown <neilb@...e.de>, John Sanpe
<sanpeqf@...il.com>, Kent Overstreet <kent.overstreet@...il.com>, Niklas
Schnelle <schnelle@...ux.ibm.com>, Dave Jiang <dave.jiang@...el.com>,
Uladzislau Koshchanka <koshchanka@...il.com>, "Masami Hiramatsu (Google)"
<mhiramat@...nel.org>, David Gow <davidgow@...gle.com>, Kees Cook
<keescook@...omium.org>, Rae Moar <rmoar@...gle.com>, Geert Uytterhoeven
<geert@...ux-m68k.org>, "wuqiang.matt" <wuqiang.matt@...edance.com>, Yury
Norov <yury.norov@...il.com>, Jason Baron <jbaron@...mai.com>, Thomas
Gleixner <tglx@...utronix.de>, Marco Elver <elver@...gle.com>, Andrew
Morton <akpm@...ux-foundation.org>, Ben Dooks <ben.dooks@...ethink.co.uk>,
dakr@...hat.com, linux-kernel@...r.kernel.org, linux-pci@...r.kernel.org,
linux-arch@...r.kernel.org, stable@...r.kernel.org
Subject: Re: [PATCH v5 RESEND 0/5] Regather scattered PCI-Code
On Thu, 2024-01-11 at 08:53 -0600, Bjorn Helgaas wrote:
> On Thu, Jan 11, 2024 at 09:55:35AM +0100, Philipp Stanner wrote:
> > Second Resend. Would be cool if someone could tell me what I'll
> > have to
> > do so we can get this merged. This is blocking the followup work
> > I've
> > got in the pipe
>
> This seems PCI-focused, and I'll look at merging this after v6.8-rc1
> is tagged and the merge window closes (probably Jan 21). Then I'll
> rebase it to v6.8-rc1, tidy the subject lines to look like the rest
> of drivers/pci/, etc.
Cool!
Just ping you if you need me to do something
Regards,
P.
>
> > Philipp Stanner (5):
> > lib/pci_iomap.c: fix cleanup bugs in pci_iounmap()
> > lib: move pci_iomap.c to drivers/pci/
> > lib: move pci-specific devres code to drivers/pci/
> > pci: move devres code from pci.c to devres.c
> > lib, pci: unify generic pci_iounmap()
> >
> > MAINTAINERS | 1 -
> > drivers/pci/Kconfig | 5 +
> > drivers/pci/Makefile | 3 +-
> > drivers/pci/devres.c | 450
> > +++++++++++++++++++++++++
> > lib/pci_iomap.c => drivers/pci/iomap.c | 49 +--
> > drivers/pci/pci.c | 249 --------------
> > drivers/pci/pci.h | 24 ++
> > include/asm-generic/io.h | 27 +-
> > include/asm-generic/iomap.h | 21 ++
> > lib/Kconfig | 3 -
> > lib/Makefile | 1 -
> > lib/devres.c | 208 +-----------
> > lib/iomap.c | 28 +-
> > 13 files changed, 566 insertions(+), 503 deletions(-)
> > create mode 100644 drivers/pci/devres.c
> > rename lib/pci_iomap.c => drivers/pci/iomap.c (75%)
>
Powered by blists - more mailing lists