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 8B1F23803F1 for ; Tue, 16 Jun 2026 02:50:14 +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=1781578215; cv=none; b=Eac48EhxQtkvYX18OCLMcaAtw5Vf8RHXT4jUHVNGLHDi6txMaWWwpk7iEDu/3mwNxURpUaPltprOvi9/ou+VvRl0MqHM0l+ywUVPVz0df1Bb87vZvHGdcPDGhaeHtA4jXvZlQ4HD6nHSqHkvjBsJQSxNmAl2PVRjoQ1CJUWV2YY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781578215; c=relaxed/simple; bh=GlDlaUGId6hjANMyexO0OSjU5J0lL2wlj01bVpRIQd4=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=F4BvNNBbv1Zr4F06a7+ObnfKCd52G6TiJp9JC9j409IYRQ6VaEd3cRgn4dhlQDoDjX1bXhfbSELYdci3gU+iNYSxIB0VdG1dcAoh0qQmnffhztgP/tGkBzXW82lLZ8UHkboYmS6SfAYXWrw3Hyf6OP4SVkWrGmcX6RnEVC4yES4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=TsHMoFwF; 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="TsHMoFwF" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 70D011F000E9; Tue, 16 Jun 2026 02:50:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1781578214; bh=63DdxPTDlTIureSVrL3BjD/esMCviS3qv/hBCNWc70g=; h=Subject:From:Date:References:In-Reply-To:To:Cc; b=TsHMoFwFEVMc1iWPRhHFT+27/6mMwBQN4rXgaqYBDa5f+VaIk993UN/J8cyrbAH4z D19xYJ4P6crGh6zKYODVuiHtNViBtoOpxw65ON2tB30Rb1ycn6HzVPxhcE9UFlNcT6 dnbWA9Amx9UaD/J+1aZb3T7ykZE7WTi+D8lcBgBgkWZJLYqtimevDrISEfqYqoOuEi dufyw5/f6MzUm2s7B0LELI+dJJokt7chzp6f39ZEow/iB/7JqxS7aRxvcU8FueXrTr gGieRoEet2KuN7S+yovg2tyVDuG8May5oLGmOQeVvS9wavx7Y1FMpiKr1YeZ9T/tTJ dhSB8eXgwOZsw== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 939803839A26; Tue, 16 Jun 2026 02:50:10 +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: bound i_inline_xattr_size for non-inline-xattr inodes From: patchwork-bot+f2fs@kernel.org Message-Id: <178157820913.407856.10230578246013477605.git-patchwork-notify@kernel.org> Date: Tue, 16 Jun 2026 02:50:09 +0000 References: <20260611-b4-disp-155e8807-v1-1-5d14dcc72b15@proton.me> In-Reply-To: <20260611-b4-disp-155e8807-v1-1-5d14dcc72b15@proton.me> To: Bryam Vargas Cc: jaegeuk@kernel.org, chao@kernel.org, devnull+hexlabsecurity.proton.me@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, 11 Jun 2026 23:00:36 -0500 you wrote: > From: Bryam Vargas > > When the flexible_inline_xattr feature is enabled, do_read_inode() loads > the on-disk i_inline_xattr_size unconditionally: > > if (f2fs_sb_has_flexible_inline_xattr(sbi)) > fi->i_inline_xattr_size = le16_to_cpu(ri->i_inline_xattr_size); > > [...] Here is the summary with links: - [f2fs-dev] f2fs: bound i_inline_xattr_size for non-inline-xattr inodes https://git.kernel.org/jaegeuk/f2fs/c/ca29fc0196bd You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html