lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <tencent_0838BCA28C3E230A19B4094167455E1AA90A@qq.com>
Date: Sat, 4 Oct 2025 22:40:42 +0800
From: "rtoax@...mail.com" <rtoax@...mail.com>
To: Alexei Starovoitov <alexei.starovoitov@...il.com>
Cc: Viktor Malik <vmalik@...hat.com>, Alexei Starovoitov <ast@...nel.org>,
 Rong Tao <rongtao@...tc.cn>, Daniel Borkmann <daniel@...earbox.net>,
 Andrii Nakryiko <andrii@...nel.org>, Martin KaFai Lau
 <martin.lau@...ux.dev>, Eduard Zingerman <eddyz87@...il.com>,
 Song Liu <song@...nel.org>, Yonghong Song <yonghong.song@...ux.dev>,
 John Fastabend <john.fastabend@...il.com>, KP Singh <kpsingh@...nel.org>,
 Stanislav Fomichev <sdf@...ichev.me>, Hao Luo <haoluo@...gle.com>,
 Jiri Olsa <jolsa@...nel.org>, Shuah Khan <shuah@...nel.org>,
 "open list:BPF [GENERAL] (Safe Dynamic Programs and Tools)"
 <bpf@...r.kernel.org>, open list <linux-kernel@...r.kernel.org>,
 "open list:KERNEL SELFTEST FRAMEWORK" <linux-kselftest@...r.kernel.org>
Subject: Re: [PATCH bpf-next 1/2] bpf: add bpf_strcasestr,bpf_strncasestr
 kfuncs


On 10/4/25 10:28 PM, Alexei Starovoitov wrote:
> On Sat, Oct 4, 2025 at 6:37 AM Rong Tao <rtoax@...mail.com> 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,
>> +                                                         bool ignore_case)
>>   {
> Still __bpf_kfunc ?
Sorry about that, i'll fix it right now.
>
> pw-bot: cr


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ