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 40E8C2690F9 for ; Mon, 11 May 2026 01:42:08 +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=1778463728; cv=none; b=qVMVeku5dYvj0mV/iEHizq7G8nhal7EJRkv5oRWOtbJGgIzFEXC5FKeuIxr891p5vSd4GaPfa78wzxZ2odsVmZj8Vv4n5S9UKQYB5TtWSgHYlXBa3t627l1v9y4Yq4/Z4AycI3gcueykbccdRJlgJW9ju5Dk/+PWs+2sQ4UYINQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778463728; c=relaxed/simple; bh=5Gi+M/HKbDX6gvVy3B371gEpxFJ3HAQ6dqzG6cjcyeo=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=kIXts0XPPqACi0cOx37ZMOSD65PPYLs6im8Qx1CS3vLyuLa6YQI9APCIC5NWBBCrlqvfCbh4fcKmUkccen2qLjGsoftpq/FwuvEK/A9a2PgLNiaEAZvUJNgJmJhy1RAiPBezcVMUQtCyMQ10LK0kFcl6hIx1A6BbBKovgVMJi1w= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=SsoQGVCw; 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="SsoQGVCw" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 245B8C2BCB8; Mon, 11 May 2026 01:42:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1778463728; bh=5Gi+M/HKbDX6gvVy3B371gEpxFJ3HAQ6dqzG6cjcyeo=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=SsoQGVCweG2zQ6zbBVqmr3rftFn+jnSXvorDoDZcmHKjGJ1XJJt0CnIbVXTaoX3Ff FCi371Cu6AEGl0ALiDxsjLxxbqa8EtprhdfOsOFx7PIavEE4mWpX7DwZIBmi9vVSx+ KmNtz68XxrNuvnko5tHz2Ubkl1Pg9DPzk19GPM9hpr54A9SArI5E+bKHsAbLt9wgIn 55iw/X6Bjf1W02WYz36kf2RTmvYx74wni0GhNdEeyYhRaLrEWrhWz3WfBeHaPOcqDG TURCGtH2bQNINUzs0BkQp62BgOxXVoCmrj+M9Fk3PNa0+osBYOPwUOlLLf6RQfqIXO gOtF7cju0jcVw== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 7CDC13930039; Mon, 11 May 2026 01:41:16 +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: initialize ino_entry_info before checkpoint load From: patchwork-bot+f2fs@kernel.org Message-Id: <177846367504.1975880.12293006639309276631.git-patchwork-notify@kernel.org> Date: Mon, 11 May 2026 01:41:15 +0000 References: <20260510042336.94751-1-kartikey406@gmail.com> In-Reply-To: <20260510042336.94751-1-kartikey406@gmail.com> To: Deepanshu Kartikey Cc: jaegeuk@kernel.org, chao@kernel.org, stable@kernel.org, syzbot+eec8f2693d71386bd600@syzkaller.appspotmail.com, 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 Sun, 10 May 2026 09:53:36 +0530 you wrote: > When f2fs_get_valid_checkpoint() fails during mount (e.g. due to an > invalid checkpoint CRC on a malformed image), f2fs_fill_super() takes > an error path that eventually calls iput() on the root inode. This > invokes f2fs_drop_inode() -> f2fs_exist_written_data(), which acquires > sbi->im[]->ino_lock. However, f2fs_init_ino_entry_info() has not run > yet at this point, so the spinlock is uninitialized and lockdep > complains: > > [...] Here is the summary with links: - [f2fs-dev,v2] f2fs: initialize ino_entry_info before checkpoint load https://git.kernel.org/jaegeuk/f2fs/c/16c55b3147cc You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html