github.com/google/syzkaller@v0.0.0-20251211124644-a066d2bc4b02/dashboard/config/linux/bits/chromeos-5.4.yml (about)

     1  # Copyright 2020 syzkaller project authors. All rights reserved.
     2  # Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
     3  
     4  kernel:
     5   repo: https://chromium.googlesource.com/chromiumos/third_party/kernel
     6   # HEAD of chromeos-5.4 branch.
     7   tag: 659b005fb0dcc1747094201a14945a6af734be50
     8  
     9  shell:
    10   - chromeos/scripts/prepareconfig chromiumos-x86_64 ${BUILDDIR}/.config
    11   - make olddefconfig
    12  
    13  config:
    14   # DRM_I915 is broken in 5.4 with:
    15   # drivers/gpu/drm/i915/i915_selftest.h:118:31: error: statement with no effect
    16   - DRM_I915: n