Quote from https://capsule8.com/blog/kernel-configuration-glossary/: > Significance: High > > Compile kernel with the retpoline compiler options to guard against > kernel-to-user data leaks by avoiding speculative indirect branches. Requires > a compiler with -mindirect-branch=thunk-extern support for full protection. > The kernel may run slower. (duh!)
https://patchwork.ipfire.org/patch/3173/
Retpoline is not available on any architecture besides x86. Silly me.