Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions dashboard/config/linux/bits/arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@ config:
- FB_IBM_GXT4500: n
- SMS_SIANO_RC: n
- V4L_PLATFORM_DRIVERS: n
- MEDIA_SUPPORT: n
- MEDIA_CEC_SUPPORT: n
- MEDIA_PCI_SUPPORT: n
- MEDIA_RADIO_SUPPORT: n
- SPI: n
- SSB: n
- MMC: n
Expand Down Expand Up @@ -323,8 +319,6 @@ config:
- VEXPRESS_CONFIG: n
- DA8XX_MSTPRI: n
- FSL_MC_BUS: n
- MHI_BUS: n
- MHI_BUS_DEBUG: n

# Disable whole menu "I2C Hardware Bus support"
- I2C_ALI1535: n
Expand Down
3 changes: 3 additions & 0 deletions dashboard/config/linux/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,12 @@ instances:
- upstream-usb: [upstream, x86_64, gcc, lsm, apparmor, onlyusb, kasan]
- upstream-arm64-kasan: [upstream, arm64, gcc, lsm, selinux, reduced, kasan]
- upstream-arm64-mte: [upstream, arm64, gcc, bpfjit, lsm, smack, nonoise, reduced, kfence, mte]
# The full configs are used with syz-check to avoid no-such-struct warnings.
- upstream-arm64-full: [upstream, arm64, gcc, bpfjit, lsm, smack, nonoise]
# TODO: enable kasan when it works, currently Go binaries hang on KASAN kernel:
# https://lore.kernel.org/linux-arm-kernel/CACT4Y+YdJoNTqnBSELcEbcbVsKBtJfYUc7_GSXbUQfAJN3JyRg@mail.gmail.com/
- upstream-arm-kasan: [upstream, arm, gcc, bpfjit, lsm, selinux, reduced]
- upstream-arm-full: [upstream, arm, gcc, bpfjit, lsm, selinux]
- upstream-riscv64-kasan: [upstream, riscv, gcc, bpfjit, lsm, apparmor, reduced, kasan, kfence]
- upstream-s390-kasan: [upstream, s390, gcc, bpfjit, lsm, selinux, nonoise, reduced, kasan, kfence]
- stable-5.4-kasan: [stable-5.4, x86_64, gcc, bpfjit, lsm, apparmor, kasan]
Expand Down
Loading