Hi Bjorn, Matthew, On 12/07/2015 12:32 PM, Bjorn Helgaas wrote: > On Fri, Oct 23, 2015 at 06:03:33AM +0100, Matthew Minter wrote: >> Hi again everyone, this is the extremely long awaited version 4 of this patchset. >> >> It has been rebased to the head of the lastest mainline kernel as of a few days >> ago as well as a huge number of small restructures have been included. > > Hi Matthew, > > Thanks a lot for updating this. I noticed a few kbuild warnings; did you > get those, too? I can forward them to you if you didn't. The compiler warnings are due to various map_irq functions still using "const pci_dev *dev". I'm not familiar with this code, but based on a brief build test of a change to tile, it seems like 04/29, PCI: Remove const from the pci_dev struct passed to pci_fixup_irqs, needs to be mirrored in some or all architecture directories. What I'm wondering is whether just those warnings identified by the kbuild test robot should be fixed, all of them (see bash snippet below), or something in between? for f in $(git grep -l 'map_irq(const'); do sed -i 's/map_irq(const /map_irq(/' $f done Thanks, Christopher Covington -- Qualcomm Innovation Center, Inc. Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html