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 X-Spam-Level: X-Spam-Status: No, score=-11.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A3214C433B4 for ; Tue, 20 Apr 2021 18:27:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5A22D6135F for ; Tue, 20 Apr 2021 18:27:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233537AbhDTS2Z (ORCPT ); Tue, 20 Apr 2021 14:28:25 -0400 Received: from mail.kernel.org ([198.145.29.99]:55848 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233092AbhDTS2X (ORCPT ); Tue, 20 Apr 2021 14:28:23 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 0CE106052B; Tue, 20 Apr 2021 18:27:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1618943271; bh=KKqI0CtdBHnooIUsDeB/ucsXCbS8kOelphJ+U2dDNfE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=tMeUBUM/+jZCj2JdxtT/7Fdp9QL90Wfk11n0DYy8kF9zUtstSlzZN75u9JANQoyCf s2eYbxuLp8hFXHKeEoM9SMAAnGuNGH9IGy6e8ZQMGVfM0Efc5qkoAMRe7GbWk0CwiJ 8fCgLcHp90AtT5MsUZU5H8POYsc9S/wk1n/xtaAbubyT3EOtVCmgRVaClPCRLP81pa IHbMn+pBSQ6ORV5tVGXFHbVlVtXUqXfWrWuayR1YfIXBO+af2Pg/2dgIIuqvX7ptY5 to6xfFGwQSclnbqdu7mXMM+edDGlcydVnovqox9ILTBOjqX/IaaOadJbBCvu1jj0xX 4ekaxTRy6V+og== Date: Tue, 20 Apr 2021 11:27:49 -0700 From: Jaegeuk Kim To: Salvatore Bonaccorso Cc: Chao Yu , butt3rflyh4ck , LKML , linux-f2fs-devel@lists.sourceforge.net Subject: Re: [f2fs-dev] [PATCH] f2fs: fix to avoid out-of-bounds memory access Message-ID: References: <20210322114730.71103-1-yuchao0@huawei.com> 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 Hi, On 04/20, Salvatore Bonaccorso wrote: > Hi, > > On Tue, Mar 23, 2021 at 02:43:29PM +0800, Chao Yu wrote: > > Hi butt3rflyh4ck, > > > > On 2021/3/23 13:48, butt3rflyh4ck wrote: > > > Hi, I have tested the patch on 5.12.0-rc4+, it seems to fix the problem. > > > > Thanks for helping to test this patch. > > Was this patch applied? I do not see it in mainline (unless > miss-checked). Not yet. Queue for next merge window. https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git/commit/?h=dev&id=b862676e371715456c9dade7990c8004996d0d9e > > Regards, > Salvatore