Hello:
This series was applied to bpf/bpf.git (master) by Andrii Nakryiko andrii@kernel.org:
On Sat, 30 Aug 2025 00:30:16 +0800 you wrote:
From: Rong Tao rongtao@cestc.cn
Fix bpf_strnstr() wrong 'len' parameter, bpf_strnstr("open", "open", 4) should return 0 instead of -ENOENT. And fix a more general case when s2 is a suffix of the first len characters of s1.
Rong Tao (2): bpf/helpers: bpf_strnstr: Exact match length selftests/bpf: Add tests for bpf_strnstr
[...]
Here is the summary with links: - [bpf-next,v5,1/2] bpf/helpers: bpf_strnstr: Exact match length (no matching commit) - [bpf-next,v5,2/2] selftests/bpf: Add tests for bpf_strnstr https://git.kernel.org/bpf/bpf/c/19139f45999a
You are awesome, thank you!