Hello, > Resource fitting/assignment code checks if there's a remainder in > add_list (aka. realloc_head in the inner functions) using BUG_ON(). > This problem typically results in a mere PCI device resource assignment > failure which does not warrant using BUG_ON(). The machine could well > come up usable even if this condition occurs because the realloc_head > relates to resources which are optional anyway. > > [...] Applied to misc, thank you! [1/1] PCI: Non-empty add_list/realloc_head does not warrant BUG_ON() https://git.kernel.org/pci/pci/c/9b388104e87b Krzysztof