oracle / bpftune

bpftune uses BPF to auto-tune Linux systems
Other
659 stars 56 forks source link

bpftune: disable stack protection for BPF objects #18

Closed alan-maguire closed 1 year ago

alan-maguire commented 1 year ago

as reported in

https://github.com/oracle-samples/bpftune/issues/12

we see compilation failures like

tcp_buffer_tuner.bpf.c:232:1: error: A call to built-in function '__stack_chk_fail' is not supported.

this looks like [1], which is fixed by disabling stack protection. Try this here too.

Reported-by: https://github.com/delvin-fil