public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PATCH] Driver Core fixes for 2.6.19-rc2
@ 2006-10-18 19:58 Greg KH
  2006-10-18 20:08 ` [PATCH 1/16] Documentation: feature-removal-schedule typo Greg KH
  0 siblings, 1 reply; 17+ messages in thread
From: Greg KH @ 2006-10-18 19:58 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel

Here are some driver core and sysfs fixes for 2.6.19-rc2.

All of these patches have been in the -mm tree for a quite a while.

Please pull from:
	git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6.git/
or if master.kernel.org hasn't synced up yet:
	master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6.git/

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

thanks,

greg k-h


 Documentation/HOWTO                        |   20 +++++
 Documentation/feature-removal-schedule.txt |    2 -
 drivers/base/bus.c                         |  108 +++++++++++++++++-----------
 drivers/base/class.c                       |    5 +
 drivers/base/core.c                        |   26 +++++--
 drivers/base/dd.c                          |    4 +
 drivers/base/dmapool.c                     |   13 +++
 drivers/base/topology.c                    |    3 -
 fs/sysfs/file.c                            |    7 --
 9 files changed, 123 insertions(+), 65 deletions(-)

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

Akinobu Mita:
      driver core: kmalloc() failure check in driver_probe_device

Alan Stern:
      Driver core: Don't ignore error returns from probing

Cornelia Huck:
      driver core fixes: sysfs_create_link() retval check in class.c
      driver core fixes: bus_add_attrs() retval check
      driver core fixes: bus_add_device() cleanup on error
      driver core fixes: device_add() cleanup on error
      driver core fixes: device_create_file() retval check in dmapool.c
      driver core fixes: sysfs_create_group() retval in topology.c

Diego Calleja:
      HOWTO: bug report addition

Dominik Brodowski:
      Documentation: feature-removal-schedule typo

Duncan Sands:
      Driver core: plug device probe memory leak

Hidetoshi Seto:
      sysfs: remove duplicated dput in sysfs_update_file
      sysfs: update obsolete comment in sysfs_update_file

Jeff Garzik:
      Driver core: bus: remove indentation level

Jesper Juhl:
      Driver core: Don't leak 'old_class_name' in drivers/base/core.c::device_rename()

Matthew Wilcox:
      Fix dev_printk() is now GPL-only


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

end of thread, other threads:[~2006-10-18 20:19 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-18 19:58 [GIT PATCH] Driver Core fixes for 2.6.19-rc2 Greg KH
2006-10-18 20:08 ` [PATCH 1/16] Documentation: feature-removal-schedule typo Greg KH
2006-10-18 20:08   ` [PATCH 2/16] Driver core: plug device probe memory leak Greg KH
2006-10-18 20:08     ` [PATCH 3/16] Fix dev_printk() is now GPL-only Greg KH
2006-10-18 20:08       ` [PATCH 4/16] HOWTO: bug report addition Greg KH
2006-10-18 20:08         ` [PATCH 5/16] sysfs: remove duplicated dput in sysfs_update_file Greg KH
2006-10-18 20:08           ` [PATCH 6/16] sysfs: update obsolete comment " Greg KH
2006-10-18 20:08             ` [PATCH 7/16] driver core fixes: sysfs_create_link() retval check in class.c Greg KH
2006-10-18 20:08               ` [PATCH 8/16] driver core fixes: bus_add_attrs() retval check Greg KH
2006-10-18 20:09                 ` [PATCH 9/16] driver core fixes: bus_add_device() cleanup on error Greg KH
2006-10-18 20:09                   ` [PATCH 10/16] driver core fixes: device_add() " Greg KH
2006-10-18 20:09                     ` [PATCH 11/16] driver core fixes: device_create_file() retval check in dmapool.c Greg KH
2006-10-18 20:09                       ` [PATCH 12/16] driver core fixes: sysfs_create_group() retval in topology.c Greg KH
2006-10-18 20:09                         ` [PATCH 13/16] Driver core: Don't leak 'old_class_name' in drivers/base/core.c::device_rename() Greg KH
2006-10-18 20:09                           ` [PATCH 14/16] Driver core: Don't ignore error returns from probing Greg KH
2006-10-18 20:09                             ` [PATCH 15/16] Driver core: bus: remove indentation level Greg KH
2006-10-18 20:09                               ` [PATCH 16/16] driver core: kmalloc() failure check in driver_probe_device Greg KH

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