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>] [thread-next>] [day] [month] [year] [list]
Date:   Fri, 26 Oct 2018 11:02:57 +0100
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
Subject: [GIT PULL] Driver core patches for 4.20-rc1

The following changes since commit 7876320f88802b22d4e2daf7eb027dd14175a0f8:

  Linux 4.19-rc4 (2018-09-16 11:52:37 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git tags/driver-core-4.20-rc1

for you to fetch changes up to 09d1ea1c7309c8ca91151778bb3efe514f2e03ed:

  devres: provide devm_kstrdup_const() (2018-10-16 12:53:27 +0200)

----------------------------------------------------------------
Driver core patches for 4.20-rc1

Driver core patches for 4.20-rc1

Here is a small number of driver core patches for 4.20-rc1.

Not much happened here this merge window, only a very tiny number of
patches that do:
	- add BUS_ATTR_WO() for use by drivers
	- component error path fixes
	- kernfs range check fix
	- other tiny error path fixes and const changes

All of these have been in linux-next with no reported issues for a
while.

Signed-off-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>

----------------------------------------------------------------
Banajit Goswami (1):
      component: fix loop condition to call unbind() if bind() fails

Bartosz Golaszewski (3):
      devres: constify p in devm_kfree()
      mm: move is_kernel_rodata() to asm-generic/sections.h
      devres: provide devm_kstrdup_const()

Bernd Edlinger (1):
      kernfs: Fix range checks in kernfs_get_target_path

Greg Kroah-Hartman (1):
      driver core: add BUS_ATTR_WO() macro

Konstantin Khlebnikov (1):
      kernfs: update comment about kernfs_path() return value

Rasmus Villemoes (1):
      drivers/base/devtmpfs.c: don't pretend path is const in delete_path

 drivers/base/component.c       |  6 +++---
 drivers/base/devres.c          | 36 ++++++++++++++++++++++++++++++++++--
 drivers/base/devtmpfs.c        |  2 +-
 fs/kernfs/symlink.c            |  5 ++++-
 include/asm-generic/sections.h | 14 ++++++++++++++
 include/linux/device.h         |  6 +++++-
 include/linux/kernfs.h         |  9 +++++----
 mm/util.c                      |  7 -------
 8 files changed, 66 insertions(+), 19 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ