From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 43B373EF670 for ; Tue, 24 Mar 2026 17:32:25 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774373545; cv=none; b=eiPgS2L81bfasLDvp4PyxYS7OHVGuQhMsd6ujNKASULKBAKwriB73iA2sBx4XZmlgiL5x6w9wkzHaieVNuc4DL7SrTYRal9CkFKZ6ClWGWThwm20z2LOktBZRuX/G0jAjWajACOfJI9wC9SFLHsNewReljui0G956K0EUb6IzlQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774373545; c=relaxed/simple; bh=4KEG2mXKSt4DOHTbhIg7Yk2lcuYoLiu6H9zILZxm96s=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=LQUdgnkGu8d4TMim0yiRJ+armlAqNCuZ3QS+iFzi873hlNp+o8gWGO2V72G2184H71pNMAJqy1SVs3TELfQjA+p+BH6EPw/y39U4nYo3Rxm60ynyheGApUddlLfAlvhc9XMgXHvTk0aZeSIm7Se426NwKzAU08FfDmkWJLtCx8w= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=O+H7izK/; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="O+H7izK/" Received: by smtp.kernel.org (Postfix) with ESMTPSA id EC31AC2BC87; Tue, 24 Mar 2026 17:32:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1774373545; bh=4KEG2mXKSt4DOHTbhIg7Yk2lcuYoLiu6H9zILZxm96s=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=O+H7izK/6vBfqsc+xiT+xc9aERWq01L5FK6YVL4IH7tg6lLTyezgyZPBwNn78g3Fk TPNQgwU85pLy5XAPNeulEiG8n5EfQPWFpyCMXpstzZYFzhGgdLpa3X64xcQZ+2YOiO 3umiq9lXokqG7ElbpXTt+O14g8GwVncfnJmtJ7WbEWvxUI0EM1W7moQ3ihjcUQROiQ aEh4ip+lFwZ8AHLyUu3aA7W4OCMnDhPYt1mANFabqzDik8tMhGpQsPHGzssxDppGz8 f60D6Esenhy72To51q45eRbjcnfT+DGeJQqXXKLMSwfM32GLB96ZKehRYa6cyFS6Pc 4L+BviB3xGzZA== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 02C703808203; Tue, 24 Mar 2026 17:32:14 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [f2fs-dev] [PATCH v2] f2fs: fix to skip empty sections in f2fs_get_victim From: patchwork-bot+f2fs@kernel.org Message-Id: <177437353253.1223048.6770609846094260738.git-patchwork-notify@kernel.org> Date: Tue, 24 Mar 2026 17:32:12 +0000 References: <20260316185922.2184759-1-daeho43@gmail.com> In-Reply-To: <20260316185922.2184759-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 Hello: This patch was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim : On Mon, 16 Mar 2026 11:59:21 -0700 you wrote: > From: Daeho Jeong > > In age-based victim selection (ATGC, AT_SSR, or GC_CB), f2fs_get_victim > can encounter sections with zero valid blocks. This situation often > arises when checkpoint is disabled or due to race conditions between > SIT updates and dirty list management. > > [...] Here is the summary with links: - [f2fs-dev,v2] f2fs: fix to skip empty sections in f2fs_get_victim https://git.kernel.org/jaegeuk/f2fs/c/3dd8312599c4 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html