public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PATCH] More core patches for 2.6.21
@ 2007-05-03  2:09 Greg KH
  2007-05-03  2:11 ` [PATCH 1/5] Driver core: fix show_uevent from taking up way too much stack Greg Kroah-Hartman
  0 siblings, 1 reply; 6+ messages in thread
From: Greg KH @ 2007-05-03  2:09 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel

Here are some more driver core patche for 2.6.21.

They contain:
	- fix a problem with blowing up the stack in ugly ways.
	- compile warning fix
	- documentation update
	- remove 'struct subsystem' from the tree as it's pointless.  It
	  only contained one field, a struct kset, and was confusing to
	  everyone who ever had to use it.  This sets the stage for
	  further cleanups to the driver and kobject core to be much
	  saner and easier to understand.

The 'struct subsystem' removal patch has been in -mm for quite some
time, the others are all "obviously correct" :)

Please pull from:
	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/driver-model/devres.txt  |    2 +-
 arch/arm/mach-omap1/pm.c               |    6 +-
 arch/powerpc/kernel/vio.c              |    4 +-
 arch/powerpc/platforms/pseries/power.c |    8 ++--
 arch/s390/kernel/ipl.c                 |   32 ++++++------
 block/genhd.c                          |   12 ++--
 drivers/base/base.h                    |    2 +
 drivers/base/bus.c                     |   16 +++---
 drivers/base/class.c                   |   18 +++----
 drivers/base/core.c                    |   29 ++++++----
 drivers/base/firmware.c                |    6 +-
 drivers/base/platform.c                |    8 ++-
 drivers/base/power/shutdown.c          |    4 +-
 drivers/base/sys.c                     |   14 +++---
 drivers/firmware/efivars.c             |   12 ++--
 drivers/input/evdev.c                  |    4 +-
 drivers/input/joydev.c                 |    4 +-
 drivers/input/mousedev.c               |    4 +-
 drivers/input/tsdev.c                  |    4 +-
 drivers/parisc/pdc_stable.c            |   94 ++++++++++++++++----------------
 drivers/pci/hotplug/acpiphp_ibm.c      |    4 +-
 drivers/pci/hotplug/pci_hotplug_core.c |    4 +-
 fs/configfs/mount.c                    |    2 +-
 fs/debugfs/inode.c                     |    2 +-
 fs/dlm/lockspace.c                     |    2 +-
 fs/ecryptfs/main.c                     |   12 ++--
 fs/fuse/inode.c                        |    4 +-
 fs/gfs2/locking/dlm/sysfs.c            |    2 +-
 fs/gfs2/sys.c                          |    2 +-
 fs/ocfs2/cluster/masklog.c             |    4 +-
 fs/ocfs2/cluster/masklog.h             |    2 +-
 fs/ocfs2/cluster/sys.c                 |    7 +--
 fs/partitions/check.c                  |    6 +-
 fs/sysfs/bin.c                         |    2 +-
 fs/sysfs/file.c                        |   11 ++--
 include/acpi/acpi_bus.h                |    2 +-
 include/linux/device.h                 |    8 ++--
 include/linux/fs.h                     |    2 +-
 include/linux/kobject.h                |   58 +++++++++-----------
 include/linux/module.h                 |    2 +-
 include/linux/pci_hotplug.h            |    2 +-
 kernel/ksysfs.c                        |   12 ++--
 kernel/module.c                        |    8 ++-
 kernel/params.c                        |    2 +
 kernel/power/disk.c                    |   14 +++---
 kernel/power/main.c                    |   10 ++--
 kernel/power/power.h                   |    2 +-
 lib/kobject.c                          |   69 +++---------------------
 security/inode.c                       |    2 +-
 49 files changed, 244 insertions(+), 298 deletions(-)

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

Greg Kroah-Hartman (2):
      Driver core: fix show_uevent from taking up way too much stack
      remove "struct subsystem" as it is no longer needed

Jean Delvare (1):
      platform: reorder platform_device_del

Randy Dunlap (1):
      sysfs: printk format warning

Rolf Eike Beer (1):
      DOC: Fix wrong identifier name in Documentation/driver-model/devres.txt


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

end of thread, other threads:[~2007-05-03  2:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-03  2:09 [GIT PATCH] More core patches for 2.6.21 Greg KH
2007-05-03  2:11 ` [PATCH 1/5] Driver core: fix show_uevent from taking up way too much stack Greg Kroah-Hartman
2007-05-03  2:11   ` [PATCH 2/5] platform: reorder platform_device_del Greg Kroah-Hartman
2007-05-03  2:11     ` [PATCH 3/5] DOC: Fix wrong identifier name in Documentation/driver-model/devres.txt Greg Kroah-Hartman
2007-05-03  2:11       ` [PATCH 4/5] sysfs: printk format warning Greg Kroah-Hartman
2007-05-03  2:11         ` [PATCH 5/5] remove "struct subsystem" as it is no longer needed Greg Kroah-Hartman

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