All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Driver core patches for 4.20-rc1
@ 2018-10-26 10:02 Greg KH
  2018-10-26 15:43 ` Linus Torvalds
  0 siblings, 1 reply; 2+ messages in thread
From: Greg KH @ 2018-10-26 10:02 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel

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@linuxfoundation.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(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] Driver core patches for 4.20-rc1
  2018-10-26 10:02 [GIT PULL] Driver core patches for 4.20-rc1 Greg KH
@ 2018-10-26 15:43 ` Linus Torvalds
  0 siblings, 0 replies; 2+ messages in thread
From: Linus Torvalds @ 2018-10-26 15:43 UTC (permalink / raw)
  To: Greg KH; +Cc: Andrew Morton, Linux Kernel Mailing List

On Fri, Oct 26, 2018 at 3:03 AM Greg KH <gregkh@linuxfoundation.org> wrote:
>
> Driver core patches for 4.20-rc1

Pulled,

                   Linus

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-10-26 15:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-26 10:02 [GIT PULL] Driver core patches for 4.20-rc1 Greg KH
2018-10-26 15:43 ` Linus Torvalds

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.