On Thu, Aug 28, 2025 at 07:47:06PM +0300, Ilpo Järvinen wrote: > On Wed, 27 Aug 2025, Bjorn Helgaas wrote: > > On Fri, Aug 22, 2025 at 05:55:41PM +0300, Ilpo Järvinen wrote: > > > This series is based on top of the three resource fitting and > > > assignment algorithm fixes (v3). > > > > > > PCI resource fitting and assignment code needs to find the bridge > > > window a resource belongs to in multiple places, yet, no common > > > function for that exists. Thus, each site has its own version of > > > the decision, each with their own corner cases, misbehaviors, and > > > some resulting in complex interfaces between internal functions. > > > ...
> I'll need to do minor corrections into a few intermediate patches though > to ensure bisectability, we really want to make this as bisectable as > possible. In other words, I've found 2 relatively small issues in them > which won't change the end result when the whole series is complete and > fixed some small grammar errors in the changelogs. > > I see you made some corrections so I'm not sure what's the best course of > action here to update them. Should I just send v2 normally and you deal > with your changes while replacing v1 with v2? That would work for me. Or if you picked the patches from pci/resource and posted a v2 based on them, that would be even easier for me.