Message ID | 20230221200646.2500777-1-memxor@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | Add support for kptrs in more BPF maps | expand |
Hello: This series was applied to bpf/bpf-next.git (master) by Alexei Starovoitov <ast@kernel.org>: On Tue, 21 Feb 2023 21:06:39 +0100 you wrote: > This set adds support for kptrs in percpu hashmaps, percpu LRU hashmaps, > and local storage maps (covering sk, cgrp, task, inode). There are also > minor miscellaneous cleanups rolled in, unrelated to the set, that I > collected over time. Feel free to drop them, they have been > intentionally placed after the kptr support to ease partial application > of the series. > > [...] Here is the summary with links: - [bpf-next,v2,1/7] bpf: Support kptrs in percpu hashmap and percpu LRU hashmap (no matching commit) - [bpf-next,v2,2/7] bpf: Support kptrs in local storage maps (no matching commit) - [bpf-next,v2,3/7] bpf: Annotate data races in bpf_local_storage https://git.kernel.org/bpf/bpf-next/c/0a09a2f933c7 - [bpf-next,v2,4/7] bpf: Remove unused MEM_ALLOC | PTR_TRUSTED checks https://git.kernel.org/bpf/bpf-next/c/521d3c0a1730 - [bpf-next,v2,5/7] bpf: Fix check_reg_type for PTR_TO_BTF_ID https://git.kernel.org/bpf/bpf-next/c/da03e43a8c50 - [bpf-next,v2,6/7] bpf: Wrap register invalidation with a helper https://git.kernel.org/bpf/bpf-next/c/dbd8d22863e8 - [bpf-next,v2,7/7] selftests/bpf: Add more tests for kptrs in maps (no matching commit) You are awesome, thank you!