Spartan-65
Spartan-65
kernel panic error caused by a bug in the “val_to_ring” function,causing a crash of the host machine
**Describe the bug** ``` [1047486.856617] falco: deallocating consumer ffff9aba94a2a0e0 [1047486.938918] BUG: unable to handle kernel paging request at ffffac4fe972383e [1047486.943701] falco: no more consumers, stopping capture [1047486.943583] IP: [] val_to_ring+0x80/0x460...
**Describe the bug** Run [deepflow](https://github.com/deepflowio/deepflow) and falco ebpf mode - If you start deepflow first, and then start falco, falco will report the following logs ``` Defaulted container "falco" out...
我执行```bpftool prog```命令看到了这些bpf程序,想要请教 """61: perf_event name bpf_perf_event tag 42b497adb6d498f9 gpl"""这个程序是怎么挂载的呢?作用是什么?因为最近碰到一个perf event ringbuf 内存访问错误的问题 ```bash # bpftool prog 4: kprobe name runtime_execute tag 90d70e4151b22e21 gpl loaded_at 2024-04-22T17:06:21+0800 uid 0 xlated 432B jited...