All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PATCH] Driver Core fixes for 2.6.17-rc3
@ 2006-04-27 20:15 Greg KH
  2006-04-27 20:18 ` [PATCH 1/5] Frame buffer: remove cmap sysfs interface Greg KH
  0 siblings, 1 reply; 6+ messages in thread
From: Greg KH @ 2006-04-27 20:15 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel

Here are some driver core fixes for 2.6.17-rc1.  They contain the
following changes:
	- documentation update
	- remove frame buffer sysfs file as it no longer works at all
	  due to sysfs core change (this is intentional, the file should
	  be a binary sysfs file not a text one.)
	- fix a build issue for DEBUGFS
	- fix a build issue for different CONFIG_HOTPLUG and CONFIG_NET
	  values.
	- remove some unused kobject exports.

All of these patches have been in the -mm tree for a number of weeks.

Please pull from:
	rsync://rsync.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     |    3 +
 drivers/video/fbsysfs.c |   92 +-----------------------------------------------
 include/linux/debugfs.h |    5 +-
 include/linux/kobject.h |    3 -
 lib/kobject.c           |    7 +--
 lib/kobject_uevent.c    |    8 +++-
 6 files changed, 17 insertions(+), 101 deletions(-)

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

Adrian Bunk:
      Kobject: possible cleanups

Jean Delvare:
      Fix OCFS2 warning when DEBUG_FS is not enabled

Jon Smirl:
      Frame buffer: remove cmap sysfs interface

Kay Sievers:
      Kobject: fix build error

Paolo Ciarrocchi:
      Added URI of "linux kernel development process"


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

end of thread, other threads:[~2006-04-27 20:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-27 20:15 [GIT PATCH] Driver Core fixes for 2.6.17-rc3 Greg KH
2006-04-27 20:18 ` [PATCH 1/5] Frame buffer: remove cmap sysfs interface Greg KH
2006-04-27 20:18   ` [PATCH 2/5] Kobject: fix build error Greg KH
2006-04-27 20:18     ` [PATCH 3/5] Fix OCFS2 warning when DEBUG_FS is not enabled Greg KH
2006-04-27 20:18       ` [PATCH 4/5] Kobject: possible cleanups Greg KH
2006-04-27 20:18         ` [PATCH 5/5] Added URI of "linux kernel development process" Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.