[PATCH bpf-next 0/2] bpf: Add kfunc bpf_strcasecmp()

Rong Tao posted 2 patches 1 month ago
Only 0 patches received!
There is a newer version of this series
kernel/bpf/helpers.c                          | 56 ++++++++++++++-----
.../bpf/progs/string_kfuncs_failure1.c        |  6 ++
.../bpf/progs/string_kfuncs_success.c         |  5 ++
3 files changed, 53 insertions(+), 14 deletions(-)
[PATCH bpf-next 0/2] bpf: Add kfunc bpf_strcasecmp()
Posted by Rong Tao 1 month ago
From: Rong Tao <rongtao@cestc.cn>

Kfunc already support bpf_strcmp, this patchset introduce bpf_strcasecmp
and add some selftests.

Rong Tao (2):
  bpf: add bpf_strcasecmp kfunc
  selftests/bpf: Test kfunc bpf_strcasecmp

 kernel/bpf/helpers.c                          | 56 ++++++++++++++-----
 .../bpf/progs/string_kfuncs_failure1.c        |  6 ++
 .../bpf/progs/string_kfuncs_success.c         |  5 ++
 3 files changed, 53 insertions(+), 14 deletions(-)

-- 
2.51.0