Re: [PATCH bpf-next] bpf: Trim special_kfunc_list in verifier

From: Kumar Kartikeya Dwivedi

Date: Thu Aug 13 2026 - 00:55:39 EST


On Wed Aug 12, 2026 at 6:48 PM CEST, Leon Hwang wrote:
> The commit 7619a0ee9340 ("bpf: Mark existing lock-safe kfuncs with KF_SPINLOCK_SAFE")
> dropped some helpers in verifier, which also eliminated the use of the
> following kfuncs from the special_kfunc_list:
>
> * bpf_arena_reserve_pages
> * bpf_stream_vprintk
> * bpf_stream_print_stack
>
> So, drop them from the special_kfunc_list.
>
> Signed-off-by: Leon Hwang <leon.hwang@xxxxxxxxx>
> ---

Applied. pw-bot is asleep.