On Mon, Dec 05, 2016 at 02:37:36AM +0100, Stefan Lippers-Hollmann wrote: > Hi > > Adding this commit > > On 2016-12-04, gregkh@xxxxxxxxxxxxxxxxxxx wrote: > > This is a note to let you know that I've just added the patch titled > > > > PCI: Set Read Completion Boundary to 128 iff Root Port supports it (_HPX) > > > > to the 4.8-stable tree which can be found at: > > http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary > > > > The filename of the patch is: > > pci-set-read-completion-boundary-to-128-iff-root-port-supports-it-_hpx.patch > > and it can be found in the queue-4.8 subdirectory. > > > > If you, or anyone else, feels it should not be added to the stable tree, > > please let <stable@xxxxxxxxxxxxxxx> know about it. > > > > > > From e42010d8207f9d15a605ceb8e321bcd9648071b0 Mon Sep 17 00:00:00 2001 > > From: Johannes Thumshirn <jthumshirn@xxxxxxx> > > Date: Wed, 23 Nov 2016 10:56:28 -0600 > > Subject: PCI: Set Read Completion Boundary to 128 iff Root Port supports it (_HPX) > > MIME-Version: 1.0 > > Content-Type: text/plain; charset=UTF-8 > > Content-Transfer-Encoding: 8bit > > > > From: Johannes Thumshirn <jthumshirn@xxxxxxx> > > > > commit e42010d8207f9d15a605ceb8e321bcd9648071b0 upstream. > > breaks building kernel 4.8.12+queue-4.8 with > > drivers/pci/probe.c: In function 'pcie_root_rcb_set': > drivers/pci/probe.c:1444:23: error: implicit declaration of function 'pcie_find_root_port' [-Werror=implicit-function-declaration] > struct pci_dev *rp = pcie_find_root_port(dev); > ^~~~~~~~~~~~~~~~~~~ > drivers/pci/probe.c:1444:23: warning: initialization makes pointer from integer without a cast [-Wint-conversion] Hi, you'll need comit e784930bd ('PCI: Export pcie_find_root_port') as well to have the definition of pcie_find_root_port() outside of aer_inject. Byte, Johannes -- Johannes Thumshirn Storage jthumshirn@xxxxxxx +49 911 74053 689 SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg GF: Felix Imendörffer, Jane Smithard, Graham Norton HRB 21284 (AG Nürnberg) Key fingerprint = EC38 9CAB C2C4 F25D 8600 D0D0 0393 969D 2D76 0850 -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html