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 403533F23A1 for ; Wed, 5 Aug 2026 21:21:43 +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=1785964912; cv=none; b=XHq6XcVHiw0751e2f3kXb99yfywkhd2Fgh1Zs/njSK0al1It9AXDYzBLhQOYjn47LrCppRryizAACi8RTzqP043P0NWGoy+C/3qhHitlUlKKPu9lt8NHRuIqkolmxOR1gzLhZDAC0Spkaoyp/pwaEHtR0U+iZg4AO3DvgEQan68= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785964912; c=relaxed/simple; bh=Ddh1HDqfE73vcwpz18ygzArXD4yUxNC3VAI+A3otvf4=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=EaT767s8ZSEEA4qCQXBrO2l7DAahevpFCcvu7F3OdDYFHpIy73UA+ae92q7kvUiMatVCLWhDluO6F10OVHNm9apIsOOWMcp0hCRcDRn+SiJU3/YZrB3JqLLJI+jaTf66HoWqPnZ/urIQhIaO579qv84xZGvrf3mYPXpS+yXMmmM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=B5/pu1BJ; 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="B5/pu1BJ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 155A91F00A3A; Wed, 5 Aug 2026 21:21:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1785964903; bh=kVrdpT7mWkB1LXBMIfBihO9UlZb9xRKyVf0KIbHuGSQ=; h=Subject:From:Date:References:In-Reply-To:To:Cc; b=B5/pu1BJXxDv0BDXujLOnnm4Io0TL8IlYzxELIqrIFqhcvD6pVpizSQPXlV3viKtP HcyOspJmu+ger92MfwWUR51DG2CijrN2khcYVjKdDJ7Fr9Mhnm27Ht+lm+1DYWGq6n ZwMKk4HB8ePhSJ8kckof4jXVarLz7Xb+ysVyaXUBpq/K6Y7I2pOG2ixHtx8w7CdPMD lYEl1Rs1Us/TRMUu3biyr2XI8nPTFp1J99GHuzHUq1H04Kzt4hPLWLAGD8pDc4rPuC rnNkB+b5kxzesT+1k2SbYMPLtr7mZW2FhI9VBEql7eoDJbxnfhfwcO7Yu/uV293cPA AUuUpl8CarvGQ== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 19845392FFD1; Wed, 5 Aug 2026 21:21:04 +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: limit recovery filename logging to stored length From: patchwork-bot+f2fs@kernel.org Message-Id: <178596486263.530543.12202938187333968046.git-patchwork-notify@kernel.org> Date: Wed, 05 Aug 2026 21:21:02 +0000 References: <20260630082331.2757376-1-qiwenjie@xiaomi.com> In-Reply-To: <20260630082331.2757376-1-qiwenjie@xiaomi.com> To: Wenjie Qi Cc: jaegeuk@kernel.org, chao@kernel.org, stable@kernel.org, qiwenjie@xiaomi.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 Tue, 30 Jun 2026 16:23:30 +0800 you wrote: > F2FS stores recovery filenames as a length plus a fixed-size i_name > buffer. The buffer is not NUL-terminated, but recover_inode() and > recover_dentry() print it with %s. > > For a 255-byte filename, recovery logging can read past i_name into the > following raw inode fields. > > [...] Here is the summary with links: - [f2fs-dev] f2fs: limit recovery filename logging to stored length https://git.kernel.org/jaegeuk/f2fs/c/01027b2fcb74 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html