Message ID | 20221103191013.1236066-1-memxor@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | Local kptrs, BPF linked lists | expand |
Hello: This series was applied to bpf/bpf-next.git (master) by Alexei Starovoitov <ast@kernel.org>: On Fri, 4 Nov 2022 00:39:49 +0530 you wrote: > This series introduces user defined BPF objects, by introducing the idea > of local kptrs. These are kptrs (strongly typed pointers) that refer to > objects of a user defined type, hence called "local" kptrs. This allows > BPF programs to allocate their own objects, build their own object > hierarchies, and use the basic building blocks provided by BPF runtime > to build their own data structures flexibly. > > [...] Here is the summary with links: - [bpf-next,v4,01/24] bpf: Document UAPI details for special BPF types https://git.kernel.org/bpf/bpf-next/c/9805af8d8a5b - [bpf-next,v4,02/24] bpf: Allow specifying volatile type modifier for kptrs https://git.kernel.org/bpf/bpf-next/c/23da464dd6b8 - [bpf-next,v4,03/24] bpf: Clobber stack slot when writing over spilled PTR_TO_BTF_ID https://git.kernel.org/bpf/bpf-next/c/261f4664caff - [bpf-next,v4,04/24] bpf: Fix slot type check in check_stack_write_var_off https://git.kernel.org/bpf/bpf-next/c/f5e477a861e4 - [bpf-next,v4,05/24] bpf: Drop reg_type_may_be_refcounted_or_null https://git.kernel.org/bpf/bpf-next/c/a28ace782e68 - [bpf-next,v4,06/24] bpf: Refactor kptr_off_tab into btf_record https://git.kernel.org/bpf/bpf-next/c/aa3496accc41 - [bpf-next,v4,07/24] bpf: Consolidate spin_lock, timer management into btf_record (no matching commit) - [bpf-next,v4,08/24] bpf: Refactor map->off_arr handling (no matching commit) - [bpf-next,v4,09/24] bpf: Support bpf_list_head in map values (no matching commit) - [bpf-next,v4,10/24] bpf: Introduce local kptrs (no matching commit) - [bpf-next,v4,11/24] bpf: Recognize bpf_{spin_lock,list_head,list_node} in local kptrs (no matching commit) - [bpf-next,v4,12/24] bpf: Verify ownership relationships for user BTF types (no matching commit) - [bpf-next,v4,13/24] bpf: Support locking bpf_spin_lock in local kptr (no matching commit) - [bpf-next,v4,14/24] bpf: Allow locking bpf_spin_lock global variables (no matching commit) - [bpf-next,v4,15/24] bpf: Rewrite kfunc argument handling (no matching commit) - [bpf-next,v4,16/24] bpf: Drop kfunc bits from btf_check_func_arg_match (no matching commit) - [bpf-next,v4,17/24] bpf: Support constant scalar arguments for kfuncs (no matching commit) - [bpf-next,v4,18/24] bpf: Teach verifier about non-size constant arguments (no matching commit) - [bpf-next,v4,19/24] bpf: Introduce bpf_obj_new (no matching commit) - [bpf-next,v4,20/24] bpf: Introduce bpf_obj_drop (no matching commit) - [bpf-next,v4,21/24] bpf: Permit NULL checking pointer with non-zero fixed offset (no matching commit) - [bpf-next,v4,22/24] bpf: Introduce single ownership BPF linked list API (no matching commit) - [bpf-next,v4,23/24] selftests/bpf: Add __contains macro to bpf_experimental.h (no matching commit) - [bpf-next,v4,24/24] selftests/bpf: Add BPF linked list API tests (no matching commit) You are awesome, thank you!
Hello: This series was applied to bpf/bpf-next.git (master) by Alexei Starovoitov <ast@kernel.org>: On Fri, 4 Nov 2022 00:39:49 +0530 you wrote: > This series introduces user defined BPF objects, by introducing the idea > of local kptrs. These are kptrs (strongly typed pointers) that refer to > objects of a user defined type, hence called "local" kptrs. This allows > BPF programs to allocate their own objects, build their own object > hierarchies, and use the basic building blocks provided by BPF runtime > to build their own data structures flexibly. > > [...] Here is the summary with links: - [bpf-next,v4,01/24] bpf: Document UAPI details for special BPF types (no matching commit) - [bpf-next,v4,02/24] bpf: Allow specifying volatile type modifier for kptrs (no matching commit) - [bpf-next,v4,03/24] bpf: Clobber stack slot when writing over spilled PTR_TO_BTF_ID (no matching commit) - [bpf-next,v4,04/24] bpf: Fix slot type check in check_stack_write_var_off (no matching commit) - [bpf-next,v4,05/24] bpf: Drop reg_type_may_be_refcounted_or_null (no matching commit) - [bpf-next,v4,06/24] bpf: Refactor kptr_off_tab into btf_record (no matching commit) - [bpf-next,v4,07/24] bpf: Consolidate spin_lock, timer management into btf_record https://git.kernel.org/bpf/bpf-next/c/db559117828d - [bpf-next,v4,08/24] bpf: Refactor map->off_arr handling (no matching commit) - [bpf-next,v4,09/24] bpf: Support bpf_list_head in map values (no matching commit) - [bpf-next,v4,10/24] bpf: Introduce local kptrs (no matching commit) - [bpf-next,v4,11/24] bpf: Recognize bpf_{spin_lock,list_head,list_node} in local kptrs (no matching commit) - [bpf-next,v4,12/24] bpf: Verify ownership relationships for user BTF types (no matching commit) - [bpf-next,v4,13/24] bpf: Support locking bpf_spin_lock in local kptr (no matching commit) - [bpf-next,v4,14/24] bpf: Allow locking bpf_spin_lock global variables (no matching commit) - [bpf-next,v4,15/24] bpf: Rewrite kfunc argument handling (no matching commit) - [bpf-next,v4,16/24] bpf: Drop kfunc bits from btf_check_func_arg_match (no matching commit) - [bpf-next,v4,17/24] bpf: Support constant scalar arguments for kfuncs (no matching commit) - [bpf-next,v4,18/24] bpf: Teach verifier about non-size constant arguments (no matching commit) - [bpf-next,v4,19/24] bpf: Introduce bpf_obj_new (no matching commit) - [bpf-next,v4,20/24] bpf: Introduce bpf_obj_drop (no matching commit) - [bpf-next,v4,21/24] bpf: Permit NULL checking pointer with non-zero fixed offset (no matching commit) - [bpf-next,v4,22/24] bpf: Introduce single ownership BPF linked list API (no matching commit) - [bpf-next,v4,23/24] selftests/bpf: Add __contains macro to bpf_experimental.h (no matching commit) - [bpf-next,v4,24/24] selftests/bpf: Add BPF linked list API tests (no matching commit) You are awesome, thank you!
Hello: This series was applied to bpf/bpf-next.git (master) by Alexei Starovoitov <ast@kernel.org>: On Fri, 4 Nov 2022 00:39:49 +0530 you wrote: > This series introduces user defined BPF objects, by introducing the idea > of local kptrs. These are kptrs (strongly typed pointers) that refer to > objects of a user defined type, hence called "local" kptrs. This allows > BPF programs to allocate their own objects, build their own object > hierarchies, and use the basic building blocks provided by BPF runtime > to build their own data structures flexibly. > > [...] Here is the summary with links: - [bpf-next,v4,01/24] bpf: Document UAPI details for special BPF types (no matching commit) - [bpf-next,v4,02/24] bpf: Allow specifying volatile type modifier for kptrs (no matching commit) - [bpf-next,v4,03/24] bpf: Clobber stack slot when writing over spilled PTR_TO_BTF_ID (no matching commit) - [bpf-next,v4,04/24] bpf: Fix slot type check in check_stack_write_var_off (no matching commit) - [bpf-next,v4,05/24] bpf: Drop reg_type_may_be_refcounted_or_null (no matching commit) - [bpf-next,v4,06/24] bpf: Refactor kptr_off_tab into btf_record (no matching commit) - [bpf-next,v4,07/24] bpf: Consolidate spin_lock, timer management into btf_record (no matching commit) - [bpf-next,v4,08/24] bpf: Refactor map->off_arr handling https://git.kernel.org/bpf/bpf-next/c/f71b2f64177a - [bpf-next,v4,09/24] bpf: Support bpf_list_head in map values (no matching commit) - [bpf-next,v4,10/24] bpf: Introduce local kptrs (no matching commit) - [bpf-next,v4,11/24] bpf: Recognize bpf_{spin_lock,list_head,list_node} in local kptrs (no matching commit) - [bpf-next,v4,12/24] bpf: Verify ownership relationships for user BTF types (no matching commit) - [bpf-next,v4,13/24] bpf: Support locking bpf_spin_lock in local kptr (no matching commit) - [bpf-next,v4,14/24] bpf: Allow locking bpf_spin_lock global variables (no matching commit) - [bpf-next,v4,15/24] bpf: Rewrite kfunc argument handling (no matching commit) - [bpf-next,v4,16/24] bpf: Drop kfunc bits from btf_check_func_arg_match (no matching commit) - [bpf-next,v4,17/24] bpf: Support constant scalar arguments for kfuncs (no matching commit) - [bpf-next,v4,18/24] bpf: Teach verifier about non-size constant arguments (no matching commit) - [bpf-next,v4,19/24] bpf: Introduce bpf_obj_new (no matching commit) - [bpf-next,v4,20/24] bpf: Introduce bpf_obj_drop (no matching commit) - [bpf-next,v4,21/24] bpf: Permit NULL checking pointer with non-zero fixed offset (no matching commit) - [bpf-next,v4,22/24] bpf: Introduce single ownership BPF linked list API (no matching commit) - [bpf-next,v4,23/24] selftests/bpf: Add __contains macro to bpf_experimental.h (no matching commit) - [bpf-next,v4,24/24] selftests/bpf: Add BPF linked list API tests (no matching commit) You are awesome, thank you!