Ingo Molnar <mi...@kernel.org> writes: > * Thomas Gleixner <t...@linutronix.de> wrote: > >> Ingo Molnar <mi...@kernel.org> writes: >> > The __secure_computing() callback only exists on CONFIG_SECCOMP=y, >> >> No. There is a stub function for the SECCOMP=n case. > > Which was buggy: > > static inline int __secure_computing(void) { return 0; }
Yes. I screwed that up and fixing that is the right thing to do.