Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754033AbdCOOdx (ORCPT ); Wed, 15 Mar 2017 10:33:53 -0400 Received: from mx4-phx2.redhat.com ([209.132.183.25]:44922 "EHLO mx4-phx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751787AbdCOOcj (ORCPT ); Wed, 15 Mar 2017 10:32:39 -0400 Date: Wed, 15 Mar 2017 10:32:38 -0400 (EDT) From: Bob Peterson To: torvalds@linux-foundation.org Cc: cluster-devel , linux-kernel@vger.kernel.org Message-ID: <1400281796.2601400.1489588358478.JavaMail.zimbra@redhat.com> In-Reply-To: <186538212.2600624.1489588290616.JavaMail.zimbra@redhat.com> Subject: GFS2: pull request for high-priority bug MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [10.10.120.94] X-Mailer: Zimbra 8.0.6_GA_5922 (ZimbraWebClient - FF52 (Linux)/8.0.6_GA_5922) Thread-Topic: GFS2: pull request for high-priority bug Thread-Index: 4wEmM6YKqpXnhqQ98KGrb0N5LXwdPw== Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1228 Lines: 37 Hi Linus, Please consider pulling the following additional patch for the GFS2 file system. Regards, Bob Peterson ---------------------------------------------------------------- The following changes since commit ae50dfd61665086e617cc9e554a1285d52765670: Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net (2017-03-14 21:31:23 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git tags/gfs2-4.11-rc3.fixes for you to fetch changes up to 28ea06c46fbcab63fd9a55531387b7928a18a590: gfs2: Avoid alignment hole in struct lm_lockname (2017-03-15 10:06:07 -0400) ---------------------------------------------------------------- This is an emergency patch for 4.11-rc3 The GFS2 developers uncovered a really nasty problem that can lead to random corruption and kernel panic, much like the last one. Andreas Gruenbacher wrote this simple one-line patch to fix the problem: 28ea06c gfs2: Avoid alignment hole in struct lm_lockname ---------------------------------------------------------------- Andreas Gruenbacher (1): gfs2: Avoid alignment hole in struct lm_lockname fs/gfs2/incore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)