On Mon, 10 Nov 2025 16:38:08 +0000 Marat Khalili <[email protected]> wrote:
> > +static int
> > +test_bpf_elf_load(void)
> > +{
> > + static const char test_section[] = "call1";
> > + uint8_t tbuf[sizeof(struct dummy_vect8)];
>
> I still think alignment may become an issue here.
This was copied from earlier part (run_test).

