Hello: This series was applied to bpf/bpf-next.git (master) by Alexei Starovoitov <ast@xxxxxxxxxx>: On Thu, 26 Jun 2025 08:08:27 +0200 you wrote: > String operations are commonly used in programming and BPF programs are > no exception. Since it is cumbersome to reimplement them over and over, > this series introduce kfuncs which provide the most common operations. > For now, we only limit ourselves to functions which do not copy memory > since these usually introduce undefined behaviour in case the > source/destination buffers overlap which would have to be prevented by > the verifier. > > [...] Here is the summary with links: - [bpf-next,v8,1/4] uaccess: Define pagefault lock guard https://git.kernel.org/bpf/bpf-next/c/3a95a561f276 - [bpf-next,v8,2/4] bpf: Add kfuncs for read-only string operations https://git.kernel.org/bpf/bpf-next/c/e91370550f1f - [bpf-next,v8,3/4] selftests/bpf: Allow macros in __retval https://git.kernel.org/bpf/bpf-next/c/a55b7d39328b - [bpf-next,v8,4/4] selftests/bpf: Add tests for string kfuncs https://git.kernel.org/bpf/bpf-next/c/e8763fb66a38 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html