Re: [PATCH xfs] xfs: validate remote attr value length in the leaf verifier
MuElnova <[email protected]> Wed, 29 Jul 2026 06:58:33 +0000
| Newsgroups | org.kernel.vger.linux-xfs,org.kernel.vger.linux-kernel,org.kernel.vger.stable |
|---|---|
| Message-ID | <SE3PR03MB99671599AB8C4D9C92A16BF6B9CA2@SE3PR03MB9967.apcprd03.prod.outlook.com> |
> Isn't this a duplicate of
> https://lore.kernel.org/linux-xfs/[email protected]/#t
> ?
Yes, it is — same root cause and effectively the same verifier check.
My dedup search was limited to torvalds/linux.git (lore and
git.kernel.org are unreachable from my test environment), so I missed
Aldo's series. Sorry for the noise.
His series looks correct to me, and the 1/2 change to
xfs_attr_copy_value() closes the signedness bypass at the
consumption site as well, which my patch did not touch.
Thanks,
Miao