[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20071031050954.GA3791@kroah.com>
Date: Tue, 30 Oct 2007 22:09:54 -0700
From: Greg KH <gregkh@...e.de>
To: Linus Torvalds <torvalds@...l.org>, Andrew Morton <akpm@...l.org>
Cc: linux-kernel@...r.kernel.org
Subject: [GIT PATCH] driver core fixes for 2.6.24-rc1
Here are some driver core bugfixes and tweaks for 2.6.24-rc1. It fixes
the much-reported sysfs traceback when renaming network devices when
CONFIG_SYSFS_DEPRECATED is enabled.
There is also a documentation translation and typo fix, and some other
minor things.
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/SubmittingPatches | 4 +-
Documentation/ja_JP/SubmittingPatches | 556 +++++++++++++++++++++++++++++++++
drivers/base/class.c | 18 -
drivers/base/core.c | 6 +-
fs/sysfs/dir.c | 4 +-
fs/sysfs/sysfs.h | 2 -
include/linux/device.h | 4 -
lib/kobject.c | 13 +
8 files changed, 576 insertions(+), 31 deletions(-)
create mode 100644 Documentation/ja_JP/SubmittingPatches
---------------
Adrian Bunk (1):
sysfs: make sysfs_{get,put}_active() static
Greg Kroah-Hartman (2):
Driver core: remove class_device_*_bin_file
kobject: check for duplicate names in kobject_rename
Kay Sievers (1):
Driver Core: fix bug in device_rename() for SYSFS_DEPRECATED=y
Keiichi Kii (2):
fix typo in SubmittingPatches
add SubmittingPatches to Documentation/ja_JP
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists