Received: by 2002:a05:6a10:16a7:0:0:0:0 with SMTP id gp39csp3849431pxb; Tue, 17 Nov 2020 05:20:38 -0800 (PST) X-Google-Smtp-Source: ABdhPJxqyRN+MjXWRJGMZh/LSzjyrSY+1ihQZyqQwN3FI5ZgDPlYDXTdAL/fVvxVgItdCu2XhV0B X-Received: by 2002:aa7:df81:: with SMTP id b1mr20141373edy.365.1605619238142; Tue, 17 Nov 2020 05:20:38 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1605619238; cv=none; d=google.com; s=arc-20160816; b=y45t4Q81XZ82jsM928sFz3mJM9fHPIq6aFukIW0dWkJ6+RiPE2j0DB07AN2Ki7luaB NYGxdMjKftMH5s8G9kO5u9UKA89Rp+T/wdpb6LulRcb+lANcTy7hwvvsU4YSZG9GUduo nFnJafIBhVxwqp7hh67j7o7iz0hjXW7nNgUffjXzaB7KE41U+0MJ/LjXmyXI2rtfWYat cgAJvUzkLiEcxv1cPosSCZntk5ukXUqSQZ4u8MnZuf03/kXZJ5ewY2iOFosDYGl63RaN YOnPWWiEc/ByUTikHahF749kmcIAHdVGN7V4m7ec+ZwyIs+iSa+KElaHHPDvrf9Z5qEG vgGQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=YVkKwxrSOGaW5ZcAtaxQ3W+pSFav6suCdVAkqf7FFDg=; b=PRZmdcxWupK6NtonrfnDjAc0VvE4weCjSfwDMSAqyc5tg8JP5sfIVBy/gWvQu3RY+9 xvYVtwrimM/zWEmJpmCwG/XlyqLGsF4R5Ze3E+kLSavfsvdq1LHSLN9KOsKJaZI25BfF rcE+Chg8Exk26m7kQynqkYYad3nENvdVWAaxeQbBGLtcOxt8kb7k0jAnVoMYTZqR9Aax pzN/A2s9JpBweduH1qyci3ei0TEkU8mc157sOdx84+8vG6OJU3VV9qCminZaj5zpTv/U Z4M+lcHt0kh4V/bsWvCxyQ4B+tEmZbPOmtp/5BvTZhBEoHhLlzSoXI7CYLVbVf8pQvjw tziw== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=GOXs3rOx; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id bx4si13971077edb.505.2020.11.17.05.20.15; Tue, 17 Nov 2020 05:20:38 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=GOXs3rOx; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730644AbgKQNSL (ORCPT + 99 others); Tue, 17 Nov 2020 08:18:11 -0500 Received: from mail.kernel.org ([198.145.29.99]:50510 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729863AbgKQNSE (ORCPT ); Tue, 17 Nov 2020 08:18:04 -0500 Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (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 D50DD21734; Tue, 17 Nov 2020 13:18:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1605619083; bh=73v0EOQjcde8hJakrc5xSwi/UdtVZt5BJHRBGRCCFBw=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=GOXs3rOxAjr5juxR59OsQFDkooSFHIg29LpVMzKbMGuf6U8Z4qdBB6eWMh2RNXX5F D2ZqvuYn3Pw++yrT5DGJmyKpLJOh1A/pP9Yokm5Yrcqvu7ZlBMYBixgOgtjarD51CJ 22kodK819ULZCe009prTMw4ivIFUrUfXw8a3XcMQ= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Brian Foster , "Darrick J. Wong" , Sasha Levin Subject: [PATCH 4.19 023/101] xfs: flush new eof page on truncate to avoid post-eof corruption Date: Tue, 17 Nov 2020 14:04:50 +0100 Message-Id: <20201117122114.217521144@linuxfoundation.org> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20201117122113.128215851@linuxfoundation.org> References: <20201117122113.128215851@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Brian Foster [ Upstream commit 869ae85dae64b5540e4362d7fe4cd520e10ec05c ] It is possible to expose non-zeroed post-EOF data in XFS if the new EOF page is dirty, backed by an unwritten block and the truncate happens to race with writeback. iomap_truncate_page() will not zero the post-EOF portion of the page if the underlying block is unwritten. The subsequent call to truncate_setsize() will, but doesn't dirty the page. Therefore, if writeback happens to complete after iomap_truncate_page() (so it still sees the unwritten block) but before truncate_setsize(), the cached page becomes inconsistent with the on-disk block. A mapped read after the associated page is reclaimed or invalidated exposes non-zero post-EOF data. For example, consider the following sequence when run on a kernel modified to explicitly flush the new EOF page within the race window: $ xfs_io -fc "falloc 0 4k" -c fsync /mnt/file $ xfs_io -c "pwrite 0 4k" -c "truncate 1k" /mnt/file ... $ xfs_io -c "mmap 0 4k" -c "mread -v 1k 8" /mnt/file 00000400: 00 00 00 00 00 00 00 00 ........ $ umount /mnt/; mount /mnt/ $ xfs_io -c "mmap 0 4k" -c "mread -v 1k 8" /mnt/file 00000400: cd cd cd cd cd cd cd cd ........ Update xfs_setattr_size() to explicitly flush the new EOF page prior to the page truncate to ensure iomap has the latest state of the underlying block. Fixes: 68a9f5e7007c ("xfs: implement iomap based buffered write path") Signed-off-by: Brian Foster Reviewed-by: Darrick J. Wong Signed-off-by: Darrick J. Wong Signed-off-by: Sasha Levin --- fs/xfs/xfs_iops.c | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/fs/xfs/xfs_iops.c b/fs/xfs/xfs_iops.c index e427ad097e2ee..948ac1290121b 100644 --- a/fs/xfs/xfs_iops.c +++ b/fs/xfs/xfs_iops.c @@ -895,6 +895,16 @@ xfs_setattr_size( error = iomap_zero_range(inode, oldsize, newsize - oldsize, &did_zeroing, &xfs_iomap_ops); } else { + /* + * iomap won't detect a dirty page over an unwritten block (or a + * cow block over a hole) and subsequently skips zeroing the + * newly post-EOF portion of the page. Flush the new EOF to + * convert the block before the pagecache truncate. + */ + error = filemap_write_and_wait_range(inode->i_mapping, newsize, + newsize); + if (error) + return error; error = iomap_truncate_page(inode, newsize, &did_zeroing, &xfs_iomap_ops); } -- 2.27.0