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 971CDAD33 for ; Wed, 14 Dec 2022 18:29:16 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B76CDC433EF; Wed, 14 Dec 2022 18:29:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1671042556; bh=xuGAGk9gmz05kHIBzqzN7E5yyvr3CG4LoOug8IVgfCk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=JepAwwOaJ0bdXOawZ16GtM6IQbyyO2CcVmoFsGWJaX9OzuXvp6Td8CUUFi3YgojUJ YM/58be7w/B+wrfpfnC1v0T4hMwc6rSQ3hwyg07BJ1NxwT4iJ5rVmZYV7Q0Ye6dmQa kvICvQcAeUQmlUvoajYGXuxyWxQJ4Z/qU5tm1580= Date: Wed, 14 Dec 2022 19:29:13 +0100 From: Greg Kroah-Hartman To: Amir Goldstein Cc: stable@vger.kernel.org, patches@lists.linux.dev, Namjae Jeon , Luis Henriques , Al Viro , Sasha Levin Subject: Re: [PATCH 6.0 044/124] vfs: fix copy_file_range() averts filesystem freeze protection Message-ID: References: <20221205190808.422385173@linuxfoundation.org> <20221205190809.690922836@linuxfoundation.org> Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Wed, Dec 14, 2022 at 07:21:47PM +0200, Amir Goldstein wrote: > On Wed, Dec 14, 2022 at 5:58 PM Greg Kroah-Hartman > wrote: > > > > On Tue, Dec 13, 2022 at 10:03:02AM +0200, Amir Goldstein wrote: > > > On Mon, Dec 5, 2022 at 9:24 PM Greg Kroah-Hartman > > > wrote: > > > > > > > > From: Amir Goldstein > > > > > > > > [ Upstream commit 10bc8e4af65946b727728d7479c028742321b60a ] > > > > > > > > Commit 868f9f2f8e00 ("vfs: fix copy_file_range() regression in cross-fs > > > > copies") removed fallback to generic_copy_file_range() for cross-fs > > > > cases inside vfs_copy_file_range(). > > > > > > Hi Greg, > > > > > > The regressing commit is in v5.15.53. > > > Please apply this fix to 5.15.y. > > > > This commit does not apply to 5.15.y as-is (breaks the build), > > Sorry. compiled without lockdep. > > > can you provide a working backport? > > > > Patch attached with lockdep assert removed. thanks, that worked, now queued up. greg k-h