From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 D6EF6212550 for ; Tue, 11 Aug 2026 04:30:50 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1786422651; cv=none; b=D4Xd98gILNAVWbrMHO0F4DJirKDWfxSJu3oNo9tCyfM0faxkQXAJmjH39hjAICHQRQDA/nnaAmqI9w6wrWHcLKVjK20Yd/gN9Hnp0C4OjUcZHCAMbjC540X33sfgKoaRrkfKRc8Y253rIEVWtzLEYsgq3TiFPDl6H+2azPx2Ez8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1786422651; c=relaxed/simple; bh=XQE0HCrdLtEbfg/K4ULIsImziwFReQIHuqEHZ2Ke/is=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=cv0LQJOng/vmupW+UNxXTUDetZV67MXo4F0LXadYlyVU75JqkA+YRZazic08eVICBVi4B3qqm8X7omw6kXARVeNlDqHKIkyYxLz5ywZm9d9TgCC2OcdxmN6bDbpqgwq6waDl4ZsOFijT2WVR7wvFnUquqvnk0gGTKemfaXvi/Yw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=bfapdcBK; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="bfapdcBK" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7AE191F00A3A; Tue, 11 Aug 2026 04:30:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1786422650; bh=SPFu2tOpk8VNy7obR/fUKgpbzhD9fY3W7xp+FXZKt9s=; h=Subject:From:Date:References:In-Reply-To:To:Cc; b=bfapdcBKrHG+IWLl0eed3vfzVbQJtYe0kAIPGjlSXuQavzolVlhiqduajpRFLdUIn OIB18ucbWjA1S/7J7CVGhooLXwivFLs0Ve+V0l1n4N3E2mBlRy99whRw5sWSRVRZ+r 7oTCfEnpReXMGEreChI1u0s3vcHZ0RoCkE7/T2v8q0wyQQVMlL78sfwkmjCZSyOvLQ 9CNjsciAfDqw6lS1lPj3hK9PrcfGVmVNNkP635VZijVXwTiEXE5CWejeBEli7japx2 MTFXwFZ+XJrtK+HGhgUQPYvPRrE0XYO/H35kTjCNf3HsR+pC8xnUszDjlVSGy8ABto PZOebUSWqiFXg== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 198403926278; Tue, 11 Aug 2026 04:30:08 +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] f2fs: fix to pass folio->index to f2fs_sanity_check_node_footer() From: patchwork-bot+f2fs@kernel.org Message-Id: <178642260663.332426.16745639324119870571.git-patchwork-notify@kernel.org> Date: Tue, 11 Aug 2026 04:30:06 +0000 References: <20260806123537.1516699-1-chao@kernel.org> In-Reply-To: <20260806123537.1516699-1-chao@kernel.org> To: Chao Yu Cc: jaegeuk@kernel.org, stable@kernel.org, linux-kernel@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net Hello: This patch was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim : On Thu, 6 Aug 2026 20:35:37 +0800 you wrote: > Otherwise in f2fs_sanity_check_node_footer(), it will check the > same nid incorrectly. > > Cc: stable@kernel.org > Fixes: 0a736109c9d2 ("f2fs: fix to do sanity check on node footer in __write_node_folio()") > Signed-off-by: Chao Yu > > [...] Here is the summary with links: - [f2fs-dev] f2fs: fix to pass folio->index to f2fs_sanity_check_node_footer() https://git.kernel.org/jaegeuk/f2fs/c/7e188e9f9437 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html