Re: [0/12] More Driver Model Locking Changes

2005-03-25 Thread Greg KH
On Fri, Mar 25, 2005 at 04:03:09PM -0800, Greg KH wrote: > > Oh, looks like pci express now has problems too, I'll go hit that one > next... Here's a fix for pci express. For some reason I don't think they are using the driver model properly here, but I could be wrong... thanks, greg k-h [pci

Re: [0/12] More Driver Model Locking Changes

2005-03-25 Thread Greg KH
On Fri, Mar 25, 2005 at 06:24:58PM -0800, Patrick Mochel wrote: > On Fri, 25 Mar 2005, Greg KH wrote: > > Oh, looks like pci express now has problems too, I'll go hit that one > > next... > > Bah, sorry about that. What config are you using to test, 'allmodconfig'? Yup. Looks like pci express is

Re: [0/12] More Driver Model Locking Changes

2005-03-25 Thread Patrick Mochel
On Fri, 25 Mar 2005, Greg KH wrote: > On Fri, Mar 25, 2005 at 03:39:52PM -0800, Greg KH wrote: > > But can you take a look at drivers/scsi/scsi_transport_spi.c, line 265? > > That is also going to need fixing up somehow. Gotta love that FIXME > > comment... Heh, funky. > Ok, the patch below se

Re: [0/12] More Driver Model Locking Changes

2005-03-25 Thread Greg KH
On Fri, Mar 25, 2005 at 03:39:52PM -0800, Greg KH wrote: > But can you take a look at drivers/scsi/scsi_transport_spi.c, line 265? > That is also going to need fixing up somehow. Gotta love that FIXME > comment... Ok, the patch below seems to fix it, but I would like some validation I did the cor

Re: [0/12] More Driver Model Locking Changes

2005-03-25 Thread Greg KH
On Fri, Mar 25, 2005 at 11:20:24AM -0800, Greg KH wrote: > On Thu, Mar 24, 2005 at 09:54:24PM -0800, Patrick Mochel wrote: > > > > Here is the next round of driver model locking changes. These build off of > > the previous set of changes, including the klist patch. They eradicate all > > of the us

Re: [0/12] More Driver Model Locking Changes

2005-03-25 Thread Greg KH
On Thu, Mar 24, 2005 at 09:54:24PM -0800, Patrick Mochel wrote: > > Here is the next round of driver model locking changes. These build off of > the previous set of changes, including the klist patch. They eradicate all > of the uses of the subsystems' rwsem in the driver core. > > It does includ

[0/12] More Driver Model Locking Changes

2005-03-24 Thread Patrick Mochel
Here is the next round of driver model locking changes. These build off of the previous set of changes, including the klist patch. They eradicate all of the uses of the subsystems' rwsem in the driver core. It does include the fix posted earlier that happened when removing the driver. A summary