Hello: This series was applied to bpf/bpf-next.git (master) by Alexei Starovoitov <ast@xxxxxxxxxx>: On Tue, 15 Nov 2022 00:45:21 +0530 you wrote: > This series introduces user defined BPF objects of a type in program > BTF. 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. > > Then, we introduce the support for single ownership BPF linked lists, > which can be put inside BPF maps, or allocated objects, and hold such > allocated objects as elements. It works as an instrusive collection, > which is done to allow making allocated objects part of multiple data > structures at the same time in the future. > > [...] Here is the summary with links: - [bpf-next,v7,01/26] bpf: Remove local kptr references in documentation https://git.kernel.org/bpf/bpf-next/c/1f6d52f1a894 - [bpf-next,v7,02/26] bpf: Remove BPF_MAP_OFF_ARR_MAX https://git.kernel.org/bpf/bpf-next/c/2d577252579b - [bpf-next,v7,03/26] bpf: Fix copy_map_value, zero_map_value https://git.kernel.org/bpf/bpf-next/c/e5feed0f64f7 - [bpf-next,v7,04/26] bpf: Support bpf_list_head in map values https://git.kernel.org/bpf/bpf-next/c/f0c5941ff5b2 - [bpf-next,v7,05/26] bpf: Rename RET_PTR_TO_ALLOC_MEM https://git.kernel.org/bpf/bpf-next/c/2de2669b4e52 - [bpf-next,v7,06/26] bpf: Rename MEM_ALLOC to MEM_RINGBUF https://git.kernel.org/bpf/bpf-next/c/894f2a8b1673 - [bpf-next,v7,07/26] bpf: Refactor btf_struct_access https://git.kernel.org/bpf/bpf-next/c/6728aea7216c - [bpf-next,v7,08/26] bpf: Introduce allocated objects support (no matching commit) - [bpf-next,v7,09/26] bpf: Recognize lock and list fields in allocated objects (no matching commit) - [bpf-next,v7,10/26] bpf: Verify ownership relationships for user BTF types (no matching commit) - [bpf-next,v7,11/26] bpf: Allow locking bpf_spin_lock in allocated objects (no matching commit) - [bpf-next,v7,12/26] bpf: Allow locking bpf_spin_lock global variables (no matching commit) - [bpf-next,v7,13/26] bpf: Allow locking bpf_spin_lock in inner map values (no matching commit) - [bpf-next,v7,14/26] bpf: Rewrite kfunc argument handling (no matching commit) - [bpf-next,v7,15/26] bpf: Drop kfunc bits from btf_check_func_arg_match (no matching commit) - [bpf-next,v7,16/26] bpf: Support constant scalar arguments for kfuncs (no matching commit) - [bpf-next,v7,17/26] bpf: Introduce bpf_obj_new (no matching commit) - [bpf-next,v7,18/26] bpf: Introduce bpf_obj_drop (no matching commit) - [bpf-next,v7,19/26] bpf: Permit NULL checking pointer with non-zero fixed offset (no matching commit) - [bpf-next,v7,20/26] bpf: Introduce single ownership BPF linked list API (no matching commit) - [bpf-next,v7,21/26] bpf: Add 'release on unlock' logic for bpf_list_push_{front,back} (no matching commit) - [bpf-next,v7,22/26] selftests/bpf: Add __contains macro to bpf_experimental.h (no matching commit) - [bpf-next,v7,23/26] selftests/bpf: Update spinlock selftest (no matching commit) - [bpf-next,v7,24/26] selftests/bpf: Add failure test cases for spin lock pairing (no matching commit) - [bpf-next,v7,25/26] selftests/bpf: Add BPF linked list API tests (no matching commit) - [bpf-next,v7,26/26] selftests/bpf: Add BTF sanity tests (no matching commit) You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html