Message ID | 20221109142611.879983-1-eddyz87@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | libbpf: Resolve unambigous forward declarations | expand |
Hello: This series was applied to bpf/bpf-next.git (master) by Andrii Nakryiko <andrii@kernel.org>: On Wed, 9 Nov 2022 16:26:08 +0200 you wrote: > The patch-set is consists of the following parts: > - An update for libbpf's hashmap interface from void* -> void* to a > polymorphic one, allowing to use both long and void* keys and values > w/o additional casts. Interface functions are hidden behind > auxiliary macro that add casts as necessary. > > This simplifies many use cases in libbpf as hashmaps there are > mostly integer to integer and required awkward looking incantations > like `(void *)(long)off` previously. Also includes updates for perf > as it copies map implementation from libbpf. > > [...] Here is the summary with links: - [bpf-next,v4,1/3] libbpf: hashmap interface update to allow both long and void* keys/values https://git.kernel.org/bpf/bpf-next/c/c302378bc157 - [bpf-next,v4,2/3] libbpf: Resolve unambigous forward declarations https://git.kernel.org/bpf/bpf-next/c/082108fd6932 - [bpf-next,v4,3/3] selftests/bpf: Tests for btf_dedup_resolve_fwds https://git.kernel.org/bpf/bpf-next/c/99e18fad5ff7 You are awesome, thank you!