Message ID | 20240130212023.183765-1-andrii@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | libbpf: add bpf_core_cast() helper | expand |
Hello: This series was applied to bpf/bpf-next.git (master) by Martin KaFai Lau <martin.lau@kernel.org>: On Tue, 30 Jan 2024 13:20:21 -0800 you wrote: > Add bpf_core_cast(<ptr>, <type>) macro wrapper around bpf_rdonly_cast() kfunc > to make it easier to use this functionality in BPF code. See patch #2 for > BPF selftests conversions demonstrating improvements in code succinctness. > > Andrii Nakryiko (2): > libbpf: add bpf_core_cast() macro > selftests/bpf: convert bpf_rdonly_cast() uses to bpf_core_cast() macro > > [...] Here is the summary with links: - [bpf-next,1/2] libbpf: add bpf_core_cast() macro https://git.kernel.org/bpf/bpf-next/c/20d59ee55172 - [bpf-next,2/2] selftests/bpf: convert bpf_rdonly_cast() uses to bpf_core_cast() macro https://git.kernel.org/bpf/bpf-next/c/ea9d561686fb You are awesome, thank you!