Received: by 2002:a05:6622:f08:0:0:0:0 with SMTP id l8csp4488988ivc; Tue, 3 Nov 2020 13:23:13 -0800 (PST) X-Google-Smtp-Source: ABdhPJyk/HXs63CL8Fd1pPZDyqsBdd5vWgxG71UgTy/pPPB9uqWHeTn47Od/6gDLm1lW3Fu4l3J0 X-Received: by 2002:a17:906:c298:: with SMTP id r24mr4119132ejz.38.1604438593354; Tue, 03 Nov 2020 13:23:13 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1604438593; cv=none; d=google.com; s=arc-20160816; b=MlyhRqazX8rXolRwKfgYHduEHE3/QCWcIcidcGEmhpOqk+6zsovmTFE3ygGDAluasD GOrvnJhFKxF6dGCWc7gv48vZc6R+FR2+5liQj1EmznHTYj4MTdt4mxtj41OcDMr3fuEF jTv3JemsIWmqHTZ7n2rgcbLKHoTmzdm0sVC5MGjoD+djnUrfZFtVrJ+ODvM7ZcrAC+bk YYGngxdvQoFNpJVw7T8H0UuL4ap1t5PySdglxPVOXWu/7v70Av8URwt8VIcc6GsXer64 F7RznhuE2jW08RMGphb9Yy48/2trwQale1IesxTv88BRAFUcSaRsIYJmSfzVpfEHI9hZ 8urA== 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=u+hMg2nVEiiyGL44sWn6xgSzGSr3jxeJaUKjD8II+KI=; b=jMgwPRT8NfCjw32x54vieXkZdeLz2KNlFD+4oYYMIQycnJM0ccTYrWWDKsUwElo/c2 Xw9pvj4aK/QGmPFGgJLrYUF2UgjW68OTpUAgn/VH4qC9RPO5QB3Nf8F6jpIFc5GEmT5I ihQR4BUIyRxEgRBehSBcVbLDNTukBm96fFr/3sf2OBO+nCfCbLLHVBwx4hOTjVWukTfb w7H8aoaGP5ivhhaZ2cA5k8aHkhZomKVR+jWWG8wYYVCxWxCSrJJE7OR3WS78VbJMcDor GlefHdJ18DBjHJX7oaJ64Y/6Xp4/qqIpgoVbgaVDvfxUAbMujgAz8CDyEvBpFRlJI75g eYpA== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=osWc5Zqv; 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 g10si13147259edj.302.2020.11.03.13.22.50; Tue, 03 Nov 2020 13:23:13 -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=osWc5Zqv; 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 S2388622AbgKCVIs (ORCPT + 99 others); Tue, 3 Nov 2020 16:08:48 -0500 Received: from mail.kernel.org ([198.145.29.99]:48242 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388601AbgKCVIp (ORCPT ); Tue, 3 Nov 2020 16:08:45 -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 E05CE206B5; Tue, 3 Nov 2020 21:08:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604437725; bh=BQAiSB5HKL8GvcYtruKKpWLmUAS2rG95pW3ourTel+k=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=osWc5Zqvs5cEhHrNTVNfL73dM3/hgR/RNF5emOX/htQE0PMNTllF8AFQSOz+73/He L12MqsNR4rd52vZ2JsL3n2/h/MHbOHg3ssxGeq0eVqqUM++/VHWQGAxgRD85NxLaqk RTm9GYftb5ZO78EYfZdu+hSAu1qUAQ5lvH+roCXA= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, stable@kernel.org, Constantine Sapuntzakis , Jan Kara , Theodore Tso Subject: [PATCH 4.19 176/191] ext4: fix superblock checksum calculation race Date: Tue, 3 Nov 2020 21:37:48 +0100 Message-Id: <20201103203249.095741531@linuxfoundation.org> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20201103203232.656475008@linuxfoundation.org> References: <20201103203232.656475008@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: Constantine Sapuntzakis commit acaa532687cdc3a03757defafece9c27aa667546 upstream. The race condition could cause the persisted superblock checksum to not match the contents of the superblock, causing the superblock to be considered corrupt. An example of the race follows. A first thread is interrupted in the middle of a checksum calculation. Then, another thread changes the superblock, calculates a new checksum, and sets it. Then, the first thread resumes and sets the checksum based on the older superblock. To fix, serialize the superblock checksum calculation using the buffer header lock. While a spinlock is sufficient, the buffer header is already there and there is precedent for locking it (e.g. in ext4_commit_super). Tested the patch by booting up a kernel with the patch, creating a filesystem and some files (including some orphans), and then unmounting and remounting the file system. Cc: stable@kernel.org Signed-off-by: Constantine Sapuntzakis Reviewed-by: Jan Kara Suggested-by: Jan Kara Link: https://lore.kernel.org/r/20200914161014.22275-1-costa@purestorage.com Signed-off-by: Theodore Ts'o Signed-off-by: Greg Kroah-Hartman --- fs/ext4/super.c | 11 +++++++++++ 1 file changed, 11 insertions(+) --- a/fs/ext4/super.c +++ b/fs/ext4/super.c @@ -200,7 +200,18 @@ void ext4_superblock_csum_set(struct sup if (!ext4_has_metadata_csum(sb)) return; + /* + * Locking the superblock prevents the scenario + * where: + * 1) a first thread pauses during checksum calculation. + * 2) a second thread updates the superblock, recalculates + * the checksum, and updates s_checksum + * 3) the first thread resumes and finishes its checksum calculation + * and updates s_checksum with a potentially stale or torn value. + */ + lock_buffer(EXT4_SB(sb)->s_sbh); es->s_checksum = ext4_superblock_csum(sb, es); + unlock_buffer(EXT4_SB(sb)->s_sbh); } void *ext4_kvmalloc(size_t size, gfp_t flags)