Skip to content

Commit

Permalink
ci: qemuv8: add check with PAN enabled
Browse files Browse the repository at this point in the history
Update CI to check with PAN enabled as well. This check will help to
ensure that new commits also use user-access functions properly.

Signed-off-by: Seonghyun Park <seonghp@amazon.com>
Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org>
Reviewed-by: Etienne Carriere <etienne.carriere@foss.st.com>
  • Loading branch information
seonghp authored and jforissier committed Jul 7, 2023
1 parent 4e15432 commit a012b99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ jobs:
make -j$(nproc) check
make -j$(nproc) check CFG_CRYPTO_WITH_CE82=y
make -j$(nproc) check CFG_FTRACE_SUPPORT=y CFG_SYSCALL_FTRACE=y XTEST_ARGS=regression_1001
make -j$(nproc) check CFG_PAN=y
QEMUv8_Xen_check:
name: make check (QEMUv8, Xen)
Expand Down

0 comments on commit a012b99

Please sign in to comment.