public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@suse.de>
To: Linus Torvalds <torvalds@osdl.org>, Andrew Morton <akpm@osdl.org>
Cc: linux-kernel@vger.kernel.org
Subject: [GIT PATCH] Driver Core and sysfs patches for 2.6.17-rc1
Date: Fri, 14 Apr 2006 13:00:37 -0700	[thread overview]
Message-ID: <20060414200037.GA5478@kroah.com> (raw)

Here are some driver core and sysfs patches for 2.6.17-rc1.  They contain
the following changes:
	- allow sysfs files to be polled (this missed the initial
	  2.6.16-git merge due to the patch being reworked by Neil.  It
	  has been included in the -mm tree for a number of months now
	  with no reported issues.  Sorry for missing this one the first
	  time around this cycle)
	- fix bug in manual binding of devices to drivers.
	- report the offending driver when suspend fails
	- fix partition scanning and reporting to userspace (was being
	  reported before the scanning was finished, which isn't very
	  nice.)
	- few other minor bugfixes and build fixes.

All of these patches have been in the -mm tree for a number of weeks, if
not months (in the case of the sysfs poll patch).

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


 arch/i386/kernel/Makefile    |    2 -
 arch/ia64/kernel/Makefile    |    3 -
 arch/x86_64/kernel/Makefile  |    4 --
 drivers/base/bus.c           |    5 ++
 drivers/base/class.c         |   13 +++----
 drivers/base/dd.c            |    2 -
 drivers/base/power/suspend.c |   12 ++++++
 drivers/firmware/Makefile    |    3 +
 drivers/firmware/dmi_scan.c  |   12 +++---
 drivers/md/md.c              |    1 
 drivers/pci/pci-driver.c     |    6 ++-
 drivers/pci/pci.c            |    6 ++-
 drivers/usb/core/hcd-pci.c   |    7 +--
 fs/partitions/check.c        |   38 ++++++++++++++++-----
 fs/sysfs/dir.c               |    1 
 fs/sysfs/file.c              |   76 +++++++++++++++++++++++++++++++++++++++++++
 fs/sysfs/sysfs.h             |    1 
 include/linux/genhd.h        |    1 
 include/linux/kobject.h      |    2 +
 include/linux/pm.h           |    8 ++++
 include/linux/sysfs.h        |    6 +++
 lib/kobject.c                |    1 
 22 files changed, 173 insertions(+), 37 deletions(-)

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

Alan Stern:
      driver core: safely unbind drivers for devices not on a bus

Andrew Morton:
      pm: print name of failed suspend function

Bjorn Helgaas:
      DMI: move dmi_scan.c from arch/i386 to drivers/firmware/

Jayachandran C:
      driver core: fix unnecessary NULL check in drivers/base/class.c

Kay Sievers:
      BLOCK: delay all uevents until partition table is scanned

NeilBrown:
      sysfs: Allow sysfs attribute files to be pollable

Ryan Wilson:
      driver core: driver_bind attribute returns incorrect value


             reply	other threads:[~2006-04-14 20:01 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-04-14 20:00 Greg KH [this message]
2006-04-14 20:09 ` [PATCH 1/7] sysfs: Allow sysfs attribute files to be pollable Greg KH
2006-04-14 20:09   ` [PATCH 2/7] driver core: safely unbind drivers for devices not on a bus Greg KH
2006-04-14 20:09     ` [PATCH 3/7] BLOCK: delay all uevents until partition table is scanned Greg KH
2006-04-14 20:09       ` [PATCH 4/7] driver core: fix unnecessary NULL check in drivers/base/class.c Greg KH
2006-04-14 20:09         ` [PATCH 5/7] driver core: driver_bind attribute returns incorrect value Greg KH
2006-04-14 20:09           ` [PATCH 6/7] pm: print name of failed suspend function Greg KH
2006-04-14 20:09             ` [PATCH 7/7] DMI: move dmi_scan.c from arch/i386 to drivers/firmware/ Greg KH

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20060414200037.GA5478@kroah.com \
    --to=gregkh@suse.de \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@osdl.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox