diff options
| author | Alexander Potapenko <glider@google.com> | 2024-07-18 11:22:28 +0200 |
|---|---|---|
| committer | Alexander Potapenko <glider@google.com> | 2024-07-18 12:50:47 +0000 |
| commit | f60abda696def6eaa03bc05419dda4b42e425b80 (patch) | |
| tree | d36bb0fcf0bd312bc1c1665458b618e71b64a53e /dashboard/config/linux/bits | |
| parent | 71884c12555595a8e0a95e0538481f5a71d4d974 (diff) | |
dashboard/config: add -next configs for KMSAN
We are going to replace ci-upstream-kmsan-gce-386-root with an
x86_64 instance tracking -next.
The new configs will be using smack instead of AppArmor to increase
the overall KMSAN coverage.
Diffstat (limited to 'dashboard/config/linux/bits')
| -rw-r--r-- | dashboard/config/linux/bits/crypto.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/config/linux/bits/crypto.yml b/dashboard/config/linux/bits/crypto.yml index d729b5406..835b76914 100644 --- a/dashboard/config/linux/bits/crypto.yml +++ b/dashboard/config/linux/bits/crypto.yml @@ -30,7 +30,7 @@ config: - CRYPTO_TGR192: [-v5.12] - CRYPTO_SALSA20: [-v5.12] - CRYPTO_SHA3 - - CRYPTO_SM3 + - CRYPTO_SM3: [-kmsan] - CRYPTO_SM3_AVX_X86_64: [v6.1, x86_64, -kmsan] - CRYPTO_WP512 - CRYPTO_AES_TI |
