From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756827AbcJ2QqZ (ORCPT ); Sat, 29 Oct 2016 12:46:25 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:53314 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756580AbcJ2QqY (ORCPT ); Sat, 29 Oct 2016 12:46:24 -0400 Date: Sat, 29 Oct 2016 12:46:32 -0400 From: Greg KH To: Linus Torvalds , Andrew Morton Cc: linux-kernel@vger.kernel.org Subject: [GIT PULL] Driver core fixes for 4.9-rc3 Message-ID: <20161029164632.GA4482@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 ---------------------------------------------------------------- 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(-)