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 886382F7EF3 for ; Fri, 22 May 2026 04:29:58 +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=1779424199; cv=none; b=E8PdiIWk9M6onFMcWzzPLje6RNVBUBh2fQdwSyR0Zu/lfxtMdsfBnyE9rLKI37AWruAQL7YE5uR47z+Zcq4x73UnE4X3oJXRpOk4yIh2Z8lZ9gSeCp8ujOCQqE5Zldla/7UBR6R6p2wLMAg4ti0XWJ3XKrv20E4oivPkfGXfKc0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779424199; c=relaxed/simple; bh=8FMkOFyTKrQ+y1wX8LQfzGJjiMO136+uhIfRcyD26I4=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=Hnv5qvmbW1f2KuJB9kIXpC6fmfHXyLN4HjhfPrjBvjWSOvCn85S/VEPlXV6l+FQtSGldmsF869AKbGgaUNTJ/W9aPqx/71Mch70BK75j2ZkDxalpyQJ7ektnleL1st95Egvnj7loY75FRBAWeI2RBvN1bClmO6PfIPnQDMIN+Ys= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=ofG2CeAt; 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="ofG2CeAt" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5C6F61F00A3D; Fri, 22 May 2026 04:29:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1779424198; bh=j+TGV0iqSQSvajBpcgxp2Nx3Wiwwn7Ab+d0PQ2KCouw=; h=Subject:From:Date:References:In-Reply-To:To:Cc; b=ofG2CeAtEGqnPfhvULNahxrnwUktLnjGbufa12B0XzFqZTs7akl1Jc/vc2yaOdBFX 30kX1hcZlqRIavFf4CA/4ocvGcYmCVY/0xN9Snvk41/XCcMEe8SeHcoYeslx9EhysU Qq9hT977Kb+8pfVEEFbCFFOgFYPz2i++3D+6ByrRXnVMxX01OaRbhTFzoW+CUUXnAe 91HAPp278YO2NwEMeATG+PukheDrQ5beNwdLmR+o362fnuLM9F1EQR2x4JSiFW3S0h sKGKmAEWlUo43G+0Dui9FNQ2w+NyUvH/QyW1hlZZC3zgT2OOTTKRhDRUgw9tHFdaTR 6igCZ/H+VrqXA== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 197C63930E41; Fri, 22 May 2026 04:30:09 +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: avoid false shutdown fserror reports From: patchwork-bot+f2fs@kernel.org Message-Id: <177942420763.624124.8044747546709124239.git-patchwork-notify@kernel.org> Date: Fri, 22 May 2026 04:30:07 +0000 References: <20260521103748.1954748-1-qiwenjie@xiaomi.com> In-Reply-To: <20260521103748.1954748-1-qiwenjie@xiaomi.com> To: Wenjie Qi Cc: jaegeuk@kernel.org, chao@kernel.org, linux-kernel@vger.kernel.org, qiwenjie@xiaomi.com, stable@kernel.org, linux-f2fs-devel@lists.sourceforge.net Hello: This patch was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim : On Thu, 21 May 2026 18:37:48 +0800 you wrote: > F2FS records image errors and checkpoint-stop reasons through the same > s_error_work worker. The ordinary f2fs_handle_error() path only updates > s_errors, but the worker still calls fserror_report_shutdown() > unconditionally after committing the superblock. > > As a result, a metadata corruption report can be followed by a synthetic > FAN_FS_ERROR event with ESHUTDOWN and an invalid superblock file handle, > even though no stop reason was recorded. > > [...] Here is the summary with links: - [f2fs-dev,v2] f2fs: avoid false shutdown fserror reports https://git.kernel.org/jaegeuk/f2fs/c/e10b499e702c You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html