diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2023-03-06 17:49:43 +0100 |
|---|---|---|
| committer | Aleksandr Nogikh <wp32pw@gmail.com> | 2023-03-07 10:48:22 +0100 |
| commit | ffaa5c552d93a977259a79c7a485b18f7235a71c (patch) | |
| tree | e39867b254dae5fe8e7e68f5de6d504f74621e62 /dashboard/config/linux/bits | |
| parent | f73829fca36e53ba4ab72c5c3345df1a1822ef32 (diff) | |
dashboard/config: add configs for v5.15 and v6.1
We are currently testing lts branches which are already too old. Add
configs for the more relevant stable versions.
Diffstat (limited to 'dashboard/config/linux/bits')
| -rw-r--r-- | dashboard/config/linux/bits/crypto.yml | 6 | ||||
| -rw-r--r-- | dashboard/config/linux/bits/stable-5.15.yml | 6 | ||||
| -rw-r--r-- | dashboard/config/linux/bits/stable-6.1.yml | 6 |
3 files changed, 15 insertions, 3 deletions
diff --git a/dashboard/config/linux/bits/crypto.yml b/dashboard/config/linux/bits/crypto.yml index adcb1c901..045610fcb 100644 --- a/dashboard/config/linux/bits/crypto.yml +++ b/dashboard/config/linux/bits/crypto.yml @@ -18,7 +18,7 @@ config: - CRYPTO_ADIANTUM - CRYPTO_XCBC - CRYPTO_VMAC - - CRYPTO_BLAKE2S: [v5.6, -v6.1] + - CRYPTO_BLAKE2S: [v5.6, -v5.15] - CRYPTO_BLAKE2S_X86: [v6.1, x86_64, -kmsan] - CRYPTO_BLAKE2S_ARM: [v6.1, arm] - CRYPTO_MICHAEL_MIC @@ -123,8 +123,8 @@ config: - CRYPTO_SHA3_ARM64: [arm64] - CRYPTO_SM3_ARM64_CE: [arm64] - CRYPTO_SM4_ARM64_CE: [arm64] - - CRYPTO_SM4_ARM64_CE_BLK: [arm64] - - CRYPTO_SM4_ARM64_NEON_BLK: [arm64] + - CRYPTO_SM4_ARM64_CE_BLK: [arm64, v6.1] + - CRYPTO_SM4_ARM64_NEON_BLK: [arm64, v6.1] - CRYPTO_GHASH_ARM64_CE: [arm64] - CRYPTO_CRCT10DIF_ARM64_CE: [arm64] - CRYPTO_AES_ARM64: [arm64] diff --git a/dashboard/config/linux/bits/stable-5.15.yml b/dashboard/config/linux/bits/stable-5.15.yml new file mode 100644 index 000000000..88358d300 --- /dev/null +++ b/dashboard/config/linux/bits/stable-5.15.yml @@ -0,0 +1,6 @@ +# Copyright 2023 syzkaller project authors. All rights reserved. +# Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. + +kernel: + repo: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git + tag: v5.15.98 diff --git a/dashboard/config/linux/bits/stable-6.1.yml b/dashboard/config/linux/bits/stable-6.1.yml new file mode 100644 index 000000000..fe86d611d --- /dev/null +++ b/dashboard/config/linux/bits/stable-6.1.yml @@ -0,0 +1,6 @@ +# Copyright 2023 syzkaller project authors. All rights reserved. +# Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. + +kernel: + repo: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git + tag: v6.1.15 |
