All of lore.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 fixes for 4.9-rc3
Date: Sat, 29 Oct 2016 12:46:32 -0400	[thread overview]
Message-ID: <20161029164632.GA4482@kroah.com> (raw)

The following changes since commit 07d9a380680d1c0eb51ef87ff2eab5c994949e69:

  Linux 4.9-rc2 (2016-10-23 17:10:14 -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.9-rc3

for you to fetch changes up to 248ff02165437864146d6fbd2d99b2359c3723e6:

  driver core: Make Kconfig text for DEBUG_TEST_DRIVER_REMOVE stronger (2016-10-27 17:47:12 +0200)

----------------------------------------------------------------
driver core fixes for 4.9-rc3

Here are two small driver core / kernfs fixes for 4.9-rc3.  One makes
the Kconfig entry for DEBUG_TEST_DRIVER_REMOVE a bit more explicit that
this is a crazy thing to enable for a distro kernel (thanks for trying
Fedora!), the other resolves an issue with vim opening kernfs files
(sysfs, configfs, etc.).

Both have been in linux-next with no reported issues.

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

----------------------------------------------------------------
Laura Abbott (1):
      driver core: Make Kconfig text for DEBUG_TEST_DRIVER_REMOVE stronger

Tony Luck (1):
      kernfs: Add noop_fsync to supported kernfs_file_fops

 drivers/base/Kconfig | 6 ++++--
 fs/kernfs/file.c     | 1 +
 2 files changed, 5 insertions(+), 2 deletions(-)

                 reply	other threads:[~2016-10-29 16:46 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=20161029164632.GA4482@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.