Re: [PATCH] PCI: export MSI mode using attributes, not kobjects

2013-12-13 Thread Bjorn Helgaas
On Thu, Dec 12, 2013 at 10:59 PM, Yinghai Lu wrote: > On Thu, Dec 12, 2013 at 8:32 PM, Bjorn Helgaas wrote: >> No problem. I have >> >> CONFIG_LOCKDEP_SUPPORT=y >> CONFIG_LOCKDEP=y >> CONFIG_DEBUG_LOCKDEP=y >> >> and I still don't see the problem booting the qemu q35 model. >> Whatever, I folded

Re: [PATCH] PCI: export MSI mode using attributes, not kobjects

2013-12-12 Thread Yinghai Lu
On Thu, Dec 12, 2013 at 8:32 PM, Bjorn Helgaas wrote: > No problem. I have > > CONFIG_LOCKDEP_SUPPORT=y > CONFIG_LOCKDEP=y > CONFIG_DEBUG_LOCKDEP=y > > and I still don't see the problem booting the qemu q35 model. > Whatever, I folded it in anyway. Does qemu q35 use MSI? Yinghai -- To unsubscri

Re: [PATCH] PCI: export MSI mode using attributes, not kobjects

2013-12-12 Thread Bjorn Helgaas
On Thu, Dec 12, 2013 at 7:06 PM, Greg Kroah-Hartman wrote: > On Thu, Dec 12, 2013 at 04:56:20PM -0700, Bjorn Helgaas wrote: >> On Thu, Dec 12, 2013 at 4:17 PM, Yinghai Lu wrote: >> > On Sat, Dec 7, 2013 at 12:41 PM, Bjorn Helgaas wrote: >> >> On Wed, Nov 27, 2013 at 11:46 AM, Greg Kroah-Hartman

Re: [PATCH] PCI: export MSI mode using attributes, not kobjects

2013-12-12 Thread Greg Kroah-Hartman
On Thu, Dec 12, 2013 at 04:56:20PM -0700, Bjorn Helgaas wrote: > On Thu, Dec 12, 2013 at 4:17 PM, Yinghai Lu wrote: > > On Sat, Dec 7, 2013 at 12:41 PM, Bjorn Helgaas wrote: > >> On Wed, Nov 27, 2013 at 11:46 AM, Greg Kroah-Hartman > >> wrote: > >>> From: Greg Kroah-Hartman > >>> > >>> The PCI

Re: [PATCH] PCI: export MSI mode using attributes, not kobjects

2013-12-12 Thread Bjorn Helgaas
On Thu, Dec 12, 2013 at 4:17 PM, Yinghai Lu wrote: > On Sat, Dec 7, 2013 at 12:41 PM, Bjorn Helgaas wrote: >> On Wed, Nov 27, 2013 at 11:46 AM, Greg Kroah-Hartman >> wrote: >>> From: Greg Kroah-Hartman >>> >>> The PCI MSI sysfs code is a mess with kobjects for things that don't >>> really need

Re: [PATCH] PCI: export MSI mode using attributes, not kobjects

2013-12-12 Thread Greg Kroah-Hartman
On Thu, Dec 12, 2013 at 03:17:50PM -0800, Yinghai Lu wrote: > On Sat, Dec 7, 2013 at 12:41 PM, Bjorn Helgaas wrote: > > On Wed, Nov 27, 2013 at 11:46 AM, Greg Kroah-Hartman > > wrote: > >> From: Greg Kroah-Hartman > >> > >> The PCI MSI sysfs code is a mess with kobjects for things that don't > >

Re: [PATCH] PCI: export MSI mode using attributes, not kobjects

2013-12-12 Thread Yinghai Lu
On Sat, Dec 7, 2013 at 12:41 PM, Bjorn Helgaas wrote: > On Wed, Nov 27, 2013 at 11:46 AM, Greg Kroah-Hartman > wrote: >> From: Greg Kroah-Hartman >> >> The PCI MSI sysfs code is a mess with kobjects for things that don't >> really need to be kobjects. This patch creates attributes dynamically >

Re: [PATCH] PCI: export MSI mode using attributes, not kobjects

2013-12-07 Thread Bjorn Helgaas
On Wed, Nov 27, 2013 at 11:46 AM, Greg Kroah-Hartman wrote: > From: Greg Kroah-Hartman > > The PCI MSI sysfs code is a mess with kobjects for things that don't > really need to be kobjects. This patch creates attributes dynamically > for the MSI interrupts instead of using kobjects. > > Note, th

Re: [PATCH] PCI: export MSI mode using attributes, not kobjects

2013-12-02 Thread Greg KH
On Mon, Dec 02, 2013 at 06:24:06PM -0700, Bjorn Helgaas wrote: > On Fri, Nov 29, 2013 at 10:53 AM, Greg KH wrote: > > On Fri, Nov 29, 2013 at 10:41:37AM +0100, Veaceslav Falico wrote: > >> On Wed, Nov 27, 2013 at 10:46:52AM -0800, Greg Kroah-Hartman wrote: > >> >From: Greg Kroah-Hartman > >> > >

Re: [PATCH] PCI: export MSI mode using attributes, not kobjects

2013-12-02 Thread Bjorn Helgaas
On Fri, Nov 29, 2013 at 10:53 AM, Greg KH wrote: > On Fri, Nov 29, 2013 at 10:41:37AM +0100, Veaceslav Falico wrote: >> On Wed, Nov 27, 2013 at 10:46:52AM -0800, Greg Kroah-Hartman wrote: >> >From: Greg Kroah-Hartman >> > >> >The PCI MSI sysfs code is a mess with kobjects for things that don't >>

Re: [PATCH] PCI: export MSI mode using attributes, not kobjects

2013-11-29 Thread Greg KH
On Fri, Nov 29, 2013 at 10:41:37AM +0100, Veaceslav Falico wrote: > On Wed, Nov 27, 2013 at 10:46:52AM -0800, Greg Kroah-Hartman wrote: > >From: Greg Kroah-Hartman > > > >The PCI MSI sysfs code is a mess with kobjects for things that don't > >really need to be kobjects. This patch creates attribu

Re: [PATCH] PCI: export MSI mode using attributes, not kobjects

2013-11-29 Thread Veaceslav Falico
On Wed, Nov 27, 2013 at 10:46:52AM -0800, Greg Kroah-Hartman wrote: From: Greg Kroah-Hartman The PCI MSI sysfs code is a mess with kobjects for things that don't really need to be kobjects. This patch creates attributes dynamically for the MSI interrupts instead of using kobjects. Note, this

Re: [PATCH] PCI: export MSI mode using attributes, not kobjects

2013-11-28 Thread Neil Horman
On Wed, Nov 27, 2013 at 10:46:52AM -0800, Greg Kroah-Hartman wrote: > From: Greg Kroah-Hartman > > The PCI MSI sysfs code is a mess with kobjects for things that don't > really need to be kobjects. This patch creates attributes dynamically > for the MSI interrupts instead of using kobjects. > >