From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752119AbdDIIMl (ORCPT ); Sun, 9 Apr 2017 04:12:41 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:54360 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751632AbdDIIMd (ORCPT ); Sun, 9 Apr 2017 04:12:33 -0400 Date: Sun, 9 Apr 2017 10:12:22 +0200 From: Greg KH To: Linus Torvalds , Andrew Morton Cc: linux-kernel@vger.kernel.org Subject: [GIT PULL] Driver core fixes for 4.11-rc6 Message-ID: <20170409081222.GA5899@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.8.0 (2017-02-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 ---------------------------------------------------------------- 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(-)