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 7E141C7EE2C for ; Sat, 3 Jun 2023 02:05:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236966AbjFCCFw (ORCPT ); Fri, 2 Jun 2023 22:05:52 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58092 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231654AbjFCCFu (ORCPT ); Fri, 2 Jun 2023 22:05:50 -0400 Received: from szxga02-in.huawei.com (szxga02-in.huawei.com [45.249.212.188]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1B1CCE50; Fri, 2 Jun 2023 19:05:47 -0700 (PDT) Received: from dggpeml500021.china.huawei.com (unknown [172.30.72.56]) by szxga02-in.huawei.com (SkyGuard) with ESMTP id 4QY36X47MyzLqBs; Sat, 3 Jun 2023 10:02:44 +0800 (CST) Received: from [10.174.177.174] (10.174.177.174) by dggpeml500021.china.huawei.com (7.185.36.21) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.23; Sat, 3 Jun 2023 10:05:44 +0800 Message-ID: Date: Sat, 3 Jun 2023 10:05:44 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.1.2 Subject: Re: [syzbot] Monthly ext4 report (May 2023) Content-Language: en-US To: Theodore Ts'o CC: syzbot , , , , , , yangerkun , Baokun Li References: <000000000000834af205fce87c00@google.com> <20230602210639.GA1154817@mit.edu> From: Baokun Li In-Reply-To: <20230602210639.GA1154817@mit.edu> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit X-Originating-IP: [10.174.177.174] X-ClientProxiedBy: dggems705-chm.china.huawei.com (10.3.19.182) To dggpeml500021.china.huawei.com (7.185.36.21) X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2023/6/3 5:06, Theodore Ts'o wrote: > On Thu, Jun 01, 2023 at 10:08:53AM +0800, Baokun Li wrote: >> Patch "[PATCH v2] ext4: fix race condition between buffer write and >> page_mkwrite​" >> in maillist fixes issues <1>,<4>,<5>. >> >> Patch set "[PATCH v4 00/12] ext4: fix WARNING in >> ext4_da_update_reserve_space" >> in maillist fixes issues <3>. > Thanks for noting that the fixes are applicable to the above reports. > I've adjusted the commit descrptions to include the necessary > Reported-by: lines, and they are in the ext4 dev tree. > > Cheers, > > - Ted > Thank you very much for your Applied! There are many sources of syzkaller issues, and the patches I send out to fix syzkaller issues add Reported-by to all but the ones that fix issues reported by our internal syzbot. However, there may be multiple syzbot reports for the same issue. So I sorry for not adding the "Reported-by:" for the corresponding issue above. Please feel free to give me your feedback if the patches have any problems. Thanks! 😀 -- With Best Regards, Baokun Li .