安装Ebpf后无法使用
Closed this issue · 1 comments
使用zcat /proc/config.gz | grep BPF后得到
CONFIG_BPF=y CONFIG_BPF_SYSCALL=y CONFIG_BPF_JIT_ALWAYS_ON=y # CONFIG_BPF_UNPRIV_DEFAULT_OFF is not set CONFIG_NETFILTER_XT_MATCH_BPF=y # CONFIG_BPFILTER is not set CONFIG_NET_CLS_BPF=y # CONFIG_NET_ACT_BPF is not set CONFIG_BPF_JIT=y # CONFIG_BPF_STREAM_PARSER is not set CONFIG_HAVE_EBPF_JIT=y # CONFIG_BPF_LIRC_MODE2 is not set CONFIG_BPF_EVENTS=y # CONFIG_TEST_BPF is not set :/storage/emulated/0 #
log显示
[2024-05-01 19:41] INFO: Config watcher started
[2024-05-02 09:05] ERROR: fas-rs paniced! An unrecoverable error occurred!
[2024-05-02 09:05] ERROR: panic location: in file src/main.rs at line 66
[2024-05-02 09:05] ERROR: reason: Unknown
[2024-05-02 09:05] ERROR: BACKTRACE: 0:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
[2024-05-02 09:05] ERROR: If you're sure this shouldn't happen, open an issue on https://github.com/shadow3aaa/fas-rs/issues
内核是4.19.310
源码仓库https://github.com/sakana164/kernel_xiaomi_sm8250_old/tree/aries
如何解决😂
内核不支持