mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 14:53:58 -04:00
Merge tag 'x86-fpu-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 FPU selftest from Ingo Molnar: "Add the /sys/kernel/debug/selftest_helpers/test_fpu FPU self-test" * tag 'x86-fpu-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: selftests/fpu: Add an FPU selftest
This commit is contained in:
@@ -2314,6 +2314,17 @@ config TEST_HMM
|
||||
|
||||
If unsure, say N.
|
||||
|
||||
config TEST_FPU
|
||||
tristate "Test floating point operations in kernel space"
|
||||
depends on X86 && !KCOV_INSTRUMENT_ALL
|
||||
help
|
||||
Enable this option to add /sys/kernel/debug/selftest_helpers/test_fpu
|
||||
which will trigger a sequence of floating point operations. This is used
|
||||
for self-testing floating point control register setting in
|
||||
kernel_fpu_begin().
|
||||
|
||||
If unsure, say N.
|
||||
|
||||
endif # RUNTIME_TESTING_MENU
|
||||
|
||||
config MEMTEST
|
||||
|
||||
Reference in New Issue
Block a user