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
Subject: [GIT PULL] Driver core patches for 4.20-rc1
Date: Fri, 26 Oct 2018 11:02:57 +0100 [thread overview]
Message-ID: <20181026100257.GA13209@kroah.com> (raw)
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(-)
next reply other threads:[~2018-10-26 10:03 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-26 10:02 Greg KH [this message]
2018-10-26 15:43 ` [GIT PULL] Driver core patches for 4.20-rc1 Linus Torvalds
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=20181026100257.GA13209@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.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.