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
2022-12-07 21:36:47 linux-kernel [PATCH bpf-next v3 0/2] Document some recent core kfunc additions
2022-12-07 21:10:19 linux-kernel [PATCH bpf-next v3 2/2] bpf/docs: Document struct cgroup * kfuncs
2022-12-06 21:19:37 linux-kernel [PATCH bpf-next] bpf: Don't use rcu_users to refcount in task kfuncs
2022-12-05 23:18:32 linux-kernel [PATCH bpf-next v2 2/2] bpf/docs: Document struct cgroup * kfuncs
2022-12-05 22:44:25 linux-kernel [PATCH bpf-next v2 1/2] bpf/docs: Document struct task_struct * kfuncs
2022-12-05 22:20:44 linux-kernel [PATCH bpf-next v2 0/2] Document some recent core kfunc additions
2022-12-05 21:53:24 linux-kernel Re: [PATCH bpf-next 1/2] bpf/docs: Document struct task_struct * kfuncs
2022-12-05 16:53:11 linux-kernel Re: [PATCH bpf-next 1/2] bpf/docs: Document struct task_struct * kfuncs
2022-12-05 15:10:45 linux-kernel Re: [PATCH bpf-next v9 3/4] bpf: Add kfuncs for storing struct task_struct * as a kptr
2022-12-02 22:27:08 linux-kernel [PATCH bpf-next 0/2] Document some recent core kfunc additions
2022-12-02 22:24:14 linux-kernel [PATCH bpf-next 1/2] bpf/docs: Document struct task_struct * kfuncs
2022-12-02 22:15:43 linux-kernel [PATCH bpf-next 2/2] bpf/docs: Document struct cgroup * kfuncs
2022-11-29 19:11:55 linux-kernel Re: [PATCH bpf] bpf, docs: Correct the example of BPF_XOR
2022-11-23 14:18:46 linux-kernel [PATCH bpf-next] bpf: Don't use idx variable when registering kfunc dtors
2022-11-22 15:52:55 linux-kernel [PATCH bpf-next 1/2] bpf: Add bpf_task_from_pid() kfunc
2022-11-22 15:45:32 linux-kernel [PATCH bpf-next 2/2] selftests/bpf: Add selftests for bpf_task_from_pid()
2022-11-22 15:10:56 linux-kernel [PATCH bpf-next 0/2] Add kfunc for doing pid -> task lookup
2022-11-22 06:36:04 linux-kernel [PATCH bpf-next 3/4] bpf: Add bpf_cgroup_ancestor() kfunc
2022-11-22 06:36:03 linux-kernel [PATCH bpf-next 0/4] Support storing struct cgroup * objects as kptrs
2022-11-22 06:28:59 linux-kernel [PATCH bpf-next 4/4] selftests/bpf: Add selftests for bpf_cgroup_ancestor() kfunc
2022-11-22 06:08:48 linux-kernel [PATCH bpf-next 1/4] bpf: Enable cgroups to be used as kptrs
2022-11-22 06:08:03 linux-kernel [PATCH bpf-next 2/4] selftests/bpf: Add cgroup kfunc / kptr selftests
2022-11-22 03:04:20 linux-kernel Re: [PATCH bpf-next v4] docs/bpf: Update btf selftests program and add link
2022-11-21 15:53:14 linux-kernel Re: [PATCH bpf-next v9 2/4] bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncs
2022-11-21 15:18:23 linux-kernel Re: [PATCH bpf-next v3] docs/bpf: Update btf selftests program and add link
2022-11-21 07:54:03 linux-kernel Re: [PATCH bpf-next] docs/bpf: Update btf selftests program and add link
2022-11-20 18:38:53 linux-kernel Re: [PATCH bpf-next v9 2/4] bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncs
2022-11-20 17:59:19 linux-kernel Re: [PATCH bpf-next] docs/bpf: Update btf test programe code
2022-11-20 05:42:37 linux-kernel [PATCH bpf-next v9 3/4] bpf: Add kfuncs for storing struct task_struct * as a kptr
2022-11-20 05:42:37 linux-kernel [PATCH bpf-next v9 4/4] bpf/selftests: Add selftests for new task kfuncs
2022-11-20 05:42:37 linux-kernel [PATCH bpf-next v9 2/4] bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncs
2022-11-20 05:40:54 linux-kernel [PATCH bpf-next v9 1/4] bpf: Allow multiple modifiers in reg_type_str() prefix
2022-11-20 05:17:27 linux-kernel [PATCH bpf-next v9 0/4] Support storing struct task_struct objects as kptrs
2022-11-19 22:48:40 linux-kernel Re: [PATCH bpf-next v8 1/3] bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncs
2022-11-19 21:28:44 linux-kernel [PATCH bpf-next v8 3/3] bpf/selftests: Add selftests for new task kfuncs
2022-11-19 21:26:28 linux-kernel [PATCH bpf-next v8 2/3] bpf: Add kfuncs for storing struct task_struct * as a kptr
2022-11-19 21:26:09 linux-kernel [PATCH bpf-next v8 1/3] bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncs
2022-11-19 21:22:46 linux-kernel [PATCH bpf-next v8 0/3] Support storing struct task_struct objects as kptrs
2022-11-19 05:27:48 linux-kernel Re: [PATCH bpf-next v7 1/3] bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncs
2022-11-18 22:34:58 linux-kernel Re: [PATCH bpf-next v7 1/3] bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncs
2022-11-18 17:12:41 linux-kernel Re: [PATCH bpf-next v7 1/3] bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncs
2022-11-18 15:50:59 linux-kernel Re: [PATCH bpf-next v7 3/3] bpf/selftests: Add selftests for new task kfuncs
2022-11-18 15:50:34 linux-kernel Re: [PATCH bpf-next v7 1/3] bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncs
2022-11-18 15:37:16 linux-kernel Re: [PATCH bpf-next v7 0/3] Support storing struct task_struct objects as kptrs
2022-11-18 01:58:16 linux-kernel Re: [PATCH bpf-next v7 0/3] Support storing struct task_struct objects as kptrs
2022-11-17 22:21:02 linux-kernel Re: [PATCH bpf-next v7 0/3] Support storing struct task_struct objects as kptrs
2022-11-17 03:45:33 linux-kernel [PATCH bpf-next v7 0/3] Support storing struct task_struct objects as kptrs
2022-11-17 03:38:14 linux-kernel [PATCH bpf-next v7 2/3] bpf: Add kfuncs for storing struct task_struct * as a kptr
2022-11-17 03:37:22 linux-kernel [PATCH bpf-next v7 1/3] bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncs
2022-11-17 03:27:44 linux-kernel [PATCH bpf-next v7 3/3] bpf/selftests: Add selftests for new task kfuncs
2022-11-04 16:16:03 linux-kernel Re: [PATCH bpf-next] Documentation: bpf: escape underscore in BPF type name prefix