diff options
author | Peter Zijlstra <peterz@infradead.org> | 2020-08-18 15:57:46 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2020-09-01 09:58:05 +0200 |
commit | f03c412915f5f69f2d17bcd20ecdd69320bcbf7b (patch) | |
tree | 7fdddaec7635ff18cfb0c956ce2b600865c7ca37 /arch/Kconfig | |
parent | 1e7e47883830aae5e8246a22ca2fc6883c61acdf (diff) | |
download | linux-f03c412915f5f69f2d17bcd20ecdd69320bcbf7b.tar.bz2 |
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/Kconfig | 6 |
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 |