Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1619451 > unrolled thread

[GIT PULL] Driver core fixes for 4.11-rc6

Started byGreg KH <gregkh@linuxfoundation.org>
First post2017-04-09 10:20 +0200
Last post2017-04-09 10:20 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [GIT PULL] Driver core fixes for 4.11-rc6 Greg KH <gregkh@linuxfoundation.org> - 2017-04-09 10:20 +0200

#1619451 — [GIT PULL] Driver core fixes for 4.11-rc6

FromGreg KH <gregkh@linuxfoundation.org>
Date2017-04-09 10:20 +0200
Subject[GIT PULL] Driver core fixes for 4.11-rc6
Message-ID<tugeJ-ka-7@gated-at.bofh.it>
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 <gregkh@linuxfoundation.org>

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

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web