Improve coverage of the functional test a bit
[kconfig-hardened-check.git] / .github / workflows / functional_test.sh
index 7aa5cb8b402526001ee11aedd1dd9b00c034145d..89b5c77d49890e7f48dd01fac7f081fedf2fd963 100644 (file)
@@ -40,7 +40,7 @@ coverage run -a --branch bin/kconfig-hardened-check -g ARM
 
 echo ">>>>> check the example kconfig files, cmdline, and sysctl <<<<<"
 cat /proc/cmdline
-echo "l1tf=off mds=full randomize_kstack_offset=on iommu.passthrough=0" > ./cmdline_example
+echo "l1tf=off mds=full mitigations=off randomize_kstack_offset=on retbleed=0 iommu.passthrough=0" > ./cmdline_example
 cat ./cmdline_example
 sysctl -a > /tmp/sysctls
 CONFIG_DIR=`find . -name config_files`