DOOM in the kernel, or fibers in eBPF
- 2026-09-0930 min readDOOM is not supposed to run inside eBPF.
- Linux should reject a program like that before executing its first instruction.
- BPF has a tiny stack, five argument registers, and limited call depth.
Unverified
- 2026-09-0930 min readDOOM is not supposed to run inside eBPF.
- Linux should reject a program like that before executing its first instruction.
- BPF has a tiny stack, five argument registers, and limited call depth.
Sources: Github