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 0DE3AA48E for ; Wed, 14 Dec 2022 15:58:46 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4673EC433EF; Wed, 14 Dec 2022 15:58:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1671033526; bh=FSzI9ZvvfxPQmWRbohbWucMskgML+DqMUAysRYLSk7Y=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Uw9RxbEzWdMh3j6cgTnQfocwOw+njg4bQHxsv4gt8z6njmDBYdHWLUpnxhkQSHMn1 RrU1tPyWBqyYrgr3wF1ih60dUIhy9+ODd36N9S2RRxqNhs4aexJl2/u0fudeJZw6P+ VwxfU7BYJSVa6yBDDvK3Pb6hl+L3CrYV+3iL4cg0= Date: Wed, 14 Dec 2022 16:58:43 +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 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), can you provide a working backport? thanks, greg k-h