Received: by 2002:a05:6a10:c7c6:0:0:0:0 with SMTP id h6csp1639198pxy; Mon, 2 Aug 2021 06:51:18 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyudfjrARULswd7bYh4J1dvKghM5uIWtLOMznB9zMLuoBfhSVN983QJU9xmgDVJoCwXNj7o X-Received: by 2002:a92:d083:: with SMTP id h3mr617491ilh.157.1627912278626; Mon, 02 Aug 2021 06:51:18 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1627912278; cv=none; d=google.com; s=arc-20160816; b=HxEuy79udnI/ijkTeRL+7mY1L6kNYW7vqjlpy3hc467vbAPn7pjwjl+raxR8oIac+m k2BkthYHbBDGCBVtBQ0BUyqN9zg6kvDx475ciESL5bdIx17JSAvMYz8h07H7fJ4/3Nro V69OfCTa04WNz70zbNtfjdcTmItrA+/Eqo3NMfV+Xlr2EWS9x9/8dTfd2zTvOMxgPOJj LL8saTPTSIZuzKdn1woBP6fEBWrRags5S/dhvCA69uQLFRdMuhL/JFDTW+HNgXbEXx3Q lA2jMmIJKhvLgxvogU/ss4l5uChJtG6hpdMCEhaMvl4snLBjT2nU1gW5A7NfF6tf4ubZ rQOw== 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=9dOX8/mfLnCSUmSiM7s1VOl9gnSQqIwXsZjARNEiJmE=; b=kCETj8mRolnw2oEvFPK2QwH/WuZXQWkc/tuZfPIBuVouq1eJOtOve2yorS1Q5J2KGN 9jypPhRx84PIV/L8pR4YgV0e5jZtNwsyABJTkR0R1+tvyURVQrq1o/CSc1B6IuPm3lLO PK7PtKS+O3gXgLBHqvMR4nLLf1Aossfceex1HTImFNxkju4skpnXRM01iQf1FoOxHK4c K/WyAgAojpp72wGOa9r364VjFuCc3iJpBcgb57FEB2sz0v/BR/QMBUrQkDXWrPeV5rJt UcMnmV2dOdnVYb5+ktDgtLbSHTLzkc9ybNHhm7wmwxFKbpiyscihcrZNn7G8yTdFVgDL dIhw== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=AJLmW8GP; 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=pass (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 d14si12475120ilq.43.2021.08.02.06.51.06; Mon, 02 Aug 2021 06:51:18 -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=@linuxfoundation.org header.s=korg header.b=AJLmW8GP; 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=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234867AbhHBNtX (ORCPT + 99 others); Mon, 2 Aug 2021 09:49:23 -0400 Received: from mail.kernel.org ([198.145.29.99]:56192 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234180AbhHBNqc (ORCPT ); Mon, 2 Aug 2021 09:46:32 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 51D3460555; Mon, 2 Aug 2021 13:46:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1627911982; bh=6u0yXNQpcaXNrtN0Gbilq+d+MPQrdxQw4dBqmzYX2Uo=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=AJLmW8GP3nf4cT8jKUBlX41nwAVD4koV2xuKcqSAxd3hv+S3zO0WL2k2l/XZ9UusJ k8QAIqJntMTlzxwxQ5We/Nk3Y+jD6Mbw1+A8kQB3iDw5Kop1Vh+0Nj68a/2VlMa9RI mR9HgDXPYI1B393wa6x1ong9OROELiVaXzhLF3G0= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Desmond Cheong Zhi Xi , Viacheslav Dubeyko , "Gustavo A. R. Silva" , Al Viro , Shuah Khan , Andrew Morton , Linus Torvalds , Sasha Levin Subject: [PATCH 4.4 07/26] hfs: add missing clean-up in hfs_fill_super Date: Mon, 2 Aug 2021 15:44:17 +0200 Message-Id: <20210802134332.264419502@linuxfoundation.org> X-Mailer: git-send-email 2.32.0 In-Reply-To: <20210802134332.033552261@linuxfoundation.org> References: <20210802134332.033552261@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: Desmond Cheong Zhi Xi [ Upstream commit 16ee572eaf0d09daa4c8a755fdb71e40dbf8562d ] Patch series "hfs: fix various errors", v2. This series ultimately aims to address a lockdep warning in hfs_find_init reported by Syzbot [1]. The work done for this led to the discovery of another bug, and the Syzkaller repro test also reveals an invalid memory access error after clearing the lockdep warning. Hence, this series is broken up into three patches: 1. Add a missing call to hfs_find_exit for an error path in hfs_fill_super 2. Fix memory mapping in hfs_bnode_read by fixing calls to kmap 3. Add lock nesting notation to tell lockdep that the observed locking hierarchy is safe This patch (of 3): Before exiting hfs_fill_super, the struct hfs_find_data used in hfs_find_init should be passed to hfs_find_exit to be cleaned up, and to release the lock held on the btree. The call to hfs_find_exit is missing from an error path. We add it back in by consolidating calls to hfs_find_exit for error paths. Link: https://syzkaller.appspot.com/bug?id=f007ef1d7a31a469e3be7aeb0fde0769b18585db [1] Link: https://lkml.kernel.org/r/20210701030756.58760-1-desmondcheongzx@gmail.com Link: https://lkml.kernel.org/r/20210701030756.58760-2-desmondcheongzx@gmail.com Signed-off-by: Desmond Cheong Zhi Xi Reviewed-by: Viacheslav Dubeyko Cc: Gustavo A. R. Silva Cc: Al Viro Cc: Shuah Khan Cc: Greg Kroah-Hartman Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds Signed-off-by: Sasha Levin --- fs/hfs/super.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/fs/hfs/super.c b/fs/hfs/super.c index 4574fdd3d421..3eb815bb2c78 100644 --- a/fs/hfs/super.c +++ b/fs/hfs/super.c @@ -426,14 +426,12 @@ static int hfs_fill_super(struct super_block *sb, void *data, int silent) if (!res) { if (fd.entrylength > sizeof(rec) || fd.entrylength < 0) { res = -EIO; - goto bail; + goto bail_hfs_find; } hfs_bnode_read(fd.bnode, &rec, fd.entryoffset, fd.entrylength); } - if (res) { - hfs_find_exit(&fd); - goto bail_no_root; - } + if (res) + goto bail_hfs_find; res = -EINVAL; root_inode = hfs_iget(sb, &fd.search_key->cat, &rec); hfs_find_exit(&fd); @@ -449,6 +447,8 @@ static int hfs_fill_super(struct super_block *sb, void *data, int silent) /* everything's okay */ return 0; +bail_hfs_find: + hfs_find_exit(&fd); bail_no_root: pr_err("get root inode failed\n"); bail: -- 2.30.2