public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
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.21-rc1
Date: Fri, 28 Dec 2018 16:36:09 +0100	[thread overview]
Message-ID: <20181228153609.GA23789@kroah.com> (raw)

The following changes since commit 2595646791c319cadfdbf271563aac97d0843dc7:

  Linux 4.20-rc5 (2018-12-02 15:07:55 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 16df1456aa858a86f398dbc7d27649eb6662b0cc:

  mm, memory_hotplug: update a comment in unregister_memory() (2018-12-20 16:33:18 +0100)

----------------------------------------------------------------
Driver core patches for 4.21-rc1

Here is the "big" set of driver core patches for 4.21-rc1.

It's not really big, just a number of small changes for some reported
issues, some documentation updates to hopefully make it harder for
people to abuse the driver model, and some other minor cleanups.

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

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

----------------------------------------------------------------
Alexander Duyck (1):
      driver core: Move async_synchronize_full call

Andy Shevchenko (1):
      driver core: platform: Respect return code of platform_device_register_full()

Bo YU (2):
      kobject: drop unnecessary cast "%llu" for u64
      kobject: Fix warnings in lib/kobject_uevent.c

Dan Carpenter (1):
      mm, memory_hotplug: update a comment in unregister_memory()

Daniel Vetter (1):
      sysfs: Disable lockdep for driver bind/unbind files

David Hildenbrand (1):
      drivers/base/memory.c: Use DEVICE_ATTR_RO and friends

Ezequiel Garcia (1):
      kref/kobject: Improve documentation

Greg Kroah-Hartman (1):
      Merge 4.20-rc5 into driver-core-next

Kaitao cheng (1):
      driver core: Replace simple_strto{l,ul} by kstrtou{l,ul}

Muchun Song (1):
      driver core: Replace simple_strtol by kstrtoint

Peter Rajnoha (1):
      kobject: return error code if writing /sys/.../uevent fails

Radu Rendec (1):
      kernfs: Improve kernfs_notify() poll notification latency

Rafael J. Wysocki (1):
      driver core: Add missing dev->bus->need_parent_lock checks

Randy Dunlap (1):
      driver core: fix comments for device_block_probing()

Yangtao Li (1):
      component: convert to DEFINE_SHOW_ATTRIBUTE

 Documentation/kobject.txt | 10 ++++--
 drivers/base/bus.c        | 19 +++++++----
 drivers/base/component.c  | 12 +------
 drivers/base/core.c       | 32 +++++++++++++------
 drivers/base/dd.c         | 19 ++++++-----
 drivers/base/memory.c     | 81 ++++++++++++++++++++++-------------------------
 drivers/base/platform.c   |  4 +--
 fs/kernfs/file.c          | 23 +++++++-------
 include/linux/kref.h      |  5 +--
 kernel/module.c           |  6 ++--
 lib/kobject.c             |  2 +-
 lib/kobject_uevent.c      |  4 ++-
 12 files changed, 113 insertions(+), 104 deletions(-)

             reply	other threads:[~2018-12-28 15:36 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-28 15:36 Greg KH [this message]
2018-12-28 15:43 ` [GIT PULL] Driver core patches for 4.21-rc1 Greg KH
2018-12-29  5:35 ` pr-tracker-bot

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=20181228153609.GA23789@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox