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 PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Thu, 21 Mar 2019 19:39:30 -0700 From: Alexei Starovoitov <alexei.starovoitov@...il.com> To: Ivan Vecera <ivecera@...hat.com> Cc: Network Development <netdev@...r.kernel.org>, Shuah Khan <shuah@...nel.org>, Alexei Starovoitov <ast@...nel.org>, Daniel Borkmann <daniel@...earbox.net>, Martin KaFai Lau <kafai@...com>, Song Liu <songliubraving@...com>, Yonghong Song <yhs@...com>, "open list:KERNEL SELFTEST FRAMEWORK" <linux-kselftest@...r.kernel.org>, "open list:BPF (Safe dynamic programs and tools)" <bpf@...r.kernel.org>, open list <linux-kernel@...r.kernel.org> Subject: Re: [PATCH net-next] selftests: bpf: modify urandom_read and link it non-statically On Fri, Mar 15, 2019 at 1:04 PM Ivan Vecera <ivecera@...hat.com> wrote: > > After some experiences I found that urandom_read does not need to be > linked statically. When the 'read' syscall call is moved to separate > non-inlined function then bpf_get_stackid() is able to find > the executable in stack trace and extract its build_id from it. > > Signed-off-by: Ivan Vecera <ivecera@...hat.com> Applied. Thanks
Powered by blists - more mailing lists