lkml.org 
[lkml]   [2014]   [Oct]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
Subject[GIT PULL] Driver core patches for 3.18-rc1
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


\
 
 \ /
  Last update: 2014-10-08 01:01    [W:0.395 / U:0.180 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site