[GIT PULL] Driver core fixes for 4.8-rc5

From: Greg KH
Date: Sat Sep 03 2016 - 10:49:53 EST


The following changes since commit 3eab887a55424fc2c27553b7bfe32330df83f7b8:

Linux 4.8-rc4 (2016-08-28 15:04:33 -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.8-rc5

for you to fetch changes up to 17d0774f80681020eccc9638d925a23f1fc4f671:

sysfs: correctly handle read offset on PREALLOC attrs (2016-08-31 15:14:44 +0200)

----------------------------------------------------------------
Driver core fixes for 4.8-rc5

Here are 3 small fixes for 4.8-rc5.

One for sysfs, one for kernfs, and one documentation fix, all for
reported issues. All of these have been in linux-next for a while.

Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

----------------------------------------------------------------
Konstantin Khlebnikov (1):
sysfs: correctly handle read offset on PREALLOC attrs

Martin Fuzzey (1):
documentation: drivers/core/of: fix name of of_node symlink

Tejun Heo (1):
kernfs: don't depend on d_find_any_alias() when generating notifications

Documentation/ABI/stable/sysfs-devices | 2 +-
fs/kernfs/file.c | 28 +++++++++++++++++++++-------
fs/sysfs/file.c | 8 +++++++-
3 files changed, 29 insertions(+), 9 deletions(-)