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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 064CFC433F5 for ; Mon, 15 Nov 2021 13:58:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id CFDFE6322D for ; Mon, 15 Nov 2021 13:58:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231890AbhKOOBl (ORCPT ); Mon, 15 Nov 2021 09:01:41 -0500 Received: from mail.kernel.org ([198.145.29.99]:56306 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231937AbhKOOBR (ORCPT ); Mon, 15 Nov 2021 09:01:17 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id AEB5661A70; Mon, 15 Nov 2021 13:58:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1636984702; bh=plwTQYmxhyR4flAWPcJ7SwYkhMbE3Q8x9XpPv1GxMns=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=m9xMZuWnFASV+ZoKKdlt3Ehaxt8+VL41/VpTAVmxrbrAaTxZ3QC3U7NKaYQpvLRnK 8nO44dd1JCTCYUxrfOuDCNUqB72A3uWL471/oBjcQbmeGAgr2f0W1gWS6GAJPmzSK0 oTDbWX0JsZ1JJiQz0ihs3ZhNuvBiFEtZT5mVtPEA= Date: Mon, 15 Nov 2021 14:58:19 +0100 From: Greg Kroah-Hartman To: Miklos Szeredi Cc: lkml , stable , Sasha Levin , syzbot Subject: Re: [PATCH 5.13 089/151] ovl: fix deadlock in splice write Message-ID: References: <20210816125444.082226187@linuxfoundation.org> <20210816125447.013365592@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Nov 15, 2021 at 02:54:35PM +0100, Miklos Szeredi wrote: > Hi Greg, > > Looks like upstream commit b91b6b019fd ("ovl: fix deadlock in splice > write") needs to be added to linux-5.4.y. > > The reason is that commit 82a763e61e2b ("ovl: simplify file splice") > was backported to v5.4.155, and the above commit fixes this. > > Applies cleanly and I reviewed that the backport is correct. Now queued up, thanks. greg k-h