Re: [PATCH v2 0/3] Cleanup resource_alignment parameter

From: Bjorn Helgaas
Date: Wed Aug 28 2019 - 16:52:57 EST


On Thu, Aug 22, 2019 at 10:10:10AM -0600, Logan Gunthorpe wrote:
> As requested, this is a refresh of this series. I rebased it on v5.3-rc5
> without any other changes.
>
> This is a cleanup of the resource_alignment parameter after finding
> an improved way to handle the static buffer for the disable_acs_redir
> parameter. So this patchset allows us to drop a significant chunk
> of static data.
>
> Thanks,
>
> Logan
>
> --
>
> 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(-)

Applied to pci/misc for v5.4, thanks!