Anton Protopopov ([email protected])

Number of posts: 20 (0.07 per day)
First post: 2023-06-22 10:12:22
Last post: 2024-04-03 10:10:26

Date List Subject
2024-04-03 10:10:26 linux-kernel Re: include/linux/build_bug.h:78:41: error: static assertion failed: "struct bpf_fib_lookup size check"
2024-04-03 09:57:37 linux-kernel Re: include/linux/build_bug.h:78:41: error: static assertion failed: "struct bpf_fib_lookup size check"
2024-04-03 08:21:26 linux-kernel Re: include/linux/build_bug.h:78:41: error: static assertion failed: "struct bpf_fib_lookup size check"
2023-07-19 09:49:42 linux-kernel [PATCH v2 bpf-next 4/4] bpf: allow any program to use the bpf_map_sum_elem_count kfunc
2023-07-19 09:48:10 linux-kernel [PATCH v2 bpf-next 3/4] bpf: make an argument const in the bpf_map_sum_elem_count kfunc
2023-07-19 09:32:30 linux-kernel [PATCH v2 bpf-next 2/4] bpf: consider CONST_PTR_TO_MAP as trusted pointer to struct bpf_map
2023-07-19 09:32:29 linux-kernel [PATCH v2 bpf-next 1/4] bpf: consider types listed in reg2btf_ids as trusted
2023-07-19 09:31:52 linux-kernel [PATCH v2 bpf-next 0/4] allow bpf_map_sum_elem_count for all program types
2023-07-19 07:14:19 linux-kernel Re: [PATCH bpf-next 1/3] bpf: consider CONST_PTR_TO_MAP as trusted pointer to struct bpf_map
2023-07-19 07:13:48 linux-kernel Re: [PATCH bpf-next 1/2] bpf: fix setting return values for htab batch ops
2023-07-17 12:04:04 linux-kernel [PATCH bpf-next 0/2] fix setting return values for htab batch ops and docs
2023-07-17 12:03:41 linux-kernel [PATCH bpf-next 2/2] bpf: update uapi/linux/bpf.h docs on the batch map ops
2023-07-17 11:59:27 linux-kernel [PATCH bpf-next 1/2] bpf: fix setting return values for htab batch ops
2023-07-16 08:52:27 linux-kernel Re: [PATCH bpf-next 1/3] bpf: consider CONST_PTR_TO_MAP as trusted pointer to struct bpf_map
2023-07-14 14:52:05 linux-kernel [PATCH bpf-next 2/3] bpf: make an argument const in the bpf_map_sum_elem_count kfunc
2023-07-14 14:27:12 linux-kernel [PATCH bpf-next 3/3] bpf: allow any program to use the bpf_map_sum_elem_count kfunc
2023-07-14 14:27:07 linux-kernel [PATCH bpf-next 1/3] bpf: consider CONST_PTR_TO_MAP as trusted pointer to struct bpf_map
2023-07-14 14:24:21 linux-kernel [PATCH bpf-next 0/3] allow bpf_map_sum_elem_count for all program types
2023-06-22 10:16:37 linux-kernel [PATCH bpf-next] bpf, docs: document existing macros instead of deprecated
2023-06-22 10:12:22 linux-kernel [PATCH bpf-next] bpf, docs: BPF Iterator Document