VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
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 parent: 1e7e47883830aae5e8246a22ca2fc6883c61acdf
Commit Summary:
static_call: Add simple self-test for static calls
Diffstat:
1 file 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