The following changes since commit c02ed2e75ef4c74e41e421acb4ef1494671585e8:
Linux 4.11-rc4 (2017-03-26 14:15:16 -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.11-rc6 for you to fetch changes up to 27f395b857abee5bced8356d39e1a491ff08748a: MAINTAINERS: separate out kernfs maintainership (2017-04-08 18:15:32 +0200) ---------------------------------------------------------------- Driver core fixes for 4.11-rc6 Here are 3 small fixes for 4.11-rc6. One resolves a reported issue with sysfs files that NeilBrown found, one is a documenatation fix for the stable kernel rules, and the last is a small MAINTAINERS file update for kernfs. Signed-off-by: Greg Kroah-Hartman <[email protected]> ---------------------------------------------------------------- Johan Hovold (1): Documentation: stable-kernel-rules: fix stable-tag format NeilBrown (1): sysfs: be careful of error returns from ops->show() Tejun Heo (1): MAINTAINERS: separate out kernfs maintainership Documentation/process/stable-kernel-rules.rst | 2 +- MAINTAINERS | 11 +++++++++-- fs/sysfs/file.c | 6 ++++-- 3 files changed, 14 insertions(+), 5 deletions(-)

