Message ID | dc566e6c-4c9b-bcd5-1f33-edba94cedd00@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | PCI/VPD: Further improvements | expand |
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 .. ?
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
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!
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?
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