projects
/
kconfig-hardened-check.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e96bc9
)
Improve coverage of the functional test a bit
author
Alexander Popov
<alex.popov@linux.com>
Mon, 14 Aug 2023 20:47:09 +0000
(23:47 +0300)
committer
Alexander Popov
<alex.popov@linux.com>
Mon, 14 Aug 2023 20:47:09 +0000
(23:47 +0300)
.github/workflows/functional_test.sh
patch
|
blob
|
history
diff --git
a/.github/workflows/functional_test.sh
b/.github/workflows/functional_test.sh
index 7aa5cb8b402526001ee11aedd1dd9b00c034145d..89b5c77d49890e7f48dd01fac7f081fedf2fd963 100644
(file)
--- a/
.github/workflows/functional_test.sh
+++ b/
.github/workflows/functional_test.sh
@@
-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`