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 h
> Hi Jose,
> Apologies for the late reply, I haven't been feeling well for the past
> few days.
No worries!
>> > This patch adds the vmtest-tool subdirectory under contrib which tests
>> > BPF programs under a live kernel using a QEMU VM. It automatically
>> > builds the specified kernel vers
Hi Jose,
Apologies for the late reply, I haven't been feeling well for the past
few days.
> This patch adds the vmtest-tool subdirectory under contrib which tests
> BPF programs under a live kernel using a QEMU VM. It automatically
> builds the specified kernel version with eBPF support enabled
Hello Piyush.
I have a few high-level comments and questions, inlined below.
Thanks!
> This patch adds the vmtest-tool subdirectory under contrib which tests
> BPF programs under a live kernel using a QEMU VM. It automatically
> builds the specified kernel version with eBPF support enabled
> a