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.15-rc1
Date: Thu, 16 Nov 2017 14:07:35 +0100	[thread overview]
Message-ID: <20171116130735.GA5540@kroah.com> (raw)

The following changes since commit 33d930e59a98fa10a0db9f56c7fa2f21a4aef9b9:

  Linux 4.14-rc5 (2017-10-15 21:01:12 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 0ff26c662d5f3b26674d5205c8899d901f766acb:

  driver core: Fix device link deferred probe (2017-11-08 13:50:17 +0100)

----------------------------------------------------------------
Driver core patches for 4.15-rc1

Here is the set of driver core / debugfs patches for 4.15-rc1.

Not many here, mostly all are debugfs fixes to resolve some
long-reported problems with files going away with references to them in
userspace.  There's also some SPDX cleanups for the debugfs code, as
well as a few other minor driver core changes for issues reported by
people.

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

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

----------------------------------------------------------------
Adrian Hunter (1):
      driver core: Fix device link deferred probe

Arvind Yadav (1):
      driver-core: pr_err() strings should end with newlines

Greg Kroah-Hartman (2):
      debugfs: add SPDX identifiers to all debugfs files
      debugfs: Remove redundant license text

Jeffy Chen (1):
      driver core: Move device_links_purge() after bus_remove_device()

Nicolai Stange (8):
      debugfs: add support for more elaborate ->d_fsdata
      debugfs: implement per-file removal protection
      debugfs: debugfs_real_fops(): drop __must_hold sparse annotation
      debugfs: convert to debugfs_file_get() and -put()
      IB/hfi1: convert to debugfs_file_get() and -put()
      debugfs: purge obsolete SRCU based removal protection
      debugfs: call debugfs_real_fops() only after debugfs_file_get()
      debugfs: defer debugfs_fsdata allocation to first usage

Prasad Sodagudi (1):
      arch_topology: Fix section miss match warning due to free_raw_capacity()

 drivers/base/arch_topology.c                |   2 +-
 drivers/base/core.c                         |   2 +-
 drivers/base/dd.c                           |  16 ++-
 drivers/base/test/test_async_driver_probe.c |   6 +-
 drivers/infiniband/hw/hfi1/debugfs.c        |  20 +--
 fs/debugfs/file.c                           | 216 ++++++++++++++++------------
 fs/debugfs/inode.c                          |  62 +++++---
 fs/debugfs/internal.h                       |  20 ++-
 include/linux/debugfs.h                     |  38 +----
 lib/Kconfig.debug                           |   1 -
 10 files changed, 217 insertions(+), 166 deletions(-)

                 reply	other threads:[~2017-11-16 13:07 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20171116130735.GA5540@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