would be nice to test on which kernel it starts to...
# ebpf
v
would be nice to test on which kernel it starts to work
m
I had been using this as a test for the support: `grep BPF /boot/config-`uname -r`` and check the output for 
CONFIG_BPF=y
 and 
CONFIG_BPF_SYSCALL=y
By this test, CentOS 7 would not work, but 8 should.
💯 1