From: Greg KH <gregkh@linuxfoundation.org>
To: Linus Torvalds <torvalds@linux-foundation.org>,
Andrew Morton <akpm@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org
Subject: [GIT PATCH] Driver core fixes for 3.10-rc3
Date: Thu, 23 May 2013 09:16:19 -0700 [thread overview]
Message-ID: <20130523161619.GA14545@kroah.com> (raw)
The following changes since commit f722406faae2d073cc1d01063d1123c35425939e:
Linux 3.10-rc1 (2013-05-11 17:14:08 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git/ tags/driver-core-3.10-rc2
for you to fetch changes up to ac5a2962b02f57dea76d314ef2521a2170b28ab6:
klist: del waiter from klist_remove_waiters before wakeup waitting process (2013-05-21 10:16:39 -0700)
----------------------------------------------------------------
Driver core fixes for 3.10-rc2
Here are 3 tiny driver core fixes for 3.10-rc2.
A needed symbol export, a change to make it easier to track down
offending sysfs files with incorrect attributes, and a klist bugfix.
All have been in linux-next for a while.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----------------------------------------------------------------
Greg Kroah-Hartman (1):
driver core: export subsys_virtual_register
dyoung@redhat.com (1):
driver core: print sysfs attribute name when warning about bogus permissions
wang, biao (1):
klist: del waiter from klist_remove_waiters before wakeup waitting process
drivers/base/bus.c | 1 +
drivers/base/core.c | 6 ++++--
lib/klist.c | 2 +-
3 files changed, 6 insertions(+), 3 deletions(-)
reply other threads:[~2013-05-23 16:16 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20130523161619.GA14545@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.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