From patchwork Fri Jul 3 21:31:58 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: 11642885 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 D486E13B4 for ; Fri, 3 Jul 2020 21:32:02 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id BCFDC20885 for ; Fri, 3 Jul 2020 21:32:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1593811922; bh=12HoUnAnObPB1mx09APSYcuqlEl+FkuZnLvcO1zbS9Y=; h=Date:From:To:Cc:Subject:List-ID:From; b=lslnmQRNDj+jiaB6/aX0oQWefkN6+DcwrcEa96NL4pLspBHmy48KK3s6rBnADs61f W/AieoJXV+a9pJkbg9zan9JBNnvCnP/xIsPbWMw9UXum9xvoiAVTqD5HG+ehVIipuq IrgA/53bbZPAlbXVUEv0BhXKFFvNO1i2aTl2LnBM= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727005AbgGCVb7 (ORCPT ); Fri, 3 Jul 2020 17:31:59 -0400 Received: from mail.kernel.org ([198.145.29.99]:38402 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726856AbgGCVb6 (ORCPT ); Fri, 3 Jul 2020 17:31:58 -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 7255F20782; Fri, 3 Jul 2020 21:31:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1593811918; bh=12HoUnAnObPB1mx09APSYcuqlEl+FkuZnLvcO1zbS9Y=; h=Date:From:To:Cc:Subject:From; b=Vn5JskN0tBDSaPDk/NSa7Q1v9Okrd+Q6RYCIw4AU//mdO2NBqFcSYfBHssGMJ8WmN lqvFrMp+MnbFAdv7eDv8blEVN6mSbHzfwmXIIZYHg/q1L5JJEaWabujy/V8IWEZJbO aqT56LosIoGQZrTMDR4utIqMBnLriRJLcyrBhalU= Date: Fri, 3 Jul 2020 14:31:58 -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: bug fixes for 5.8-rc4 Message-ID: <20200703213158.GF7606@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 UAF bug fix for -rc4. This branch merges cleanly with master as of a few minutes ago, so please let me know if anything strange happens. --D The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407: Linux 5.8-rc1 (2020-06-14 12:45:04 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-5.8-fixes-1 for you to fetch changes up to c7f87f3984cfa1e6d32806a715f35c5947ad9c09: xfs: fix use-after-free on CIL context on shutdown (2020-06-22 19:22:57 -0700) ---------------------------------------------------------------- Changes for 5.8-rc4: - Fix a use-after-free bug when the fs shuts down. ---------------------------------------------------------------- Dave Chinner (1): xfs: fix use-after-free on CIL context on shutdown fs/xfs/xfs_log_cil.c | 10 +++++----- fs/xfs/xfs_log_priv.h | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-)