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, Tejun Heo <tj@kernel.org>
Subject: [GIT PULL] Driver core patches for 3.18-rc1
Date: Tue, 7 Oct 2014 15:32:56 -0700 [thread overview]
Message-ID: <20141007223256.GA5547@kroah.com> (raw)
The following changes since commit 9e82bf014195d6f0054982c463575cdce24292be:
Linux 3.17-rc5 (2014-09-14 17:50:12 -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.18-rc1
for you to fetch changes up to 906d201530f2c52aeb4eee31895c71cdccf1e9a0:
dynamic_debug: change __dynamic_<foo>_dbg return types to void (2014-10-03 14:55:48 -0700)
----------------------------------------------------------------
Driver core patches for 3.18-rc1
Here's the driver core patches for 3.18-rc1. Just a few small things,
and the addition of a new interface to dump firmware "core dumps" to
userspace through sysfs that the wireless and graphic drivers want to
use.
All of these have been in linux-next for a while.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----------------------------------------------------------------
Ben Hutchings (1):
drivers/base: Fix length checks in create_syslog_header()/dev_vprintk_emit()
Darren Hart (1):
Documentation/sysfs-rules.txt: Add device attribute error code documentation
Geert Uytterhoeven (2):
Documentation: devres: Add missing devm_kstrdup() managed interface
devres: Improve devm_kasprintf()/kvasprintf() support
Joe Perches (1):
dynamic_debug: change __dynamic_<foo>_dbg return types to void
Johannes Berg (1):
device coredump: add new device coredump class
Kees Cook (1):
firmware_class: make sure fw requests contain a name
Thierry Reding (1):
driver core: Remove kerneldoc from local function
Tina Johnson (2):
attribute_container: fix whitespace errors
attribute_container: fix coding style issues
Tobias Klauser (1):
Documentation: devres: Add missing IRQ functions
Yasuaki Ishimatsu (1):
driver/base/node: remove unnecessary kfree of node struct from unregister_one_node
Documentation/driver-model/devres.txt | 5 +
Documentation/sysfs-rules.txt | 21 +++
MAINTAINERS | 7 +
drivers/base/Kconfig | 21 +++
drivers/base/Makefile | 1 +
drivers/base/attribute_container.c | 14 +-
drivers/base/core.c | 9 ++
drivers/base/dd.c | 2 +-
drivers/base/devcoredump.c | 265 ++++++++++++++++++++++++++++++++++
drivers/base/devres.c | 15 +-
drivers/base/firmware_class.c | 3 +
drivers/base/node.c | 1 -
include/linux/devcoredump.h | 35 +++++
include/linux/device.h | 4 +-
include/linux/dynamic_debug.h | 12 +-
lib/dynamic_debug.c | 50 +++----
16 files changed, 411 insertions(+), 54 deletions(-)
create mode 100644 drivers/base/devcoredump.c
create mode 100644 include/linux/devcoredump.h
reply other threads:[~2014-10-07 22:32 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=20141007223256.GA5547@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=tj@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 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.