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] more sysfs and driver core patches for 2.6.22
Date: Wed, 18 Jul 2007 16:24:00 -0700 [thread overview]
Message-ID: <20070718232400.GC4620@kroah.com> (raw)
Here are some more driver core and sysfs patches against your 2.6.22 git
tree.
They fix some bugs in the last big sysfs merge (thanks to Tejun for
finding and fixing them so quickly) and some other minor stuff all over
the place.
Some of these have been in the -mm tree for a while.
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/CodingStyle | 20 +++-
Documentation/HOWTO | 3 +
Documentation/driver-model/devres.txt | 2 +-
Documentation/feature-removal-schedule.txt | 4 +-
drivers/base/core.c | 168 +++++++++++++++++++++-------
drivers/base/power/Makefile | 2 +-
drivers/base/power/power.h | 5 -
drivers/base/power/runtime.c | 85 --------------
drivers/base/power/sysfs.c | 66 -----------
drivers/pcmcia/ds.c | 40 ++++++-
drivers/usb/core/driver.c | 7 -
fs/debugfs/inode.c | 5 -
fs/sysfs/dir.c | 25 +++--
fs/sysfs/file.c | 9 +-
fs/sysfs/inode.c | 2 +-
fs/sysfs/mount.c | 10 +-
fs/sysfs/symlink.c | 12 ++-
fs/sysfs/sysfs.h | 1 -
include/linux/device.h | 10 ++
include/linux/kobject.h | 25 +++--
include/linux/pm.h | 11 --
kernel/power/Kconfig | 12 --
lib/kobject_uevent.c | 30 ++----
23 files changed, 253 insertions(+), 301 deletions(-)
delete mode 100644 drivers/base/power/runtime.c
---------------
Akinobu Mita (1):
sysfs: avoid kmem_cache_free(NULL)
Alan Stern (2):
PM: Remove deprecated sysfs files
PM: remove deprecated dpm_runtime_* routines
Brandon Philips (1):
Documentation fix devres.txt: lib/iomap.c -> lib/devres.c
Cornelia Huck (1):
Driver core: check return code of sysfs_create_link()
David Brownell (2):
dev_vdbg(), available with -DVERBOSE_DEBUG
dev_vdbg() documentation
Jens Axboe (1):
debugfs: remove rmdir() non-empty complaint
Kay Sievers (1):
Driver core: accept all valid action-strings in uevent-trigger
Paolo Ciarrocchi (1):
HOWTO: Add the knwon_regression URI to the documentation
Tejun Heo (4):
sysfs: fix sysfs root inode nlink accounting
sysfs: make sysfs_init_inode() static
sysfs: kill an extra put in sysfs_create_link() failure path
sysfs: cosmetic clean up on node creation failure paths
next reply other threads:[~2007-07-18 23:26 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-18 23:24 Greg KH [this message]
2007-07-18 23:25 ` [PATCH 01/14] debugfs: remove rmdir() non-empty complaint Greg Kroah-Hartman
2007-07-18 23:25 ` [PATCH 02/14] Driver core: accept all valid action-strings in uevent-trigger Greg Kroah-Hartman
2007-07-18 23:25 ` [PATCH 03/14] PM: Remove deprecated sysfs files Greg Kroah-Hartman
2007-07-18 23:25 ` [PATCH 04/14] PM: remove deprecated dpm_runtime_* routines Greg Kroah-Hartman
2007-07-18 23:25 ` [PATCH 05/14] sysfs: avoid kmem_cache_free(NULL) Greg Kroah-Hartman
2007-07-18 23:25 ` [PATCH 06/14] Documentation fix devres.txt: lib/iomap.c -> lib/devres.c Greg Kroah-Hartman
2007-07-18 23:25 ` [PATCH 07/14] sysfs: fix sysfs root inode nlink accounting Greg Kroah-Hartman
2007-07-18 23:25 ` [PATCH 08/14] sysfs: make sysfs_init_inode() static Greg Kroah-Hartman
2007-07-18 23:25 ` [PATCH 09/14] dev_vdbg(), available with -DVERBOSE_DEBUG Greg Kroah-Hartman
2007-07-18 23:25 ` [PATCH 10/14] dev_vdbg() documentation Greg Kroah-Hartman
2007-07-18 23:25 ` [PATCH 11/14] HOWTO: Add the knwon_regression URI to the documentation Greg Kroah-Hartman
2007-07-18 23:25 ` [PATCH 12/14] Driver core: check return code of sysfs_create_link() Greg Kroah-Hartman
2007-07-18 23:25 ` [PATCH 13/14] sysfs: kill an extra put in sysfs_create_link() failure path Greg Kroah-Hartman
2007-07-18 23:25 ` [PATCH 14/14] sysfs: cosmetic clean up on node creation failure paths Greg Kroah-Hartman
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=20070718232400.GC4620@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 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.