You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I build bpf driver on fedora:40 image and then try to run it it get next error:
libscap: bpf_load_program() event=raw_tracepoint/filler/sys_poll_x: Operation not permitted
On fedora:39 and older everything is working OK.
I have checked the code, and this patch resolved issue: fedora40.patch
Probably it is because of update of clang, as in version fedora:39 we have clang-17.0.1, and in fedora:40 we have clang-18.1.8.
Is it possible to add this path to master, to be able to build correct bpf driver for fedora:40 and higher, as in fedora 41 it is not working now also.
The text was updated successfully, but these errors were encountered:
ei @albe19029 thank you for this! Usually we suggest to use the modern-ebpf with recent distros like fedora 40/41 but since the patch you are proposing seems really simple we could apply it, WDYT @FedeDP ?
When I build bpf driver on fedora:40 image and then try to run it it get next error:
libscap: bpf_load_program() event=raw_tracepoint/filler/sys_poll_x: Operation not permitted
On fedora:39 and older everything is working OK.
I have checked the code, and this patch resolved issue:
fedora40.patch
Probably it is because of update of clang, as in version fedora:39 we have clang-17.0.1, and in fedora:40 we have clang-18.1.8.
Is it possible to add this path to master, to be able to build correct bpf driver for fedora:40 and higher, as in fedora 41 it is not working now also.
The text was updated successfully, but these errors were encountered: