[PATCH v3 0/3] PCI: Resource fitting algorith fixes

Ilpo Järvinen posted 3 patches 1 month, 1 week ago
drivers/pci/setup-bus.c | 38 ++++++++++++++++++++++++++------------
1 file changed, 26 insertions(+), 12 deletions(-)
[PATCH v3 0/3] PCI: Resource fitting algorith fixes
Posted by Ilpo Järvinen 1 month, 1 week ago
v3 corrects the max() parameters as noticed by Markus.

It would actually be nice if Rio could retest the first patch just
in case. While I expect his problem originated from the size0 block,
there's a small possibility size1 block could have played role in
which case the changed max() could impact the end result.

Once Rio has tested the first patch, these should replace the v2
patches in the pci/resource branch.

v3:
 - Correct max() parameter.
 - Added Rio's full name into tags.
 - Included Closes: tags from the applied v2 changes.

v2:
 - Add fix to resize problem (new patch).

Ilpo Järvinen (3):
  PCI: Relaxed tail alignment should never increase min_align
  PCI: Fix pdev_resources_assignable() disparity
  PCI: Fix failure detection during resource resize

 drivers/pci/setup-bus.c | 38 ++++++++++++++++++++++++++------------
 1 file changed, 26 insertions(+), 12 deletions(-)


base-commit: 8f5ae30d69d7543eee0d70083daf4de8fe15d585
-- 
2.39.5

Re: [PATCH v3 0/3] PCI: Resource fitting algorith fixes
Posted by Rio Liu 1 month, 1 week ago




On Friday, August 22nd, 2025 at AM 8:34, Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> wrote:

> 
> Once Rio has tested the first patch, these should replace the v2
> patches in the pci/resource branch.
> 

Hello Ilpo,

I've just applied PATCH v3 1/3 on the v6.17-rc1 mainline (commit 8f5ae30d69d7543eee0d70083daf4de8fe15d585) and tested it, looks like it still works! Thanks again for your work.

Rio