From: Greg KH <greg@kroah.com>
To: torvalds@osdl.org, akpm@osdl.org
Cc: linux-kernel@vger.kernel.org
Subject: [BK PATCH] Driver Core patches for 2.6.10-rc1
Date: Fri, 22 Oct 2004 16:09:00 -0700 [thread overview]
Message-ID: <20041022230900.GA27093@kroah.com> (raw)
Hi,
Here are a few minot driver core changes for 2.6.10-rc1 that were laying
around and didn't make it in the last big batch of merges. Most of
these have been in the -mm tree for a while now.
No, they don't include the backing store sysfs patches, I'll get to
those next week. I'll be in the same building as Maneesh, so I know
he'll be hounding me about them... :)
Oh, and these patches will cause the wait_for_sysfs program in udev to
start spiting out a lot more warnings. It's not a bug in the kernel,
it's a userspace issue. I'll get that fixed up in the next udev
release.
Please pull from:
bk://kernel.bkbits.net/gregkh/linux/driver-2.6
thanks,
greg k-h
p.s. I'll send these as patches in response to this email to lkml for
those who want to see them.
drivers/base/bus.c | 4 +--
drivers/base/class.c | 4 +--
drivers/base/core.c | 2 -
drivers/base/cpu.c | 2 +
drivers/firmware/efivars.c | 2 -
drivers/pci/hotplug/pci_hotplug_core.c | 2 -
fs/char_dev.c | 4 +--
fs/sysfs/dir.c | 2 -
include/linux/kobject_uevent.h | 1
kernel/cpu.c | 35 ----------------------------
kernel/module.c | 2 -
lib/Kconfig.debug | 7 +++++
lib/Makefile | 7 ++++-
lib/kobject.c | 4 ---
lib/kobject_uevent.c | 40 ++++++++++++++++++++-------------
15 files changed, 53 insertions(+), 65 deletions(-)
-----
Andrew Morton:
o kobject_uevent warning fix
o kobject_hotplug: permit no hotplug_ops
Anil Keshavamurthy:
o remove cpu_run_sbin_hotplug()
Greg Kroah-Hartman:
o hotplug: prevent skips in sequence number from happening
o kobject: add CONFIG_DEBUG_KOBJECT
Stephen Hemminger:
o avoid problems with kobject_set_name and name with %
o cdev: protect against buggy drivers
next reply other threads:[~2004-10-22 23:16 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-10-22 23:09 Greg KH [this message]
2004-10-22 23:09 ` [PATCH] Driver Core patches for 2.6.10-rc1 Greg KH
2004-10-22 23:09 ` Greg KH
2004-10-22 23:09 ` Greg KH
2004-10-22 23:09 ` Greg KH
2004-10-22 23:09 ` Greg KH
2004-10-22 23:09 ` Greg KH
2004-10-22 23:09 ` Greg KH
-- strict thread matches above, loose matches on Subject: below --
2004-11-01 21:54 [BK PATCH] " 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=20041022230900.GA27093@kroah.com \
--to=greg@kroah.com \
--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.