Re: [PATCH bpf-next v6 5/5] selftests/bpf: Add ksock test for async callback guard
Song Liu <[email protected]>
| Newsgroups | org.kernel.vger.bpf,org.kernel.vger.netdev |
|---|---|
| Message-ID | <CAPhsuW4A++FepX9LAR5scLh62fG0NH9oMQ0xwCEVS4=76PVA=Q@mail.gmail.com> |
On Wed, Aug 12, 2026 at 8:43 AM Mahe Tardy <[email protected]> wrote: > > Because the kfuncs are going through LSM hooks, allowing their use via > workqueue callbacks would expose the wrong credentials. This test > ensures the kfunc are preventing any use from these contexts. > > Acked-by: Stanislav Fomichev <[email protected]> > Signed-off-by: Mahe Tardy <[email protected]> Acked-by: Song Liu <[email protected]>