From: Greg KH <gregkh@suse.de>
To: Linus Torvalds <torvalds@osdl.org>, Andrew Morton <akpm@osdl.org>
Cc: linux-kernel@vger.kernel.org,
"David S. Miller" <davem@davemloft.net>,
kay.sievers@vrfy.org, Michael_E_Brown@dell.com,
rdreier@cisco.com, htejun@gmail.com
Subject: [GIT PATCH] driver core fixes against 2.6.24-git
Date: Thu, 7 Feb 2008 12:01:40 -0800 [thread overview]
Message-ID: <20080207200140.GA4572@suse.de> (raw)
Here's 3 patches against your current git tree that fix some more
problems that have cropped up:
- whole_disk attribute file causes oopses when read from.
- the firmware class name change broke Dell machines that were
working just fine.
- we shouldn't BUG on a programming error in sysfs by the
caller, do a WARN_ON instead.
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
------------
drivers/base/firmware_class.c | 3 ++-
fs/partitions/check.c | 17 ++++++++++-------
fs/sysfs/group.c | 7 ++++++-
3 files changed, 18 insertions(+), 9 deletions(-)
---------------
Greg Kroah-Hartman (2):
Block: Fix whole_disk attribute bug
sysfs: remove BUG_ON() from sysfs_remove_group()
Michael E Brown (1):
Driver core: Revert "Fix Firmware class name collision"
next reply other threads:[~2008-02-07 20:06 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-07 20:01 Greg KH [this message]
2008-02-07 20:02 ` [PATCH 1/3] Block: Fix whole_disk attribute bug Greg Kroah-Hartman
2008-02-07 20:02 ` [PATCH 2/3] Driver core: Revert "Fix Firmware class name collision" Greg Kroah-Hartman
2008-02-07 20:02 ` [PATCH 3/3] sysfs: remove BUG_ON() from sysfs_remove_group() Greg Kroah-Hartman
-- strict thread matches above, loose matches on Subject: below --
2008-02-02 23:43 [GIT PATCH] driver core fixes against 2.6.24-git 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=20080207200140.GA4572@suse.de \
--to=gregkh@suse.de \
--cc=Michael_E_Brown@dell.com \
--cc=akpm@osdl.org \
--cc=davem@davemloft.net \
--cc=htejun@gmail.com \
--cc=kay.sievers@vrfy.org \
--cc=linux-kernel@vger.kernel.org \
--cc=rdreier@cisco.com \
--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.