lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Tue, 7 Oct 2014 15:32:56 -0700
From:	Greg KH <gregkh@...uxfoundation.org>
To:	Linus Torvalds <torvalds@...ux-foundation.org>,
	Andrew Morton <akpm@...ux-foundation.org>
Cc:	linux-kernel@...r.kernel.org, Tejun Heo <tj@...nel.org>
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@...uxfoundation.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ