Re: [PATCH bpf-next 01/11] bpf: Add a bpf keyring for program signature validation
Daniel Borkmann <[email protected]>
| Newsgroups | dev.linux.lists.sashiko-reviews,org.kernel.vger.bpf |
|---|---|
| Message-ID | <[email protected]> |
On 8/21/26 11:56 PM, [email protected] wrote: > Thank you for your contribution! Sashiko AI review found 1 potential issue(s) to consider: > - [Low] `VERIFY_USE_BPF_KEYRING` aliases a valid user keyring ID, making user keyring ID 3 unusable for BPF signature verification. (Once bpf keyring is active user/session keys are disallowed, they are only for staging when bpf keyring is not yet used, so nothing gets overlapped.)