projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
973b71c
)
selftests/kexec: Add missing '=y' to config options
author
Petr Vorel
<pvorel@suse.cz>
Thu, 28 Feb 2019 23:30:30 +0000
(
00:30
+0100)
committer
Shuah Khan
<skhan@linuxfoundation.org>
Wed, 17 Apr 2019 21:32:29 +0000
(15:32 -0600)
so the file can be used as kernel config snippet.
Signed-off-by: Petr Vorel <pvorel@suse.cz>
[zohar@linux.ibm.com: remove CONFIG_KEXEC_VERIFY_SIG from config]
Signed-off-by: Mimi Zohar <zohar@linux.ibm.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/testing/selftests/kexec/config
patch
|
blob
|
history
diff --git
a/tools/testing/selftests/kexec/config
b/tools/testing/selftests/kexec/config
index 6bc86d4d9bb481f80f790a1dc1db8fe54816ff17..8962e862b2b8cb2c583bd9ab3d4144a49ede862d 100644
(file)
--- a/
tools/testing/selftests/kexec/config
+++ b/
tools/testing/selftests/kexec/config
@@
-1,4
+1,3
@@
-CONFIG_IMA_APPRAISE
-CONFIG_IMA_ARCH_POLICY
-CONFIG_SECURITYFS
-CONFIG_KEXEC_VERIFY_SIG
+CONFIG_IMA_APPRAISE=y
+CONFIG_IMA_ARCH_POLICY=y
+CONFIG_SECURITYFS=y