On 02/07/25 21:44, Jose E. Marchesi wrote:
One can also pass a precompiled BPF object with the desired
optimization options to the script to check it with the verifier.
Yes, but AFAIK building objects that can be actually loaded in the
kernel and verified requires in practice including kernel headers, which
is what this tool makes easier. So it seems to me that we will be
likely using the script to build sources most (if not all) of the time?
Yes, we'll build from source for most use cases, but having the option
to pass in a precompiled BPF object is still helpful if the current
build process is inadequate.
Looking forward to the next version.
Thanks!
I have mailed the revision, please take a look when you have a chance.
Thanks!