Hello:
This patch was applied to bpf/bpf-next.git (master) by Alexei Starovoitov ast@kernel.org:
On Mon, 19 Sep 2022 16:27:54 +0200 you wrote:
From: Roberto Sassu roberto.sassu@huawei.com
eBPF dynamic pointers is a new feature recently added to upstream. It binds together a pointer to a memory area and its size. The internal kernel structure bpf_dynptr_kern is not accessible by eBPF programs in user space. They instead see bpf_dynptr, which is then translated to the internal kernel structure by the eBPF verifier.
[...]
Here is the summary with links: - [v18,02/13] btf: Export bpf_dynptr definition https://git.kernel.org/bpf/bpf-next/c/00f146413ccb
You are awesome, thank you!