From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751463AbcBLDn7 (ORCPT ); Thu, 11 Feb 2016 22:43:59 -0500 Received: from ipmail06.adl2.internode.on.net ([150.101.137.129]:24133 "EHLO ipmail06.adl2.internode.on.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750825AbcBLDn6 (ORCPT ); Thu, 11 Feb 2016 22:43:58 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2ASCQCGVL1WPBATLHleKAECgw9SbYJog3qBeZ1DAhwGgQ+KW4VFhAgZhW4EAoE5TQEBAQEBAQcBAQEBQT+FAhwjGCQ0BSUDBy2IGcFgGIUxiXyDbgWHU48khU6HfIFlhEOIUwKOPoRaKC6GaCWBEgEBAQ Date: Fri, 12 Feb 2016 14:43:19 +1100 From: Dave Chinner To: torvalds@linux-foundation.org Cc: akpm@linux-foundation.org, linux-kernel@vger.kernel.org, xfs@oss.sgi.com Subject: [GIT PULL] xfs: fixes for 4.5-rc4 Message-ID: <20160212034319.GW14668@dastard> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, Can you please pull the XFS commit from the tag below? It contains a fix for a regression introduced in 4.5-rc1 by the new log recovery CRC validation code. Thanks! -Dave. The following changes since commit 36f90b0a2ddd60823fe193a85e60ff1906c2a9b3: Linux 4.5-rc2 (2016-01-31 18:12:16 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs.git tags/xfs-fixes-for-linus-4.5 for you to fetch changes up to 8e0bd4925bf693520295de403483efad4dc5cc16: xfs: fix endianness error when checking log block crc on big endian platforms (2016-02-08 11:03:58 +1100) ---------------------------------------------------------------- xfs: updates for 4.5-rc4 Contains: o fix for endian conversion issue in new CRC validation in log recovery that was discovered on a ppc64 platform. ---------------------------------------------------------------- Darrick J. Wong (1): xfs: fix endianness error when checking log block crc on big endian platforms fs/xfs/xfs_log_recover.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- Dave Chinner david@fromorbit.com