From: Greg KH on
Here are two 2.6.33-rc8 patches for the driver core:

They fix:
- memory leak fix for when struct class is removed from the
system.
- regression fix for sysfs loosing their attributes.

Please pull from:
master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-core-2.6.git/

Both of these patches have been in the linux-next and mm trees for a
while.

The patches will be sent as a follow-on to this message to lkml for
people to see.

thanks,

greg k-h

------------

drivers/base/class.c | 2 ++
fs/sysfs/inode.c | 35 +++++++++++++++++------------------
2 files changed, 19 insertions(+), 18 deletions(-)

---------------

Eric W. Biederman (1):
sysfs: sysfs_sd_setattr set iattrs unconditionally

Laurent Pinchart (1):
class: Free the class private data in class_release

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/