Environment
- Component: executor
- OS: NixOS 25.11
- Kernel: 6.12
- CPU: Intel Ultra 7 255H
Issue description
The kprobe-based lookup mechanism for kallsyms_lookup_name leads to a crash in the kernel module during insertion. I've found the root cause to be Indirect Branch Tracking, disabling it via ibt=off fixes this issue for me.
Environment
Issue description
The
kprobe-based lookup mechanism forkallsyms_lookup_nameleads to a crash in the kernel module during insertion. I've found the root cause to be Indirect Branch Tracking, disabling it viaibt=offfixes this issue for me.