On Fri, May 24, 2019 at 02:16:07PM -0600, Logan Gunthorpe wrote: > This is a follow up to the cleanup I started last cycle on the > resource_alignment parameter after finding an improved way to do handle > the static buffer for the disable_acs_redir parameter. So this patchset > allows us to drop a significant chunk of static data. > > Per the discussion last cycle, this version keeps the spin locks > (instead of the RCU implementation) and splits the change into a > couple different patches. Hi Logan, This series doesn't apply cleanly to either v5.3-rc1 or v5.2-rc1. Would you mind refreshing it? > Logan Gunthorpe (3): > PCI: Clean up resource_alignment parameter to not require static > buffer > PCI: Move pci_[get|set]_resource_alignment_param() into their callers > PCI: Force trailing new line to resource_alignment_param in sysfs > > drivers/pci/pci.c | 65 +++++++++++++++++++++++++---------------------- > 1 file changed, 35 insertions(+), 30 deletions(-) > > -- > 2.20.1