Re: [PATCH bpf-next v5 14/14] selftests/bpf: Test attach rejection for struct_ops arena programs
Eduard Zingerman <[email protected]>
| Newsgroups | org.kernel.vger.bpf |
|---|---|
| Message-ID | <[email protected]> |
On Sat, 2026-08-08 at 02:39 +0200, Kumar Kartikeya Dwivedi wrote: > Exercise fentry, fexit, and freplace programs that target a struct_ops > callback with an arena context argument. Verify each load is rejected with > -EOPNOTSUPP and the arena-specific verifier diagnostic. > > Signed-off-by: Kumar Kartikeya Dwivedi <[email protected]> > --- Acked-by: Eduard Zingerman <[email protected]>