From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935561AbdIYSFT (ORCPT ); Mon, 25 Sep 2017 14:05:19 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38388 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932698AbdIYSFS (ORCPT ); Mon, 25 Sep 2017 14:05:18 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 81FBF4ACA4 Authentication-Results: ext-mx09.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx09.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=rpeterso@redhat.com Date: Mon, 25 Sep 2017 14:05:16 -0400 (EDT) From: Bob Peterson To: torvalds@linux-foundation.org Cc: cluster-devel , linux-kernel@vger.kernel.org Message-ID: <796593472.14250010.1506362716362.JavaMail.zimbra@redhat.com> In-Reply-To: <2070450700.14249313.1506362668670.JavaMail.zimbra@redhat.com> Subject: GFS2: Please pull patch tagged gfs2-for-linus-4.14-rc3 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [10.10.64.2, 10.4.195.22] Thread-Topic: GFS2: Please pull patch tagged gfs2-for-linus-4.14-rc3 Thread-Index: m+2PnBnv7i3zy2MOZzNU5ZAv7pl1+Q== X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.38]); Mon, 25 Sep 2017 18:05:18 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, Would you please pull this one-off patch from Andreas Gruenbacher that fixes a GFS2 regression? Thanks. Bob Peterson --- The following changes since commit 46c1e79fee417f151547aa46fae04ab06cb666f4: Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip (2017-09-13 12:24:20 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git tags/gfs2-for-linus-4.14-rc3 for you to fetch changes up to 10201655b085df8e000822e496e5d4016a167a36: gfs2: Fix debugfs glocks dump (2017-09-25 12:32:33 -0500) ---------------------------------------------------------------- GFS2: Fix an old regression in GFS2's debugfs interface This tag is meant for pulling a patch called "gfs2: Fix debugfs glocks dump" which fixes a regression introduced by commit 88ffbf3e03. The regression caused the glock dump in debugfs to not report all the glocks, which makes debugging extremely difficult. ---------------------------------------------------------------- Andreas Gruenbacher (1): gfs2: Fix debugfs glocks dump fs/gfs2/glock.c | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-)