From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-21.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C30ACC4332D for ; Fri, 12 Mar 2021 16:20:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9BD5B6500B for ; Fri, 12 Mar 2021 16:20:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231557AbhCLQUR (ORCPT ); Fri, 12 Mar 2021 11:20:17 -0500 Received: from us-smtp-delivery-124.mimecast.com ([216.205.24.124]:47537 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232238AbhCLQTz (ORCPT ); Fri, 12 Mar 2021 11:19:55 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1615565995; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=Hd1Y8g/doR4JSStSaaWFs5iy4SzfG2qNO7QbxUyq6xg=; b=NPI4j38jzZbNZXEi29r/tT1WBddRIBN6hzlCzrU2GuZ26x/yT6Gxjrk0y+q0cCrDsKbYGK t6zz5pNo2YTK1K0yBrsRlsuqG7s5QoBcM7BYvaQlImqkHTfW6vwpgJHnWlcYuBP6/K/MN2 5Is+sjpUSpdB1Up7TElL1suYlVz8Zdc= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-481-lJGnsQGVNuSEXFS92Wp0hA-1; Fri, 12 Mar 2021 11:19:53 -0500 X-MC-Unique: lJGnsQGVNuSEXFS92Wp0hA-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id D12D0100CA9E; Fri, 12 Mar 2021 16:19:40 +0000 (UTC) Received: from max.com (unknown [10.40.192.8]) by smtp.corp.redhat.com (Postfix) with ESMTP id D67CA5D760; Fri, 12 Mar 2021 16:19:20 +0000 (UTC) From: Andreas Gruenbacher To: Linus Torvalds Cc: Andreas Gruenbacher , cluster-devel@redhat.com, linux-kernel@vger.kernel.org Subject: [GIT PULL] gfs2 fixes for 5.12-rc3 Date: Fri, 12 Mar 2021 17:19:19 +0100 Message-Id: <20210312161919.1595228-1-agruenba@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, please consider pulling the following gfs2 fixes. Thanks, Andreas The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15: Linux 5.12-rc2 (2021-03-05 17:33:41 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git tags/gfs2-v5.12-rc2-fixes for you to fetch changes up to 0efc4976e3da40b09c592b21f722022d8f12a16b: gfs2: bypass log flush if the journal is not live (2021-03-12 15:52:48 +0100) ---------------------------------------------------------------- Various gfs2 fixes ---------------------------------------------------------------- Bob Peterson (3): gfs2: fix use-after-free in trans_drain gfs2: bypass signal_our_withdraw if no journal gfs2: bypass log flush if the journal is not live Yang Li (1): gfs2: make function gfs2_make_fs_ro() to void type fs/gfs2/log.c | 6 +++++- fs/gfs2/ops_fstype.c | 4 +--- fs/gfs2/super.c | 10 ++-------- fs/gfs2/super.h | 2 +- fs/gfs2/trans.c | 2 ++ fs/gfs2/util.c | 17 +++++++++++------ 6 files changed, 22 insertions(+), 19 deletions(-) From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Gruenbacher Date: Fri, 12 Mar 2021 17:19:19 +0100 Subject: [Cluster-devel] [GIT PULL] gfs2 fixes for 5.12-rc3 Message-ID: <20210312161919.1595228-1-agruenba@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi Linus, please consider pulling the following gfs2 fixes. Thanks, Andreas The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15: Linux 5.12-rc2 (2021-03-05 17:33:41 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git tags/gfs2-v5.12-rc2-fixes for you to fetch changes up to 0efc4976e3da40b09c592b21f722022d8f12a16b: gfs2: bypass log flush if the journal is not live (2021-03-12 15:52:48 +0100) ---------------------------------------------------------------- Various gfs2 fixes ---------------------------------------------------------------- Bob Peterson (3): gfs2: fix use-after-free in trans_drain gfs2: bypass signal_our_withdraw if no journal gfs2: bypass log flush if the journal is not live Yang Li (1): gfs2: make function gfs2_make_fs_ro() to void type fs/gfs2/log.c | 6 +++++- fs/gfs2/ops_fstype.c | 4 +--- fs/gfs2/super.c | 10 ++-------- fs/gfs2/super.h | 2 +- fs/gfs2/trans.c | 2 ++ fs/gfs2/util.c | 17 +++++++++++------ 6 files changed, 22 insertions(+), 19 deletions(-)