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/arm.yml | |
| parent | dea5c7e43b28446926acb2fec04939e10f5cb835 (diff) | |
dashboard/configs: regenerate Linux configs
Use the latest linux-next and torvalds releases.
Diffstat (limited to 'dashboard/config/linux/bits/arm.yml')
| -rw-r--r-- | dashboard/config/linux/bits/arm.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dashboard/config/linux/bits/arm.yml b/dashboard/config/linux/bits/arm.yml index 30661c213..04467d756 100644 --- a/dashboard/config/linux/bits/arm.yml +++ b/dashboard/config/linux/bits/arm.yml @@ -46,7 +46,8 @@ config: - BINFMT_ZFLAT - BINFMT_SHARED_FLAT: [-v6.1] - CAN_KVASER_PCIEFD: [-baseline, -onlyusb] - - CRC_T10DIF + # This can be only selected by other options. + - CRC_T10DIF: [-v6.15] # Otherwise fuzzing on arm32 is currently hindered due to the "BUG: using smp_processor_id() in preemptible code" bug. # See https://github.com/google/syzkaller/issues/3249 - HARDEN_BRANCH_PREDICTOR: n |
