Re: [PATCH bpf-next 06/18] bpf: add support for bpf_wq user type

2024-04-19 Thread Alexei Starovoitov
On Tue, Apr 16, 2024 at 04:08:19PM +0200, Benjamin Tissoires wrote: > Mostly a copy/paste from the bpf_timer API, without the initialization > and free, as they will be done in a separate patch. > > Signed-off-by: Benjamin Tissoires Patches 2-6 look good.

[PATCH bpf-next 06/18] bpf: add support for bpf_wq user type

2024-04-16 Thread Benjamin Tissoires
Mostly a copy/paste from the bpf_timer API, without the initialization and free, as they will be done in a separate patch. Signed-off-by: Benjamin Tissoires --- include/linux/bpf.h | 11 ++- include/uapi/linux/bpf.h | 4 kernel/bpf/btf.c | 17 +