mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-20 11:51:06 +02:00
CONFIG_BPF_JIT_ALWAYS_ON enables BPF JIT and removes BPF interpreter to avoid speculative execution of BPF instructions by the interpreter. See also https://github.com/kinvolk/Flatcar/issues/185.