]> git.baikalelectronics.ru Git - kernel.git/commit
entry: Correct __secure_computing() stub
authorThomas Gleixner <tglx@linutronix.de>
Sun, 26 Jul 2020 16:14:43 +0000 (18:14 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Sun, 26 Jul 2020 16:22:27 +0000 (18:22 +0200)
commita0142005bae0f29bf8a03497a8d274263c607459
tree388203be29a37adcbd2377639d277ab8a80e8adc
parentd06e3d9deaae1abc1abc26e24bbbac6defc33445
entry: Correct __secure_computing() stub

The original version of that used secure_computing() which has no
arguments. Review requested to switch to __secure_computing() which has
one. The function name was correct, but no argument added and of course
compiling without SECCOMP was deemed overrated.

Add the missing function argument.

Fixes: 200bcc971538 ("seccomp: Provide stub for __secure_computing()")
Reported-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
include/linux/seccomp.h