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=-5.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=no 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 09A7CC4361B for ; Thu, 10 Dec 2020 05:58:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4FB5D235F7 for ; Thu, 10 Dec 2020 05:58:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732864AbgLJF6Z (ORCPT ); Thu, 10 Dec 2020 00:58:25 -0500 Received: from szxga04-in.huawei.com ([45.249.212.190]:9145 "EHLO szxga04-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727004AbgLJF6Y (ORCPT ); Thu, 10 Dec 2020 00:58:24 -0500 Received: from DGGEMS406-HUB.china.huawei.com (unknown [172.30.72.60]) by szxga04-in.huawei.com (SkyGuard) with ESMTP id 4Cs38g229Rz15b2R; Thu, 10 Dec 2020 13:57:07 +0800 (CST) Received: from [10.136.114.67] (10.136.114.67) by smtp.huawei.com (10.3.19.206) with Microsoft SMTP Server (TLS) id 14.3.487.0; Thu, 10 Dec 2020 13:57:39 +0800 Subject: Re: [f2fs-dev] [PATCH] fs: f2fs: fix potential shift-out-of-bounds error in sanity_check_raw_super() To: Jaegeuk Kim CC: Anant Thazhemadam , Chao Yu , , , References: <20201209181322.27932-1-anant.thazhemadam@gmail.com> <9e38608c-9fc3-1f94-d275-742facef3db3@huawei.com> <8d293b99-4414-1317-7426-79692bbaa715@gmail.com> <1215c353-3c3f-0a61-00a3-021f0c2f0032@huawei.com> <38c68ef8-4b9b-cfc1-d8ad-cfeb4c2de845@gmail.com> From: Chao Yu Message-ID: Date: Thu, 10 Dec 2020 13:57:38 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <38c68ef8-4b9b-cfc1-d8ad-cfeb4c2de845@gmail.com> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.136.114.67] X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Jaegeuk, Could you please help to add signed-off of Anant manually in f2fs: fix shift-out-of-bounds in sanity_check_raw_super() Thanks, On 2020/12/10 10:14, Anant Thazhemadam wrote: > > On 10/12/20 7:40 am, Chao Yu wrote: >> On 2020/12/10 10:00, Anant Thazhemadam wrote: >>> >>> On 10/12/20 7:16 am, Chao Yu wrote: >>>> Hi Anant, >>>> >>>> I've posted a patch a little earlier. :P >>>> >>>> https://lore.kernel.org/linux-f2fs-devel/20201209084936.31711-1-yuchao0@huawei.com/T/#u >>>> >>> Ah well, that's alright, especially considering that your patch looks better. >>> Glad that bug has been fixed nonetheless. :) >> >> Anyway, thanks a lot for taking time to fix f2fs bug. :) >> >> I prefer to add your Signed-off-by into "f2fs: fix shift-out-of-bounds >> in sanity_check_raw_super()" if you don't mind. >> >> > > Sure, I'd appreciate that. Thank you! :D > > Thanks, > Anant > > . >