Re: [PATCH bpf-next v1 12/14] selftests/bpf: Test Program Structure diagnostic context
Eduard Zingerman <[email protected]>
| Newsgroups | org.kernel.vger.bpf |
|---|---|
| Message-ID | <[email protected]> |
On Sun, 2026-08-16 at 03:57 +0200, Kumar Kartikeya Dwivedi wrote: > Exercise each corrected Program Structure report. Place a missing-table gotox > after another instruction so its attribution differs from the subprogram > start, and assert that the recursive-call reason names both ends of the edge. > > Add malformed subprogram layouts for a branch crossing a subprogram boundary > and a subprogram that falls through its end. Both cases carry BTF line records > and assert that their structured reports include the corresponding source > function and file. > > Link: https://lore.kernel.org/bpf/cf2f420c2b21de440a7dc51b1565c0f06d4b539640ee5c03384e5d77bcfb5686@mail.kernel.org/ > Signed-off-by: Kumar Kartikeya Dwivedi <[email protected]> > --- Acked-by: Eduard Zingerman <[email protected]>