Received: by 2002:a05:6a10:9e8c:0:0:0:0 with SMTP id y12csp176188pxx; Wed, 28 Oct 2020 01:40:57 -0700 (PDT) X-Google-Smtp-Source: ABdhPJz5VDsSUVu8z4HN+6bhvjOiIJheLy2T/c8Mxvq2DRvUqdTxtApUyjo9SDuCyNZtVzwGxlZd X-Received: by 2002:aa7:ce04:: with SMTP id d4mr6488587edv.130.1603874457203; Wed, 28 Oct 2020 01:40:57 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1603874457; cv=none; d=google.com; s=arc-20160816; b=RcoTq8gV39LmCzal6LoBzjelIdyfSGPclkgmlpj9DhuH4OyXZBMPs6CKTnL+lEFUgp URBdJSw/31QpbAkVAr1Z+Av/mn4DYc5Mu/H+ydsX2jV8wr6gfJ6XTvF2q90ASJXpziyZ W5T5dIayxNI/f+u/FdskdX0C439xHEuLlb4oZvWf8tDlclxKdcNDmb73D4wbH+V4m5xu 6mPEa190oav9w7928CQ/qWTf1LLxyLrueiok5u9RBxZU14bPN7ry2XiyxU2zDG0oCuc3 UOiRuo+bMHnSM1CD35dOcJr3W7JPRGevb8vWAd68yZCfeQHrjNmnIUHtGVSwVpcRLR9c PRbQ== 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=JBpZ4QgMVvZpShAZv9Nh8kjhUfyOIG95VVaeGYXMqbc=; b=nEqGtS0Rw3tzw3lIvR1MfAdKxLNQvYlBwUHoGCIsORouU3XseFKef2JDkqjNKK6kPw 635sqWKkWJSrFFVGW6f1D5yut8UXujLbLs2xielmfZZnfdds5BVD24KpIJNxJgoR20Ew tXugNez6PKLjRCuYIPfncq9erV/FuOD1Qf7+S95Dnx+gPuxEsqh42J7vJbX3o4Ca7RwE 8vjcfoF2UgU9U8ZB69ImhlwyOUYeKcIwC+suinkX5o1BXef2Mhnlxqv2yEtoLtgeaaGU JrpmTxIYSp+XEBARyVMWGtpD6kDmv7KtzrmN7S6DHv7VIkHYSD0Q6ijAm42APTnVRDdN LiaQ== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=nvBPudVt; 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 lg14si2653130ejb.82.2020.10.28.01.40.35; Wed, 28 Oct 2020 01:40:57 -0700 (PDT) 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=nvBPudVt; 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 S1754904AbgJ0OHh (ORCPT + 99 others); Tue, 27 Oct 2020 10:07:37 -0400 Received: from mail.kernel.org ([198.145.29.99]:55808 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754803AbgJ0OHJ (ORCPT ); Tue, 27 Oct 2020 10:07:09 -0400 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 7A4E022263; Tue, 27 Oct 2020 14:07:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1603807629; bh=JtyqfGX6OHLmksouCsKV/dd0WzwG4r/Mqs67QCAqv88=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=nvBPudVtYX9vqWsRhyP3AHX41BLU9T2U4fmZF2pusP1OKWMOavwS+Lwxh9n8OOZHp vcHJteAPWyWNV5G6bOxW8B/xPkBGr+pifMbOv760lCkD9uCIrNzmUOIdBthVPXD4XN DmFPzEHXHg/xBxFcZUODpz9BQ4JHEcMcUslnRLPo= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, "Darrick J. Wong" , Christoph Hellwig , Sasha Levin Subject: [PATCH 4.9 122/139] xfs: make sure the rt allocator doesnt run off the end Date: Tue, 27 Oct 2020 14:50:16 +0100 Message-Id: <20201027134907.936415606@linuxfoundation.org> X-Mailer: git-send-email 2.29.1 In-Reply-To: <20201027134902.130312227@linuxfoundation.org> References: <20201027134902.130312227@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: Darrick J. Wong [ Upstream commit 2a6ca4baed620303d414934aa1b7b0a8e7bab05f ] There's an overflow bug in the realtime allocator. If the rt volume is large enough to handle a single allocation request that is larger than the maximum bmap extent length and the rt bitmap ends exactly on a bitmap block boundary, it's possible that the near allocator will try to check the freeness of a range that extends past the end of the bitmap. This fails with a corruption error and shuts down the fs. Therefore, constrain maxlen so that the range scan cannot run off the end of the rt bitmap. Signed-off-by: Darrick J. Wong Reviewed-by: Christoph Hellwig Signed-off-by: Sasha Levin --- fs/xfs/xfs_rtalloc.c | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/fs/xfs/xfs_rtalloc.c b/fs/xfs/xfs_rtalloc.c index 0d93d3c10fcc4..d812f84252d5b 100644 --- a/fs/xfs/xfs_rtalloc.c +++ b/fs/xfs/xfs_rtalloc.c @@ -257,6 +257,9 @@ xfs_rtallocate_extent_block( end = XFS_BLOCKTOBIT(mp, bbno + 1) - 1; i <= end; i++) { + /* Make sure we don't scan off the end of the rt volume. */ + maxlen = min(mp->m_sb.sb_rextents, i + maxlen) - i; + /* * See if there's a free extent of maxlen starting at i. * If it's not so then next will contain the first non-free. @@ -448,6 +451,14 @@ xfs_rtallocate_extent_near( */ if (bno >= mp->m_sb.sb_rextents) bno = mp->m_sb.sb_rextents - 1; + + /* Make sure we don't run off the end of the rt volume. */ + maxlen = min(mp->m_sb.sb_rextents, bno + maxlen) - bno; + if (maxlen < minlen) { + *rtblock = NULLRTBLOCK; + return 0; + } + /* * Try the exact allocation first. */ -- 2.25.1