Re: [PATCH -next] PCI/PCIe: make DPC explicitly non-modular

2016-08-22 Thread Paul Gortmaker
[Re: [PATCH -next] PCI/PCIe: make DPC explicitly non-modular] On 22/08/2016 (Mon 14:44) Bjorn Helgaas wrote: > Hi Paul, > > On Thu, Jul 28, 2016 at 05:28:02PM -0400, Paul Gortmaker wrote: [...] > > > > Yep, not to worry, I've still got the following patches pending for

Re: [PATCH -next] PCI/PCIe: make DPC explicitly non-modular

2016-08-22 Thread Paul Gortmaker
[Re: [PATCH -next] PCI/PCIe: make DPC explicitly non-modular] On 22/08/2016 (Mon 14:44) Bjorn Helgaas wrote: > Hi Paul, > > On Thu, Jul 28, 2016 at 05:28:02PM -0400, Paul Gortmaker wrote: [...] > > > > Yep, not to worry, I've still got the following patches pending for

Re: [PATCH -next] PCI/PCIe: make DPC explicitly non-modular

2016-08-22 Thread Bjorn Helgaas
Hi Paul, On Thu, Jul 28, 2016 at 05:28:02PM -0400, Paul Gortmaker wrote: > [Re: [PATCH -next] PCI/PCIe: make DPC explicitly non-modular] On 28/07/2016 > (Thu 16:29) Keith Busch wrote: > > > On Thu, Jul 28, 2016 at 03:33:03PM -0400, Paul Gortmaker wrote: > > > The Kconf

Re: [PATCH -next] PCI/PCIe: make DPC explicitly non-modular

2016-08-22 Thread Bjorn Helgaas
Hi Paul, On Thu, Jul 28, 2016 at 05:28:02PM -0400, Paul Gortmaker wrote: > [Re: [PATCH -next] PCI/PCIe: make DPC explicitly non-modular] On 28/07/2016 > (Thu 16:29) Keith Busch wrote: > > > On Thu, Jul 28, 2016 at 03:33:03PM -0400, Paul Gortmaker wrote: > > > The Kconf

Re: [PATCH -next] PCI/PCIe: make DPC explicitly non-modular

2016-07-28 Thread Paul Gortmaker
[Re: [PATCH -next] PCI/PCIe: make DPC explicitly non-modular] On 28/07/2016 (Thu 16:29) Keith Busch wrote: > On Thu, Jul 28, 2016 at 03:33:03PM -0400, Paul Gortmaker wrote: > > The Kconfig currently controlling compilation of this code is: > > > > drivers/pci/pcie/Kc

Re: [PATCH -next] PCI/PCIe: make DPC explicitly non-modular

2016-07-28 Thread Paul Gortmaker
[Re: [PATCH -next] PCI/PCIe: make DPC explicitly non-modular] On 28/07/2016 (Thu 16:29) Keith Busch wrote: > On Thu, Jul 28, 2016 at 03:33:03PM -0400, Paul Gortmaker wrote: > > The Kconfig currently controlling compilation of this code is: > > > > drivers/pci/pcie/Kc

Re: [PATCH -next] PCI/PCIe: make DPC explicitly non-modular

2016-07-28 Thread Keith Busch
On Thu, Jul 28, 2016 at 03:33:03PM -0400, Paul Gortmaker wrote: > The Kconfig currently controlling compilation of this code is: > > drivers/pci/pcie/Kconfig:config PCIE_DPC > drivers/pci/pcie/Kconfig: bool "PCIe Downstream Port Containment > support" > > ...meaning that it currently is

Re: [PATCH -next] PCI/PCIe: make DPC explicitly non-modular

2016-07-28 Thread Keith Busch
On Thu, Jul 28, 2016 at 03:33:03PM -0400, Paul Gortmaker wrote: > The Kconfig currently controlling compilation of this code is: > > drivers/pci/pcie/Kconfig:config PCIE_DPC > drivers/pci/pcie/Kconfig: bool "PCIe Downstream Port Containment > support" > > ...meaning that it currently is

[PATCH -next] PCI/PCIe: make DPC explicitly non-modular

2016-07-28 Thread Paul Gortmaker
The Kconfig currently controlling compilation of this code is: drivers/pci/pcie/Kconfig:config PCIE_DPC drivers/pci/pcie/Kconfig: bool "PCIe Downstream Port Containment support" ...meaning that it currently is not being built as a module by anyone. Lets remove the modular code that is

[PATCH -next] PCI/PCIe: make DPC explicitly non-modular

2016-07-28 Thread Paul Gortmaker
The Kconfig currently controlling compilation of this code is: drivers/pci/pcie/Kconfig:config PCIE_DPC drivers/pci/pcie/Kconfig: bool "PCIe Downstream Port Containment support" ...meaning that it currently is not being built as a module by anyone. Lets remove the modular code that is