On 03/15, Ivan Vecera wrote:Dependency... you don't need to install static glibc to compile the bpf samples. Shared libc is available everytime.
After some experiences I found that urandom_read does not need to beBut why? Do you have some problems with it being linked statically?
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.