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 166F7C61DA4 for ; Tue, 14 Feb 2023 18:10:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233354AbjBNSKs (ORCPT ); Tue, 14 Feb 2023 13:10:48 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42632 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233319AbjBNSKn (ORCPT ); Tue, 14 Feb 2023 13:10:43 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EE3612DE67 for ; Tue, 14 Feb 2023 10:10:30 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id AAA91B81EB5 for ; Tue, 14 Feb 2023 18:10:29 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 76D66C433EF; Tue, 14 Feb 2023 18:10:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1676398228; bh=hjZ67XNKi/w+9jxZRZs54E81083oaVh693j/6bpGlMc=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=FAU0YGBpbga5nkL/MO8SQMnRjVQALM9zhJTZ4lYTLzzINdtFcn/KUe08+IBPVktG5 A7ELJM9YvXyMG11Aqo4UkqNE+zUefX7+uLZpdrknXaYWDKjV1TF9btjfIMQ60mCr3/ 3ocPz1mE9Pm1AjgJpkztqtawXIF+slfZRhVilG4MaWP+8mNG5ZULANvJ4CEL3H4uRb 1VaQhBqrBrYmSKaZ0+yk6fZwouI9mmCAk6hhC3eXPnePTQUSggb2H8rbxQyn0oa6Mi Tp30bg+x4ij1IlCuLqXw13Cxk2HdWVg8x/8ltsFY/63ix5uyOAL/j4l4o85netX54s DEVU94fra1oFQ== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 5A9BFE68D35; Tue, 14 Feb 2023 18:10:28 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [f2fs-dev] [PATCH] f2fs: synchronize atomic write aborts From: patchwork-bot+f2fs@kernel.org Message-Id: <167639822836.3874.17414617616074524611.git-patchwork-notify@kernel.org> Date: Tue, 14 Feb 2023 18:10:28 +0000 References: <20230209181819.2333522-1-daeho43@gmail.com> In-Reply-To: <20230209181819.2333522-1-daeho43@gmail.com> To: Daeho Jeong Cc: linux-kernel@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net, kernel-team@android.com, daehojeong@google.com, syzbot+823000d23b3400619f7c@syzkaller.appspotmail.com Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim : On Thu, 9 Feb 2023 10:18:19 -0800 you wrote: > From: Daeho Jeong > > To fix a race condition between atomic write aborts, I use the inode > lock and make COW inode to be re-usable thoroughout the whole > atomic file inode lifetime. > > Reported-by: syzbot+823000d23b3400619f7c@syzkaller.appspotmail.com > Fixes: 3db1de0e582c ("f2fs: change the current atomic write way") > Signed-off-by: Daeho Jeong > > [...] Here is the summary with links: - [f2fs-dev] f2fs: synchronize atomic write aborts https://git.kernel.org/jaegeuk/f2fs/c/a46bebd502fe You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html