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 C4CACC04AA9 for ; Wed, 20 Sep 2023 15:50:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236783AbjITPuk (ORCPT ); Wed, 20 Sep 2023 11:50:40 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55850 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235478AbjITPub (ORCPT ); Wed, 20 Sep 2023 11:50:31 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DA1CBCA; Wed, 20 Sep 2023 08:50:25 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPS id 76B78C43391; Wed, 20 Sep 2023 15:50:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1695225025; bh=2V9YWG2+fo3tZJ+/Ft+3oV7Hjxta8RtJyN+jWzZUn+g=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=l/9w2KHqp7eJt7mTM0cOiuwP2lI63GUAL/xFaX4K4UXbKN8vCjfLKxRLdoKVKf5BS wrzkmACEslSl8FjMYPy1oS/kOoqcaSywjecKTWcNq15FlWunTNRqwMXmS3TZzcyZCZ xKMqHaLI9njLD+oo3usQHO1NHk/oI/Dy1qduF/yBIt/lmnwaX5YNzrI/ZYAHifnjK1 shiYitESoIPaqLl+nRU3oWEeco5R1pBtj70IHE6wfY1MPgXeHLYtJgaKo8VFz2rIA9 jbqBOlQ+5Y+sYIIwvc0r95gDweg889gvK+eIunn0ZacSsMnjksLvhNa2jzirfIEEaN WlyR2mb4NHYFQ== 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 54F04E1F66C; Wed, 20 Sep 2023 15:50:25 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [f2fs-dev] [PATCH] f2fs: split initial and dynamic conditions for extent_cache From: patchwork-bot+f2fs@kernel.org Message-Id: <169522502534.22557.3452572888083664704.git-patchwork-notify@kernel.org> Date: Wed, 20 Sep 2023 15:50:25 +0000 References: <20230907210859.3698691-1-jaegeuk@kernel.org> In-Reply-To: <20230907210859.3698691-1-jaegeuk@kernel.org> To: Jaegeuk Kim Cc: linux-kernel@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net, stable@vger.kernel.org, syzbot+d342e330a37b48c094b7@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, 7 Sep 2023 14:08:58 -0700 you wrote: > Let's allocate the extent_cache tree without dynamic conditions to avoid a > missing condition causing a panic as below. > > # create a file w/ a compressed flag > # disable the compression > # panic while updating extent_cache > > [...] Here is the summary with links: - [f2fs-dev] f2fs: split initial and dynamic conditions for extent_cache https://git.kernel.org/jaegeuk/f2fs/c/f803982190f0 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html