[GIT PULL] Driver core fixes for 4.9-rc3

From: Greg KH
Date: Sat Oct 29 2016 - 12:46:28 EST


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@xxxxxxxxxxxxxxxxxxx>

----------------------------------------------------------------
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(-)