From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932230AbcICOtu (ORCPT ); Sat, 3 Sep 2016 10:49:50 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:48347 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932162AbcICOts (ORCPT ); Sat, 3 Sep 2016 10:49:48 -0400 Date: Sat, 3 Sep 2016 16:49:54 +0200 From: Greg KH To: Linus Torvalds , Andrew Morton Cc: linux-kernel@vger.kernel.org Subject: [GIT PULL] Driver core fixes for 4.8-rc5 Message-ID: <20160903144954.GA10846@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.7.0 (2016-08-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 ---------------------------------------------------------------- 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(-)