From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id E090BC54E58 for ; Mon, 25 Mar 2024 00:36:57 +0000 (UTC) Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=T6iTqyP3; dkim-atps=neutral Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4V2vBw2D9Qz3d40 for ; Mon, 25 Mar 2024 11:36:56 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=T6iTqyP3; dkim-atps=neutral Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=kernel.org (client-ip=139.178.84.217; helo=dfw.source.kernel.org; envelope-from=xiang@kernel.org; receiver=lists.ozlabs.org) Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4V2vBq4KQ9z30fp for ; Mon, 25 Mar 2024 11:36:51 +1100 (AEDT) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 937EC60C67; Mon, 25 Mar 2024 00:36:48 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B0046C433F1; Mon, 25 Mar 2024 00:36:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1711327008; bh=ADKAmQUOaYHldXWJswv5b4u4EPWPvg9ByIPOXE0+E3k=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=T6iTqyP39S1pX5fGsw1LZXl6ncapNQezHvfHTeLJKS30LaTeYj6Z8MK+IwejcJ7Qv Ig5G2+lUW6oHG/tlb+3GHga0k7qqwiEZS7p3mYTMTOZFF8+jXGwV9Yr4tl8iEF2R85 11p0kcn/DQBATlZz4j0vY/TZ/ySkPRAPhA2iW38wOz+7P2MMTQRYlyDuUOEY9aLRDp avlSB1StyP2g6OEXIze3qGnkGppCcdd5j51SfERaJHPNaOMp2lA8SIMfQXljP2ppSU IoZ19Endl2ecX4Z648yNiXD1LLz3cHDU1D81+9y31t/FS+C3EmHNicM53f0DoUQi4x vI0t1EGf3fusw== Date: Mon, 25 Mar 2024 08:36:43 +0800 From: Gao Xiang To: Sasha Levin Subject: Re: [PATCH 6.6 329/638] erofs: Convert to use bdev_open_by_path() Message-ID: Mail-Followup-To: Sasha Levin , linux-kernel@vger.kernel.org, stable@vger.kernel.org, Jan Kara , Gao Xiang , Chao Yu , linux-erofs@lists.ozlabs.org, Christoph Hellwig , Gao Xiang , Christian Brauner References: <20240324230116.1348576-1-sashal@kernel.org> <20240324230116.1348576-330-sashal@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20240324230116.1348576-330-sashal@kernel.org> X-BeenThere: linux-erofs@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Development of Linux EROFS file system List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Christian Brauner , Jan Kara , linux-kernel@vger.kernel.org, stable@vger.kernel.org, Gao Xiang , linux-erofs@lists.ozlabs.org, Christoph Hellwig Errors-To: linux-erofs-bounces+linux-erofs=archiver.kernel.org@lists.ozlabs.org Sender: "Linux-erofs" Hi, On Sun, Mar 24, 2024 at 06:56:06PM -0400, Sasha Levin wrote: > From: Jan Kara > > [ Upstream commit 49845720080dff0afd5813eaebf0758b01b6312c ] > > Convert erofs to use bdev_open_by_path() and pass the handle around. > > CC: Gao Xiang > CC: Chao Yu > CC: linux-erofs@lists.ozlabs.org > Acked-by: Christoph Hellwig > Acked-by: Gao Xiang > Reviewed-by: Christian Brauner > Signed-off-by: Jan Kara > Link: https://lore.kernel.org/r/20230927093442.25915-21-jack@suse.cz > Signed-off-by: Christian Brauner > Stable-dep-of: 0f28be64d132 ("erofs: fix lockdep false positives on initializing erofs_pseudo_mnt") > Signed-off-by: Sasha Levin I don't think it's necessary to be backported to v6.6 as well as the previous one "block: Provide bdev_open_* functions". The patch "erofs: fix lockdep false positives on initializing erofs_pseudo_mnt" should be manually backported instead. Thanks, Gao Xiang From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 712F1199EB9; Mon, 25 Mar 2024 00:36:48 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1711327008; cv=none; b=W/jjUAf5zcNX9/UpKsjTLt+JdLHaxnETw9FDNpjdrbKPpKt/YCSI9b8wLxg7ZzWDaYLywL1U4B3NJxiaKI82jTz/8bXgQFaL919tp851lzFgFP1+E8qlGBXvzBkjTz8hK3ypWOn/JzN3zaSUFtn+3DZ63+8iQjdQODLjmOJxzbE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1711327008; c=relaxed/simple; bh=ADKAmQUOaYHldXWJswv5b4u4EPWPvg9ByIPOXE0+E3k=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=YL+PuDByn6TvoLO0/1vzDBcNNABgZ/0TMOKsBdmEZyUwZO1P2wp5P3EURtwolr9LtgMknLoICsLaknq42P+RxU3hBhXDftUeSMGaupwYucfWZolifPeCZE+08b/riq5e1WKb7xOCObDcB8SueJqiuuVd85vU5fMkGtoeq0akOGo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=T6iTqyP3; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="T6iTqyP3" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B0046C433F1; Mon, 25 Mar 2024 00:36:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1711327008; bh=ADKAmQUOaYHldXWJswv5b4u4EPWPvg9ByIPOXE0+E3k=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=T6iTqyP39S1pX5fGsw1LZXl6ncapNQezHvfHTeLJKS30LaTeYj6Z8MK+IwejcJ7Qv Ig5G2+lUW6oHG/tlb+3GHga0k7qqwiEZS7p3mYTMTOZFF8+jXGwV9Yr4tl8iEF2R85 11p0kcn/DQBATlZz4j0vY/TZ/ySkPRAPhA2iW38wOz+7P2MMTQRYlyDuUOEY9aLRDp avlSB1StyP2g6OEXIze3qGnkGppCcdd5j51SfERaJHPNaOMp2lA8SIMfQXljP2ppSU IoZ19Endl2ecX4Z648yNiXD1LLz3cHDU1D81+9y31t/FS+C3EmHNicM53f0DoUQi4x vI0t1EGf3fusw== Date: Mon, 25 Mar 2024 08:36:43 +0800 From: Gao Xiang To: Sasha Levin Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, Jan Kara , Gao Xiang , Chao Yu , linux-erofs@lists.ozlabs.org, Christoph Hellwig , Gao Xiang , Christian Brauner Subject: Re: [PATCH 6.6 329/638] erofs: Convert to use bdev_open_by_path() Message-ID: Mail-Followup-To: Sasha Levin , linux-kernel@vger.kernel.org, stable@vger.kernel.org, Jan Kara , Gao Xiang , Chao Yu , linux-erofs@lists.ozlabs.org, Christoph Hellwig , Gao Xiang , Christian Brauner References: <20240324230116.1348576-1-sashal@kernel.org> <20240324230116.1348576-330-sashal@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20240324230116.1348576-330-sashal@kernel.org> Hi, On Sun, Mar 24, 2024 at 06:56:06PM -0400, Sasha Levin wrote: > From: Jan Kara > > [ Upstream commit 49845720080dff0afd5813eaebf0758b01b6312c ] > > Convert erofs to use bdev_open_by_path() and pass the handle around. > > CC: Gao Xiang > CC: Chao Yu > CC: linux-erofs@lists.ozlabs.org > Acked-by: Christoph Hellwig > Acked-by: Gao Xiang > Reviewed-by: Christian Brauner > Signed-off-by: Jan Kara > Link: https://lore.kernel.org/r/20230927093442.25915-21-jack@suse.cz > Signed-off-by: Christian Brauner > Stable-dep-of: 0f28be64d132 ("erofs: fix lockdep false positives on initializing erofs_pseudo_mnt") > Signed-off-by: Sasha Levin I don't think it's necessary to be backported to v6.6 as well as the previous one "block: Provide bdev_open_* functions". The patch "erofs: fix lockdep false positives on initializing erofs_pseudo_mnt" should be manually backported instead. Thanks, Gao Xiang