Re: [PATCH bpf-next v2 5/9] bpf, verifier: improve signed ranges inference for BPF_AND
From: Eduard Zingerman <eddyz87@gmail.com>
Date: 2024-07-22 18:48:01
Also in:
bpf, linux-security-module
From: Eduard Zingerman <eddyz87@gmail.com>
Date: 2024-07-22 18:48:01
Also in:
bpf, linux-security-module
On Mon, 2024-07-22 at 20:57 +0800, Shung-Hsi Yu wrote: [...]
quoted
As a nitpick, I think that it would be good to have some shortened version of the derivation in the comments alongside the code.Agree it would. Will try to add a 2-4 sentence explanation.quoted
(Maybe with a link to the mailing list).Adding a link to the mailing list seems out of the usual for comment in verifier.c though, and it would be quite long. That said, it would be nice to hint that there exists a more verbose version of the explanation. Maybe an explicit "see commit for the full detail" at the end of the added comment?
Tbh, I find bounds deduction code extremely confusing. Imho, having lengthy comments there is a good thing.