aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/Kconfig
diff options
context:
space:
mode:
authorPeter Zijlstra <peterz@infradead.org>2020-08-18 15:57:46 +0200
committerIngo Molnar <mingo@kernel.org>2020-09-01 09:58:05 +0200
commitf03c412915f5f69f2d17bcd20ecdd69320bcbf7b (patch)
tree7fdddaec7635ff18cfb0c956ce2b600865c7ca37 /arch/Kconfig
parentx86/static_call: Add inline static call implementation for x86-64 (diff)
downloadwireguard-linux-f03c412915f5f69f2d17bcd20ecdd69320bcbf7b.tar.xz
wireguard-linux-f03c412915f5f69f2d17bcd20ecdd69320bcbf7b.zip
static_call: Add simple self-test for static calls
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Signed-off-by: Ingo Molnar <mingo@kernel.org> Link: https://lore.kernel.org/r/20200818135804.922581202@infradead.org
Diffstat (limited to 'arch/Kconfig')
-rw-r--r--arch/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig
index 2c4936ac620a..76ec3395b843 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -106,6 +106,12 @@ config STATIC_KEYS_SELFTEST
help
Boot time self-test of the branch patching code.
+config STATIC_CALL_SELFTEST
+ bool "Static call selftest"
+ depends on HAVE_STATIC_CALL
+ help
+ Boot time self-test of the call patching code.
+
config OPTPROBES
def_bool y
depends on KPROBES && HAVE_OPTPROBES