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-11-01 21:56:16 linux-kernel Re: [PATCH bpf-next v6 1/3] bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncs
2022-11-01 18:24:33 linux-kernel Re: [PATCH bpf-next v6 1/3] bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncs
2022-10-20 23:18:47 linux-kernel [PATCH bpf-next v6 3/3] bpf/selftests: Add selftests for new task kfuncs
2022-10-20 22:38:57 linux-kernel [PATCH bpf-next v6 2/3] bpf: Add kfuncs for storing struct task_struct * as a kptr
2022-10-20 22:38:28 linux-kernel [PATCH bpf-next v6 1/3] bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncs
2022-10-20 22:38:11 linux-kernel [PATCH bpf-next v6 0/3] Support storing struct task_struct objects as kptrs
2022-10-20 07:31:28 linux-kernel Re: [PATCH v5 1/3] bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncs
2022-10-20 06:53:42 linux-kernel Re: [PATCH v5 3/3] bpf/selftests: Add selftests for new task kfuncs
2022-10-20 06:37:24 linux-kernel Re: [PATCH v5 1/3] bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncs
2022-10-19 20:17:24 linux-kernel Re: [PATCH v5 1/3] bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncs
2022-10-19 17:42:23 linux-kernel Re: [PATCH v5 3/3] bpf/selftests: Add selftests for new task kfuncs
2022-10-14 21:51:00 linux-kernel [PATCH v5 0/3] Support storing struct task_struct objects as kptrs
2022-10-14 21:50:38 linux-kernel [PATCH v5 3/3] bpf/selftests: Add selftests for new task kfuncs
2022-10-14 21:47:05 linux-kernel Re: [PATCH v4 2/3] Now that BPF supports adding new kernel functions with kfuncs, and storing kernel objects in maps with kptrs, we can add a set of kfuncs which allow struct task_struct objects to be stored in maps as referenced kptrs. The possible use cases for doing this are plentiful. During tracing, for example, it would be useful to be able to collect some tasks that performed a certain operation, and then periodically summarize who they are, which cgroup they're in, how much CPU time they've utilized, etc.
2022-10-14 21:26:46 linux-kernel [PATCH v5 2/3] bpf: Add kfuncs for storing struct task_struct * as a kptr
2022-10-14 21:26:41 linux-kernel [PATCH v5 1/3] bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncs
2022-10-14 21:24:46 linux-kernel [PATCH v4 3/3] bpf/selftests: Add selftests for new task kfuncs
2022-10-14 20:51:43 linux-kernel Re: [PATCH v3 1/3] bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncs
2022-10-14 20:39:04 linux-kernel [PATCH v4 2/3] Now that BPF supports adding new kernel functions with kfuncs, and storing kernel objects in maps with kptrs, we can add a set of kfuncs which allow struct task_struct objects to be stored in maps as referenced kptrs. The possible use cases for doing this are plentiful. During tracing, for example, it would be useful to be able to collect some tasks that performed a certain operation, and then periodically summarize who they are, which cgroup they're in, how much CPU time they've utilized, etc.
2022-10-14 20:38:55 linux-kernel [PATCH v4 1/3] bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncs
2022-10-14 20:38:51 linux-kernel [PATCH v4 0/3] Support storing struct task_struct objects as kptrs
2022-10-14 20:25:23 linux-kernel [PATCH v3 3/3] bpf/selftests: Add selftests for new task kfuncs
2022-10-14 20:25:21 linux-kernel [PATCH v3 1/3] bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncs
2022-10-14 20:25:19 linux-kernel [PATCH v3 2/3] bpf: Add kfuncs for storing struct task_struct * as a kptr
2022-10-14 20:25:18 linux-kernel [PATCH v3 0/3] Support storing struct task_struct objects as kptrs
2022-10-13 00:09:43 linux-kernel [PATCH 1/2] bpf: Allow bpf_user_ringbuf_drain() callbacks to return 1
2022-10-12 23:55:41 linux-kernel [PATCH 0/2] Allow bpf_user_ringbuf_drain() callbacks to return 1
2022-10-12 23:45:50 linux-kernel [PATCH 2/2] selftests/bpf: Make bpf_user_ringbuf_drain() selftest callback return 1
2022-10-11 17:15:16 linux-kernel [PATCH] selftests/bpf: Alphabetize DENYLISTs
2022-10-11 15:46:08 linux-kernel Re: [PATCH v2] selftests/bpf: Update map_kptr examples to reflect real use-cases
2022-10-11 02:49:21 linux-kernel Re: [PATCH v2 2/2] bpf/selftests: Add selftests for new task kfuncs
2022-10-04 16:16:30 linux-kernel Re: [PATCH v2 2/2] bpf/selftests: Add selftests for new task kfuncs
2022-10-04 15:46:18 linux-kernel Re: [PATCH v2] selftests/bpf: Update map_kptr examples to reflect real use-cases
2022-10-03 22:25:32 linux-kernel Re: [PATCH v2 2/2] bpf/selftests: Add selftests for new task kfuncs
2022-10-03 21:13:13 linux-kernel Re: [PATCH v2 1/2] bpf: Add kfuncs for storing struct task_struct * as a kptr
2022-10-03 15:41:10 linux-kernel Re: [PATCH v2 2/2] bpf/selftests: Add selftests for new task kfuncs
2022-10-03 14:02:41 linux-kernel Re: [PATCH v2] selftests/bpf: Update map_kptr examples to reflect real use-cases
2022-10-02 17:43:04 linux-kernel [PATCH v2] selftests/bpf: Update map_kptr examples to reflect real use-cases
2022-10-01 16:36:50 linux-kernel [PATCH v2 1/2] bpf: Add kfuncs for storing struct task_struct * as a kptr
2022-10-01 15:05:30 linux-kernel [PATCH v2 0/2] Support storing struct task_struct objects as kptrs
2022-10-01 14:58:10 linux-kernel [PATCH v2 2/2] bpf/selftests: Add selftests for new task kfuncs
2022-09-30 21:09:28 linux-kernel [PATCH 0/2] Support storing struct task_struct objects as kptrs
2022-09-30 21:00:49 linux-kernel [PATCH 2/2] bpf/selftests: Add selftests for new task kfuncs
2022-09-30 20:50:37 linux-kernel [PATCH 1/2] bpf: Add kfuncs for storing struct task_struct * as a kptr
2022-09-28 17:56:11 linux-kernel [PATCH] selftests/bpf: Update map_kptr examples to reflect real use-cases
2022-09-27 19:47:43 linux-kernel Re: [PATCH v3 6/7] docs: put atomic*.txt and memory-barriers.txt into the core-api book
2022-09-27 19:35:40 linux-kernel Re: [PATCH v3 7/7] docs: add a man-pages link to the front page
2022-09-24 02:51:19 linux-kernel Re: [PATCH v2 6/7] docs: Expand the front-page CPU-architecture section
2022-09-24 02:34:23 linux-kernel Re: [PATCH v2 4/7] docs: remove some index.rst cruft
2022-09-24 02:33:54 linux-kernel Re: [PATCH v2 5/7] docs: move asm-annotations.rst into core-api
2022-09-24 02:24:25 linux-kernel Re: [PATCH v2 2/7] docs: Rewrite the front page