From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752265AbcDQBCH (ORCPT ); Sat, 16 Apr 2016 21:02:07 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:53549 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751993AbcDQBCE (ORCPT ); Sat, 16 Apr 2016 21:02:04 -0400 Date: Sat, 16 Apr 2016 18:01:55 -0700 From: Greg KH To: Linus Torvalds , Andrew Morton Cc: linux-kernel@vger.kernel.org Subject: [GIT PULL] Driver core fixes for 4.6-rc4 Message-ID: <20160417010155.GA19388@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.6.0 (2016-04-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following changes since commit f55532a0c0b8bb6148f4e07853b876ef73bc69ca: Linux 4.6-rc1 (2016-03-26 16:03:24 -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.6-rc4 for you to fetch changes up to dea5c24a14047b7d6b6b269434a85ffd05f1d2cb: lib: lz4: cleanup unaligned access efficiency detection (2016-04-13 09:22:49 -0700) ---------------------------------------------------------------- "driver core" fixes for 4.6-rc4 Here are 3 small fixes 4.6-rc4. Two fix up some lz4 issues with big endian systems, and the remaining one resolves a minor debugfs issue that was reported. All have been in linux-next with no reported issues. Signed-off-by: Greg Kroah-Hartman ---------------------------------------------------------------- Rui Salvaterra (2): lib: lz4: fixed zram with lz4 on big endian machines lib: lz4: cleanup unaligned access efficiency detection Seth Forshee (1): debugfs: Make automount point inodes permanently empty fs/debugfs/inode.c | 2 +- lib/lz4/lz4defs.h | 25 +++++++++++++------------ 2 files changed, 14 insertions(+), 13 deletions(-)