From ac93b409d5faad34c48e2e02f742d46b7910ac4f Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Mon, 14 Aug 2023 23:47:09 +0300 Subject: [PATCH] Improve coverage of the functional test a bit --- .github/workflows/functional_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/functional_test.sh b/.github/workflows/functional_test.sh index 7aa5cb8..89b5c77 100644 --- 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` -- 2.31.1