Re: [PATCH 1/1] contrib: add vmtest-tool to test BPF programs

2025-07-03 Thread Piyush Raj
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

Re: [PATCH 1/1] contrib: add vmtest-tool to test BPF programs

2025-07-02 Thread Jose E. Marchesi
> 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

Re: [PATCH 1/1] contrib: add vmtest-tool to test BPF programs

2025-07-02 Thread Piyush Raj
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

Re: [PATCH 1/1] contrib: add vmtest-tool to test BPF programs

2025-06-26 Thread Jose E. Marchesi
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