LWN.net Logo

More Driver Core patches for 2.6.10-rc1

From:  Greg KH <greg@kroah.com>
To:  torvalds@osdl.org, akpm@osdl.org
Subject:  [BK PATCH] More Driver Core patches for 2.6.10-rc1
Date:  Thu, 4 Nov 2004 16:47:46 -0800
Cc:  linux-kernel@vger.kernel.org

Hi,

Here are some more driver core and sysfs fixes for 2.6.10-rc1.  They fix
a number of little bugs that people have been reporting over the past
week with the recent sysfs changes, and also the kevent changes.  The
kevent stuff also now has a proper MAINTAINERS entry, and we now export
a few more environment variables through the hotplug interface to make
userspace programs have an easier time trying to figure out how to deal
with devices properly.

Please pull from:
	bk://kernel.bkbits.net/gregkh/linux/driver-2.6

thanks,

greg k-h

p.s. I'll send these as patches in response to this email to lkml for
those who want to see them.

 MAINTAINERS           |    6 ++
 drivers/base/bus.c    |  101 +++++++++++++++++++++++++++++---------------------
 drivers/base/class.c  |   26 ++++++++++++
 drivers/base/core.c   |    6 +-
 drivers/block/genhd.c |   40 +++++++++++++++++++
 fs/sysfs/dir.c        |    6 +-
 fs/sysfs/file.c       |    4 +
 fs/sysfs/inode.c      |    5 --
 fs/sysfs/mount.c      |    2 
 fs/sysfs/symlink.c    |   17 ++++----
 fs/sysfs/sysfs.h      |    2 
 lib/kobject.c         |    1 
 lib/kobject_uevent.c  |    8 +--
 13 files changed, 154 insertions(+), 70 deletions(-)
-----

Adrian Bunk:
  o small sysfs cleanups

Greg Kroah-Hartman:
  o kevent: fix build error if CONFIG_KOBJECT_UEVENT is not selected

Kay Sievers:
  o add the physical device and the bus to the hotplug environment

Maneesh Soni:
  o fix kernel BUG at fs/sysfs/dir.c:20!
  o sysfs: fix sysfs backing store error path confusion

Robert Love:
  o kobject_uevent: add MAINTAINER entry
  o kobject_uevent: fix init ordering

Tejun Heo:
  o driver-model: device_add() error path reference counting fix
  o driver-model: kobject_add() error path reference counting fix
  o driver-model: sysfs_release() dangling pointer reference fix
  o driver-model: bus_recan_devices() locking fix
  o driver-model: comment fix in bus.c

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

Copyright © 2004, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds
Powered by Rackspace Managed Hosting.