From patchwork Sat Sep 5 15:52:43 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Darrick J. Wong" X-Patchwork-Id: 11759159 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 58463138E for ; Sat, 5 Sep 2020 15:52:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3F410208B3 for ; Sat, 5 Sep 2020 15:52:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1599321173; bh=TZOWi+HBwDSzqqcu2ndK0rh+9RbRR0CjdXfzqDyJjxI=; h=Date:From:To:Cc:Subject:List-ID:From; b=FTJW3Uep9knFWaBsHlr7ubBq7JTFmiZlRPABVeqnXfzPy3VSfs6wO/I9hfpo3ViSx MmsYykpH4QhMr37c6S+NvPwfZqnvugNnXo/NnvZ8WdeoKUUXXw213BVXJoIqbgbOf8 IyFNZ7UPyc61/DMgi5gnNaWPKcHLU4oPOsVAEtbo= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728378AbgIEPwu (ORCPT ); Sat, 5 Sep 2020 11:52:50 -0400 Received: from mail.kernel.org ([198.145.29.99]:39442 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726468AbgIEPwr (ORCPT ); Sat, 5 Sep 2020 11:52:47 -0400 Received: from localhost (c-67-169-218-210.hsd1.or.comcast.net [67.169.218.210]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id D0B32206B8; Sat, 5 Sep 2020 15:52:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1599321163; bh=TZOWi+HBwDSzqqcu2ndK0rh+9RbRR0CjdXfzqDyJjxI=; h=Date:From:To:Cc:Subject:From; b=SL9DhgYCiHtjAmIr8bvmfhWzaI218iLbtN5hos9Silm6UiEQYqqJivjCtl8yUxOPg 7u6jBBRAAo7EC5Bx8UVwNrzak87kQsABH2CWpD+mjcM7Bmw3iWRZkqMrrtaH4z6k+Y udOBMyr0mFm+NVX467c2ZEwWvARHapjBFZHq642Y= Date: Sat, 5 Sep 2020 08:52:43 -0700 From: "Darrick J. Wong" To: Linus Torvalds Cc: "Darrick J. Wong" , linux-fsdevel@vger.kernel.org, linux-xfs@vger.kernel.org, david@fromorbit.com, linux-kernel@vger.kernel.org, sandeen@sandeen.net, hch@lst.de Subject: [GIT PULL] xfs: small fixes (2) for 5.9 Message-ID: <20200905155243.GB7955@magnolia> MIME-Version: 1.0 Content-Disposition: inline Sender: linux-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org Hi Linus, Please pull this single fix for a broken metadata verifier. The branch merges cleanly with upstream as of a few minutes ago, so please let me know if anything strange happens. --D The following changes since commit 125eac243806e021f33a1fdea3687eccbb9f7636: xfs: initialize the shortform attr header padding entry (2020-08-27 08:01:31 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-5.9-fixes-2 for you to fetch changes up to d0c20d38af135b2b4b90aa59df7878ef0c8fbef4: xfs: fix xfs_bmap_validate_extent_raw when checking attr fork of rt files (2020-09-03 08:33:50 -0700) ---------------------------------------------------------------- Fixes (2) for 5.9: - Fix a broken metadata verifier that would incorrectly validate attr fork extents of a realtime file against the realtime volume. ---------------------------------------------------------------- Darrick J. Wong (1): xfs: fix xfs_bmap_validate_extent_raw when checking attr fork of rt files fs/xfs/libxfs/xfs_bmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)