Message ID | 20230420071414.570108-1-joannelkoong@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | Dynptr helpers | expand |
Hello: This series was applied to bpf/bpf-next.git (master) by Andrii Nakryiko <andrii@kernel.org>: On Thu, 20 Apr 2023 00:14:09 -0700 you wrote: > This patchset is the 3rd in the dynptr series. The 1st (dynptr > fundamentals) can be found here [0] and the second (skb + xdp dynptrs) > can be found here [1]. > > This patchset adds the following helpers for interacting with > dynptrs: > > [...] Here is the summary with links: - [v2,bpf-next,1/5] bpf: Add bpf_dynptr_adjust https://git.kernel.org/bpf/bpf-next/c/a18ce61a6c1f - [v2,bpf-next,2/5] bpf: Add bpf_dynptr_is_null and bpf_dynptr_is_rdonly https://git.kernel.org/bpf/bpf-next/c/8365e486d6b1 - [v2,bpf-next,3/5] bpf: Add bpf_dynptr_size https://git.kernel.org/bpf/bpf-next/c/8acc1b16a56f - [v2,bpf-next,4/5] bpf: Add bpf_dynptr_clone https://git.kernel.org/bpf/bpf-next/c/cdb12a71426d - [v2,bpf-next,5/5] selftests/bpf: add tests for dynptr convenience helpers https://git.kernel.org/bpf/bpf-next/c/a63fcb5ba776 You are awesome, thank you!