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 C2A91C7EE29 for ; Fri, 2 Jun 2023 21:07:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236468AbjFBVHO (ORCPT ); Fri, 2 Jun 2023 17:07:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36906 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235803AbjFBVHG (ORCPT ); Fri, 2 Jun 2023 17:07:06 -0400 Received: from outgoing.mit.edu (outgoing-auth-1.mit.edu [18.9.28.11]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E5AC6E49 for ; Fri, 2 Jun 2023 14:07:05 -0700 (PDT) Received: from cwcc.thunk.org (pool-173-48-119-27.bstnma.fios.verizon.net [173.48.119.27]) (authenticated bits=0) (User authenticated as tytso@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id 352L6drj012273 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 2 Jun 2023 17:06:41 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mit.edu; s=outgoing; t=1685740002; bh=+fhvnsMpXlpfmJs76T6Sk6ClEO2oC4AjjwblRuM2ubw=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=hXyU7+uCe2xPabyzcF+mpcUQu4SzMXoqFnOoZV65St34QqPU0XI8cfgFVkxQYPcNf 6tqrzhTOQCx1vxTP3rzlG8ZAYWaErnxoDSwpysdnfoSbudpiTMMEgwrcK4leAZ+AhV bULOxm1BdvnonaM29A/oEhW7W4PlJy2dFQbM5OOKl3qvE/SgRXhYFqTC8uz/DGqQU9 WqUe5owGg+q4ZQtRqnGW4I91foz77Y2zLi8uOzm6U4g6jKaidQqsPuFpq/uzQUjQOp 619QpEo0fbM3LrlZQwzxCqT6r5LAvBpMH4lPaYi9+3lbmlcJ2Oc2Q+6EPHrIInBIRB Lp+j+WVX8en9w== Received: by cwcc.thunk.org (Postfix, from userid 15806) id 5ED1A15C02EE; Fri, 2 Jun 2023 17:06:39 -0400 (EDT) Date: Fri, 2 Jun 2023 17:06:39 -0400 From: "Theodore Ts'o" To: Baokun Li Cc: syzbot , adilger.kernel@dilger.ca, linux-ext4@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, syzkaller-bugs@googlegroups.com, yangerkun Subject: Re: [syzbot] Monthly ext4 report (May 2023) Message-ID: <20230602210639.GA1154817@mit.edu> References: <000000000000834af205fce87c00@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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