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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E49E5CA0FFB for ; Tue, 5 Sep 2023 15:59:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232050AbjIEP7W (ORCPT ); Tue, 5 Sep 2023 11:59:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37568 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1353765AbjIEH7P (ORCPT ); Tue, 5 Sep 2023 03:59:15 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3C384CCB for ; Tue, 5 Sep 2023 00:59:12 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id A8B5160A66 for ; Tue, 5 Sep 2023 07:59:11 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B40ACC433C7; Tue, 5 Sep 2023 07:59:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1693900751; bh=ZnYi1exwfCzum+po4FxbLW7bAJE6y5WTscP1cS4zChw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=WO1sY51fk12y66XOmcjO1top4OF4fnm4y0AIDCm/Gy7O4l9MXwe2wgNfx2/T1ManK mitf4aGyLYoGYVqarvskwW9PMrQ8QafK0ntNsdPmWqutMgac3DRneyWGTNuPWbkgxz 6jvzUGCAsekvD21E9Kb4GGHPFs3GDJ0vmIA8bHzk= Date: Tue, 5 Sep 2023 08:59:07 +0100 From: Greg Kroah-Hartman To: Vladislav Efanov Cc: stable@vger.kernel.org, Jan Kara , lvc-project@linuxtesting.org, Jan Kara Subject: Re: [PATCH 5.10 1/1] udf: Handle error when adding extent to a file Message-ID: <2023090526-unrefined-handpick-4e23@gregkh> References: <20230815113453.2213555-1-VEfanov@ispras.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230815113453.2213555-1-VEfanov@ispras.ru> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Tue, Aug 15, 2023 at 02:34:53PM +0300, Vladislav Efanov wrote: > From: Jan Kara > > commit 19fd80de0a8b5170ef34704c8984cca920dffa59 upstream > > When adding extent to a file fails, so far we've silently squelshed the > error. Make sure to propagate it up properly. > > Signed-off-by: Jan Kara > Signed-off-by: Vladislav Efanov > --- > Syzkaller reports this problem in 5.10 stable release. The problem has > been fixed by the following patch which can be cleanly applied to the > 5.10 branch. > fs/udf/inode.c | 41 +++++++++++++++++++++++++++-------------- > 1 file changed, 27 insertions(+), 14 deletions(-) Sorry I missed this, but we need versions for 5.10 and newer if we were to be able to take this. thanks, greg k-h