From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752060AbbCVKhk (ORCPT ); Sun, 22 Mar 2015 06:37:40 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:55043 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751827AbbCVKhg (ORCPT ); Sun, 22 Mar 2015 06:37:36 -0400 Date: Sun, 22 Mar 2015 11:37:34 +0100 From: Greg KH To: Linus Torvalds , Andrew Morton , Arnd Bergmann Cc: linux-kernel@vger.kernel.org Subject: [GIT PULL] char/misc driver fixes for 4.0-rc5 Message-ID: <20150322103734.GA22179@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following changes since commit 06e5801b8cb3fc057d88cb4dc03c0b64b2744cda: Linux 4.0-rc4 (2015-03-15 17:38:20 -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.0-rc5 for you to fetch changes up to d5e7cafd69da24e6d6cc988fab6ea313a2577efc: LZ4 : fix the data abort issue (2015-03-16 21:55:35 +0100) ---------------------------------------------------------------- Driver core fixes for 4.0-rc5 Here are two bugfixes for things reported. One regression in kernfs, and another issue fixed in the LZ4 code that was fixed in the "upstream" codebase that solves a reported kernel crash. Both have been in linux-next for a while. Signed-off-by: Greg Kroah-Hartman ---------------------------------------------------------------- JeHyeon Yeon (1): LZ4 : fix the data abort issue NeilBrown (1): kernfs: handle poll correctly on 'direct_read' files. fs/kernfs/file.c | 1 + lib/lz4/lz4_decompress.c | 3 +++ 2 files changed, 4 insertions(+)