On 10/7/25 7:23 AM, Andrii Nakryiko wrote:
On Sat, Oct 4, 2025 at 7:52 AM Rong Tao wrote:
From: Rong Tao
bpf_strcasestr() and bpf_strncasestr() functions perform same like
bpf_strstr() and bpf_strnstr() except ignoring the case of the
characters.
Signed-off-by: Rong Tao
---
kernel/bpf/h
On 10/4/25 10:28 PM, Alexei Starovoitov wrote:
On Sat, Oct 4, 2025 at 6:37 AM Rong Tao wrote:
-__bpf_kfunc int bpf_strnstr(const char *s1__ign, const char *s2__ign, size_t
len)
+__bpf_kfunc int __bpf_strnstr(const char *s1, const char *s2, size_t len,
+
On 10/7/25 8:29 AM, Eduard Zingerman wrote:
On Sat, 2025-10-04 at 22:47 +0800, Rong Tao wrote:
From: Rong Tao
Add tests for new kfuncs bpf_strcasestr() and bpf_strncasestr().
Signed-off-by: Rong Tao
---
Acked-by: Eduard Zingerman
[...]
diff --git a/tools/testing/selftests/bpf/progs/st
3 matches
Mail list logo