Re: [PATCH 5/7] io_uring/bpf_filter: add ref counts to struct io_bpf_filter
From: Christian Brauner
Date: Tue Jan 27 2026 - 04:39:28 EST
On Mon, Jan 19, 2026 at 04:54:28PM -0700, Jens Axboe wrote:
> In preparation for allowing inheritance of BPF filters and filter
> tables, add a reference count to the filter. This allows multiple tables
> to safely include the same filter.
>
> Signed-off-by: Jens Axboe <axboe@xxxxxxxxx>
> ---
Reviewed-by: Christian Brauner <brauner@xxxxxxxxxx>