diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2023-02-17 17:18:33 +0100 |
|---|---|---|
| committer | Aleksandr Nogikh <wp32pw@gmail.com> | 2023-02-20 15:12:14 +0100 |
| commit | 4f5f52092fba2058beef2f84df275ad377c3b35c (patch) | |
| tree | a67ec7ef9299362124fa75eb40b0d6477d892fc3 /dashboard/config/linux/bits | |
| parent | a07c9155253fce6c3632ea8a7c5f82afd17a22cd (diff) | |
dashboard/config: generate COS 5.15 configs for fuzzing
Diffstat (limited to 'dashboard/config/linux/bits')
| -rw-r--r-- | dashboard/config/linux/bits/arm64.yml | 3 | ||||
| -rw-r--r-- | dashboard/config/linux/bits/cos-5.15.yml | 10 |
2 files changed, 12 insertions, 1 deletions
diff --git a/dashboard/config/linux/bits/arm64.yml b/dashboard/config/linux/bits/arm64.yml index 2eb65a711..2c9b05a44 100644 --- a/dashboard/config/linux/bits/arm64.yml +++ b/dashboard/config/linux/bits/arm64.yml @@ -15,7 +15,8 @@ config: - ARM64_MTE - ARCH_VEXPRESS - - I2C_VERSATILE + # TODO: figure out why it doesn't get enabled on COS. + - I2C_VERSATILE: [-cos] - CLK_SP810 - ICST: [-v5.16] - CLK_ICST: [v5.16] diff --git a/dashboard/config/linux/bits/cos-5.15.yml b/dashboard/config/linux/bits/cos-5.15.yml new file mode 100644 index 000000000..64325c7d3 --- /dev/null +++ b/dashboard/config/linux/bits/cos-5.15.yml @@ -0,0 +1,10 @@ +# 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: https://cos.googlesource.com/third_party/kernel + # HEAD of cos-5.15 branch. + tag: 989d5b675f3b2eaa295383d94b40192d7caaf67f + +shell: + - make lakitu_defconfig |
