public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PATCH] driver core fixes for 2.6.32-git
@ 2009-10-30 22:09 Greg KH
  2009-10-30 22:54 ` [PATCH 1/9] Driver core: fix driver_register() return value Greg Kroah-Hartman
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: Greg KH @ 2009-10-30 22:09 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel

Here are 2 bugfixes for the driver core code for your .32 git tree, and
7 documentation updates.

They do:
	- prevent platform devices from being able to be unbound/bound
	  from userspace.  This solves an issue that some people were
	  having with keyboards.
	- pass the proper error value back to userspace when a driver is
	  already bound to a device.
	- cpu sysfs file documentation updates.


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

All 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

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

 .../ABI/testing/sysfs-devices-cache_disable        |   18 ---
 Documentation/ABI/testing/sysfs-devices-system-cpu |  156 ++++++++++++++++++++
 Documentation/cputopology.txt                      |   47 ++++--
 drivers/base/bus.c                                 |   17 ++-
 drivers/base/driver.c                              |    2 +-
 drivers/base/platform.c                            |    6 +-
 include/linux/device.h                             |    4 +-
 7 files changed, 206 insertions(+), 44 deletions(-)
 delete mode 100644 Documentation/ABI/testing/sysfs-devices-cache_disable
 create mode 100644 Documentation/ABI/testing/sysfs-devices-system-cpu

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

Alex Chiang (7):
      Documentation: ABI: rename sysfs-devices-cache_disable properly
      Documentation: ABI: document /sys/devices/system/cpu/
      Documentation: ABI: /sys/devices/system/cpu/ topology files
      Documentation: ABI: /sys/devices/system/cpu/cpu#/ topology files
      Documentation: ABI: /sys/devices/system/cpu/sched_[mc|smt]_power_savings
      Documentation: ABI: /sys/devices/system/cpu/cpuidle/
      Documentation: ABI: /sys/devices/system/cpu/cpu#/node

Dmitry Torokhov (1):
      Driver core: allow certain drivers prohibit bind/unbind via sysfs

Stas Sergeev (1):
      Driver core: fix driver_register() return value


^ permalink raw reply	[flat|nested] 11+ messages in thread
* [GIT PATCH] driver core fixes for 2.6.32-git
@ 2009-10-14 23:04 Greg KH
  0 siblings, 0 replies; 11+ messages in thread
From: Greg KH @ 2009-10-14 23:04 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel

Here are 2 bugfixes for the driver core code for your .32 git tree.

They do:
	- fix sysfs_move_dir()
	- fix sysfs interrupt context issue that was being triggered by
	  users.


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

All of these patches have been in the linux-next and mm trees for a
long time.

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

thanks,

greg k-h

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

 fs/sysfs/dir.c  |    3 ++-
 fs/sysfs/file.c |   14 ++++++++------
 2 files changed, 10 insertions(+), 7 deletions(-)

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

Cornelia Huck (1):
      sysfs: Allow sysfs_move_dir(..., NULL) again.

Neil Brown (1):
      sysfs: Allow sysfs_notify_dirent to be called from interrupt context.


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2009-10-30 22:55 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-30 22:09 [GIT PATCH] driver core fixes for 2.6.32-git Greg KH
2009-10-30 22:54 ` [PATCH 1/9] Driver core: fix driver_register() return value Greg Kroah-Hartman
2009-10-30 22:54 ` [PATCH 2/9] Driver core: allow certain drivers prohibit bind/unbind via sysfs Greg Kroah-Hartman
2009-10-30 22:54 ` [PATCH 3/9] Documentation: ABI: rename sysfs-devices-cache_disable properly Greg Kroah-Hartman
2009-10-30 22:54 ` [PATCH 4/9] Documentation: ABI: document /sys/devices/system/cpu/ Greg Kroah-Hartman
2009-10-30 22:54 ` [PATCH 5/9] Documentation: ABI: /sys/devices/system/cpu/ topology files Greg Kroah-Hartman
2009-10-30 22:54 ` [PATCH 6/9] Documentation: ABI: /sys/devices/system/cpu/cpu#/ " Greg Kroah-Hartman
2009-10-30 22:54 ` [PATCH 7/9] Documentation: ABI: /sys/devices/system/cpu/sched_[mc|smt]_power_savings Greg Kroah-Hartman
2009-10-30 22:54 ` [PATCH 8/9] Documentation: ABI: /sys/devices/system/cpu/cpuidle/ Greg Kroah-Hartman
2009-10-30 22:54 ` [PATCH 9/9] Documentation: ABI: /sys/devices/system/cpu/cpu#/node Greg Kroah-Hartman
  -- strict thread matches above, loose matches on Subject: below --
2009-10-14 23:04 [GIT PATCH] driver core fixes for 2.6.32-git Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox