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 51B8FEB64DA for ; Thu, 20 Jul 2023 18:21:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229566AbjGTSVI (ORCPT ); Thu, 20 Jul 2023 14:21:08 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56620 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229503AbjGTSVH (ORCPT ); Thu, 20 Jul 2023 14:21:07 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 20E14E6F for ; Thu, 20 Jul 2023 11:21:07 -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 B051661BA6 for ; Thu, 20 Jul 2023 18:21:06 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C241DC433C7; Thu, 20 Jul 2023 18:21:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1689877266; bh=MNMqKRo+Y/GV+TSJI8Mt23DGfH6LtqdWAD4hNOiF6ag=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=wOP283YMsRMJ5YVaeMDS6hQY3Nw9FG1qvw2UMMvkUL8mdhAKoTdhhl5VabtaWU4rP de2mg7ppPT+2cV5x2onO4eTM9DxuvPkBzmB5ppg39empUBl1SvbizW7gei3FNbhObK WYY/sP+tDrKFWXWLDq7dQW0XUicnRxtu6fzx9nSw= Date: Thu, 20 Jul 2023 20:21:03 +0200 From: Greg KH To: Stefan Ghinea Cc: stable@vger.kernel.org, Chao Yu , Jaegeuk Kim Subject: Re: [PATCH 6.3 1/1] f2fs: fix to avoid NULL pointer dereference f2fs_write_end_io() Message-ID: <2023072048-unjustly-stagnate-85de@gregkh> References: <20230719190944.15238-1-stefan.ghinea@windriver.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230719190944.15238-1-stefan.ghinea@windriver.com> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Wed, Jul 19, 2023 at 10:09:44PM +0300, Stefan Ghinea wrote: > From: Chao Yu > > commit d8189834d4348ae608083e1f1f53792cfcc2a9bc upstream 6.3.y is long end-of-life, sorry.