David Vernet ([email protected])

Number of posts: 546 (0.62 per day)
First post: 2021-12-09 16:53:28
Last post: 2024-05-14 21:34:22

Date List Subject
2023-01-24 14:16:09 linux-kernel Re: [PATCH bpf-next v2 3/3] bpf: Use BPF_KFUNC macro at all kfunc definitions
2023-01-24 00:54:17 linux-kernel Re: [PATCH bpf-next v2 3/3] bpf: Use BPF_KFUNC macro at all kfunc definitions
2023-01-23 23:22:49 linux-kernel [PATCH bpf-next 3/3] bpf/selftests: Verify struct_ops prog sleepable behavior
2023-01-23 23:22:46 linux-kernel [PATCH bpf-next 2/3] bpf: Pass const struct bpf_prog * to .check_member
2023-01-23 23:22:44 linux-kernel [PATCH bpf-next 1/3] bpf: Allow BPF_PROG_TYPE_STRUCT_OPS programs to be sleepable
2023-01-23 23:22:39 linux-kernel [PATCH bpf-next 0/3] Enable struct_ops programs to be sleepable
2023-01-23 19:01:30 linux-kernel Re: [PATCH bpf-next v2 3/3] bpf: Use BPF_KFUNC macro at all kfunc definitions
2023-01-23 18:48:39 linux-kernel Re: [PATCH bpf-next v2 3/3] bpf: Use BPF_KFUNC macro at all kfunc definitions
2023-01-23 17:16:09 linux-kernel [PATCH bpf-next v2 3/3] bpf: Use BPF_KFUNC macro at all kfunc definitions
2023-01-23 17:15:34 linux-kernel [PATCH bpf-next v2 2/3] bpf: Document usage of the new BPF_KFUNC macro
2023-01-23 17:15:32 linux-kernel [PATCH bpf-next v2 1/3] bpf: Add BPF_KFUNC macro for defining kfuncs
2023-01-23 17:15:26 linux-kernel [PATCH bpf-next v2 0/3] Add BPF_KFUNC macro for kfunc definitions
2023-01-20 21:01:29 linux-kernel [PATCH bpf-next v2 7/9] bpf/docs: Document cpumask kfuncs in a new file
2023-01-20 21:01:07 linux-kernel [PATCH bpf-next v2 4/9] bpf: Enable cpumasks to be queried and used as kptrs
2023-01-20 20:29:57 linux-kernel [PATCH bpf-next v2 2/9] bpf: Allow trusted args to walk struct when checking BTF IDs
2023-01-20 19:46:06 linux-kernel [PATCH bpf-next v2 9/9] bpf/docs: Document the nocast aliasing behavior of ___init
2023-01-20 19:42:55 linux-kernel [PATCH bpf-next v2 8/9] bpf/docs: Document how nested trusted fields may be defined
2023-01-20 19:41:56 linux-kernel [PATCH bpf-next v2 6/9] selftests/bpf: Add selftest suite for cpumask kfuncs
2023-01-20 19:36:40 linux-kernel [PATCH bpf-next v2 5/9] selftests/bpf: Add nested trust selftests suite
2023-01-20 19:34:03 linux-kernel [PATCH bpf-next v2 3/9] bpf: Disallow NULLable pointers for trusted kfuncs
2023-01-20 19:31:58 linux-kernel [PATCH bpf-next v2 1/9] bpf: Enable annotating trusted nested pointers
2023-01-20 19:31:16 linux-kernel [PATCH bpf-next v2 0/9] Enable cpumasks to be used as kptrs
2023-01-20 15:37:19 linux-kernel Re: [PATCH bpf-next 2/8] bpf: Allow trusted args to walk struct when checking BTF IDs
2023-01-20 15:32:44 linux-kernel Re: [PATCH bpf-next 2/8] bpf: Allow trusted args to walk struct when checking BTF IDs
2023-01-20 06:37:06 linux-kernel Re: [PATCH bpf-next 7/8] bpf/docs: Document cpumask kfuncs in a new file
2023-01-20 06:31:27 linux-kernel Re: [PATCH bpf-next 5/8] selftests/bpf: Add nested trust selftests suite
2023-01-20 06:16:32 linux-kernel Re: [PATCH bpf-next 4/8] bpf: Enable cpumasks to be queried and used as kptrs
2023-01-20 05:53:50 linux-kernel Re: [PATCH bpf-next 3/8] bpf: Disallow NULL PTR_TO_MEM for trusted kfuncs
2023-01-20 05:51:13 linux-kernel Re: [PATCH bpf-next 2/8] bpf: Allow trusted args to walk struct when checking BTF IDs
2023-01-20 03:46:01 linux-kernel Re: [PATCH bpf-next 4/8] bpf: Enable cpumasks to be queried and used as kptrs
2023-01-20 03:00:59 linux-kernel Re: [PATCH bpf-next 1/8] bpf: Enable annotating trusted nested pointers
2023-01-20 02:37:18 linux-kernel [PATCH bpf-next] selftests/bpf: Use __failure macro in task kfunc testsuite
2023-01-20 01:14:55 linux-kernel [PATCH bpf-next 7/8] bpf/docs: Document cpumask kfuncs in a new file
2023-01-20 00:53:28 linux-kernel [PATCH bpf-next 4/8] bpf: Enable cpumasks to be queried and used as kptrs
2023-01-20 00:51:56 linux-kernel [PATCH bpf-next 1/8] bpf: Enable annotating trusted nested pointers
2023-01-20 00:34:30 linux-kernel [PATCH bpf-next 5/8] selftests/bpf: Add nested trust selftests suite
2023-01-20 00:34:26 linux-kernel [PATCH bpf-next 2/8] bpf: Allow trusted args to walk struct when checking BTF IDs
2023-01-20 00:33:40 linux-kernel [PATCH bpf-next 8/8] bpf/docs: Document how nested trusted fields may be defined
2023-01-20 00:32:43 linux-kernel [PATCH bpf-next 3/8] bpf: Disallow NULL PTR_TO_MEM for trusted kfuncs
2023-01-20 00:32:38 linux-kernel [PATCH bpf-next 6/8] selftests/bpf: Add selftest suite for cpumask kfuncs
2023-01-20 00:32:33 linux-kernel [PATCH bpf-next 0/8] Enable cpumasks to be used as kptrs
2023-01-09 17:16:21 linux-kernel Re: [PATCH bpf-next 1/3] bpf: Add __bpf_kfunc tag for marking kernel functions as kfuncs
2023-01-07 06:01:57 linux-kernel Re: [PATCH bpf-next 0/3] Annotate kfuncs with new __bpf_kfunc macro
2023-01-07 02:45:20 linux-kernel Re: [PATCH bpf-next 1/3] bpf: Add __bpf_kfunc tag for marking kernel functions as kfuncs
2023-01-06 20:20:32 linux-kernel [PATCH bpf-next 3/3] bpf: Add __bpf_kfunc tag to all kfuncs
2023-01-06 20:12:17 linux-kernel [PATCH bpf-next 2/3] bpf: Document usage of the new __bpf_kfunc macro
2023-01-06 20:12:03 linux-kernel [PATCH bpf-next 0/3] Annotate kfuncs with new __bpf_kfunc macro
2023-01-06 20:11:38 linux-kernel [PATCH bpf-next 1/3] bpf: Add __bpf_kfunc tag for marking kernel functions as kfuncs
2022-12-13 22:03:32 linux-kernel Re: [PATCH v2 2/2] docs: fault-injection: Add requirements of error injectable functions
2022-12-13 00:18:43 linux-kernel [PATCH bpf-next] bpf/selftests: Use parent instead of last_wakee in task kfunc test
2022-12-07 22:02:27 linux-kernel [PATCH bpf-next v3 1/2] bpf/docs: Document struct task_struct * kfuncs