diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2025-04-25 12:06:17 +0200 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2025-04-25 12:35:09 +0000 |
| commit | 5464aef7b4033e1b144a5805a189feb0f7b2b69e (patch) | |
| tree | 3e23e931c5820d589977bea56a0609e8fece0592 /dashboard/config/linux/bits/crypto.yml | |
| parent | dea5c7e43b28446926acb2fec04939e10f5cb835 (diff) | |
dashboard/configs: regenerate Linux configs
Use the latest linux-next and torvalds releases.
Diffstat (limited to 'dashboard/config/linux/bits/crypto.yml')
| -rw-r--r-- | dashboard/config/linux/bits/crypto.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dashboard/config/linux/bits/crypto.yml b/dashboard/config/linux/bits/crypto.yml index cd08f8ea4..fa7c9f719 100644 --- a/dashboard/config/linux/bits/crypto.yml +++ b/dashboard/config/linux/bits/crypto.yml @@ -33,7 +33,9 @@ config: - CRYPTO_SALSA20: [-v5.12] - CRYPTO_SHA3 # Not used in arm32. On riscv, requires TOOLCHAIN_HAS_VECTOR_CRYPTO. - - CRYPTO_SM3: [-kmsan, -arm, -riscv] + - CRYPTO_SM3: [-kmsan, -arm, -riscv, -linux-next] + # After 6.15, it will be CRYPTO_LIB_SM3. + - CRYPTO_LIB_SM3: [linux-next, -kmsan, -arm, -riscv] - CRYPTO_SM3_AVX_X86_64: [v6.1, x86_64, -kmsan] - CRYPTO_WP512 - CRYPTO_AES_TI |
