mbox series

[0/5] PCI/VPD: Further improvements

Message ID dc566e6c-4c9b-bcd5-1f33-edba94cedd00@gmail.com (mailing list archive)
Headers show
Series PCI/VPD: Further improvements | expand

Message

Heiner Kallweit May 13, 2021, 8:53 p.m. UTC
Series with further improvements to PCI VPD handling.

Heiner Kallweit (5):
  PCI/VPD: Refactor pci_vpd_size
  PCI: Clean up VPD constants and functions in pci.h
  PCI/VPD: Remove old_size argument from pci_vpd_size
  PCI/VPD: Make pci_vpd_wait uninterruptible
  PCI/VPD: Remove pci_vpd member flag

 drivers/pci/vpd.c   | 106 ++++++++++++++++----------------------------
 include/linux/pci.h |  43 ------------------
 2 files changed, 37 insertions(+), 112 deletions(-)

Comments

Heiner Kallweit July 6, 2021, 5:56 a.m. UTC | #1
On 13.05.2021 22:53, Heiner Kallweit wrote:
> Series with further improvements to PCI VPD handling.
> 
> Heiner Kallweit (5):
>   PCI/VPD: Refactor pci_vpd_size
>   PCI: Clean up VPD constants and functions in pci.h
>   PCI/VPD: Remove old_size argument from pci_vpd_size
>   PCI/VPD: Make pci_vpd_wait uninterruptible
>   PCI/VPD: Remove pci_vpd member flag
> 
>  drivers/pci/vpd.c   | 106 ++++++++++++++++----------------------------
>  include/linux/pci.h |  43 ------------------
>  2 files changed, 37 insertions(+), 112 deletions(-)
> 
This series is still sitting as new in patchwork.
Is it simply waiting for free review capacity or .. ?
Bjorn Helgaas July 6, 2021, 2:32 p.m. UTC | #2
On Tue, Jul 06, 2021 at 07:56:11AM +0200, Heiner Kallweit wrote:
> On 13.05.2021 22:53, Heiner Kallweit wrote:
> > Series with further improvements to PCI VPD handling.
> > 
> > Heiner Kallweit (5):
> >   PCI/VPD: Refactor pci_vpd_size
> >   PCI: Clean up VPD constants and functions in pci.h
> >   PCI/VPD: Remove old_size argument from pci_vpd_size
> >   PCI/VPD: Make pci_vpd_wait uninterruptible
> >   PCI/VPD: Remove pci_vpd member flag
> > 
> >  drivers/pci/vpd.c   | 106 ++++++++++++++++----------------------------
> >  include/linux/pci.h |  43 ------------------
> >  2 files changed, 37 insertions(+), 112 deletions(-)
> > 
> This series is still sitting as new in patchwork.
> Is it simply waiting for free review capacity or .. ?

Yes, sorry, Heiner, I'm hopelessly behind.  Trying to finish up the
v5.14 pull request today, and then next week I'll start on the v5.15
material.

If this series applies cleanly to v5.14-rc1, you don't need to do
anything.  If it needs any rebasing for v5.14-rc1, it would save me
some time if you could post an update.

Bjorn
Bjorn Helgaas Aug. 2, 2021, 10:32 p.m. UTC | #3
On Thu, May 13, 2021 at 10:53:44PM +0200, Heiner Kallweit wrote:
> Series with further improvements to PCI VPD handling.
> 
> Heiner Kallweit (5):
>   PCI/VPD: Refactor pci_vpd_size
>   PCI: Clean up VPD constants and functions in pci.h
>   PCI/VPD: Remove old_size argument from pci_vpd_size
>   PCI/VPD: Make pci_vpd_wait uninterruptible
>   PCI/VPD: Remove pci_vpd member flag
> 
>  drivers/pci/vpd.c   | 106 ++++++++++++++++----------------------------
>  include/linux/pci.h |  43 ------------------
>  2 files changed, 37 insertions(+), 112 deletions(-)

Applied to pci/vpd for v5.15, thanks!
Heiner Kallweit Aug. 5, 2021, 7:10 p.m. UTC | #4
On 03.08.2021 00:32, Bjorn Helgaas wrote:
> On Thu, May 13, 2021 at 10:53:44PM +0200, Heiner Kallweit wrote:
>> Series with further improvements to PCI VPD handling.
>>
>> Heiner Kallweit (5):
>>   PCI/VPD: Refactor pci_vpd_size
>>   PCI: Clean up VPD constants and functions in pci.h
>>   PCI/VPD: Remove old_size argument from pci_vpd_size
>>   PCI/VPD: Make pci_vpd_wait uninterruptible
>>   PCI/VPD: Remove pci_vpd member flag
>>
>>  drivers/pci/vpd.c   | 106 ++++++++++++++++----------------------------
>>  include/linux/pci.h |  43 ------------------
>>  2 files changed, 37 insertions(+), 112 deletions(-)
> 
> Applied to pci/vpd for v5.15, thanks!
> 
pci/vpd hasn't been merged yet into next, is this intentional?
Bjorn Helgaas Aug. 5, 2021, 7:29 p.m. UTC | #5
On Thu, Aug 05, 2021 at 09:10:51PM +0200, Heiner Kallweit wrote:
> On 03.08.2021 00:32, Bjorn Helgaas wrote:
> > On Thu, May 13, 2021 at 10:53:44PM +0200, Heiner Kallweit wrote:
> >> Series with further improvements to PCI VPD handling.
> >>
> >> Heiner Kallweit (5):
> >>   PCI/VPD: Refactor pci_vpd_size
> >>   PCI: Clean up VPD constants and functions in pci.h
> >>   PCI/VPD: Remove old_size argument from pci_vpd_size
> >>   PCI/VPD: Make pci_vpd_wait uninterruptible
> >>   PCI/VPD: Remove pci_vpd member flag
> >>
> >>  drivers/pci/vpd.c   | 106 ++++++++++++++++----------------------------
> >>  include/linux/pci.h |  43 ------------------
> >>  2 files changed, 37 insertions(+), 112 deletions(-)
> > 
> > Applied to pci/vpd for v5.15, thanks!
> > 
> pci/vpd hasn't been merged yet into next, is this intentional?

I let the 0-day bot build things before merging into next.  But thanks
for the reminder, there are a couple branches I should merge.

Bjorn