Re: [PATCH] Driver core: fix refcounting bug

2007-01-16 Thread Greg KH
On Mon, Jan 08, 2007 at 11:06:44AM -0500, Alan Stern wrote: > This patch (as832) fixes a newly-introduced bug in the driver core. > When a kobject is assigned to a kset, it must acquire a reference to > the kset. > > Signed-off-by: Alan Stern <[EMAIL PROTECTED]> > > --- > > The bug was introduce

Re: [PATCH] Driver core: fix refcounting bug

2007-01-09 Thread Alan Stern
On Mon, 8 Jan 2007, Greg KH wrote: > On Mon, Jan 08, 2007 at 08:23:59PM -0800, Andrew Morton wrote: > > On Mon, 8 Jan 2007 11:06:44 -0500 (EST) > > Alan Stern <[EMAIL PROTECTED]> wrote: > > > > > This patch (as832) fixes a newly-introduced bug in the driver core. > > > When a kobject is assigned

Re: [PATCH] Driver core: fix refcounting bug

2007-01-08 Thread Greg KH
On Mon, Jan 08, 2007 at 08:23:59PM -0800, Andrew Morton wrote: > On Mon, 8 Jan 2007 11:06:44 -0500 (EST) > Alan Stern <[EMAIL PROTECTED]> wrote: > > > This patch (as832) fixes a newly-introduced bug in the driver core. > > When a kobject is assigned to a kset, it must acquire a reference to > > th

Re: [PATCH] Driver core: fix refcounting bug

2007-01-08 Thread Andrew Morton
On Mon, 8 Jan 2007 11:06:44 -0500 (EST) Alan Stern <[EMAIL PROTECTED]> wrote: > This patch (as832) fixes a newly-introduced bug in the driver core. > When a kobject is assigned to a kset, it must acquire a reference to > the kset. > > Signed-off-by: Alan Stern <[EMAIL PROTECTED]> > > --- > > Th