Re: [PATCH v2 1/1] Add a new baseboard for BPF

Jacob Bachmeyer <[email protected]> Tue, 24 Mar 2026 22:12:34 -0500
Newsgroups gmane.comp.sysutils.dejagnu.general
Message-ID <[email protected]>
On 2/24/26 15:34, Piyush Raj wrote:
> The new bpf-vmtest.exp baseboard is used by GCC for runtime testing of
> BPF programs across different kernel versions.
> ---
>   ChangeLog                 |   9 ++
>   Makefile.am               |   1 +
>   Makefile.in               |   1 +
>   baseboards/bpf-vmtest.exp | 179 ++++++++++++++++++++++++++++++++++++++
>   4 files changed, 190 insertions(+)
>   create mode 100644 baseboards/bpf-vmtest.exp
>
> [...]

Apologies for the very long delay in getting to this, but this code 
seems good enough to merit a feature branch for further polishing, so it 
is now on the feature-bpfvmtest branch at Savannah.  My remaining major 
quibbles are just that---quibbles---so I will take care of polishing them.

I also see that the bpf-vmtest tool this module requires has landed at 
GCC master, so that will not be an impediment to merging the feature 
branch.  The feature branch will be deleted after it is merged to master.

Thank you for your contribution to DejaGnu and I look forward to future 
improvements.


-- Jacob