From 5464aef7b4033e1b144a5805a189feb0f7b2b69e Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Fri, 25 Apr 2025 12:06:17 +0200 Subject: dashboard/configs: regenerate Linux configs Use the latest linux-next and torvalds releases. --- dashboard/config/linux/bits/arm.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dashboard/config/linux/bits/arm.yml') 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 -- cgit mrf-deployment