aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/config/linux/bits/debug.yml
Commit message (Collapse)AuthorAgeFilesLines
* dashboard/config/linux: update upstream configsDmitry Vyukov2022-01-271-9/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update mainline and linux-next revisions to the latest tags and fix configs that broke. NF_FLOW_TABLE_IPV4/6 were removed in: commit c42ba4290b2147aa033d17f22151494515655d77 netfilter: flowtable: remove ipv4/ipv6 modules CONFIG_DAX_DRIVER was removed in: commit afd586f0d06ce3d81b7c474499630fec88833828 dax: remove CONFIG_DAX_DRIVER BLK_DEV_CRYPTOLOOP was removed in: commit 47e9624616c80c9879feda536c48c6a3a0ed9835 block: remove support for cryptoloop and the xor transfer NFT_COUNTER was removed in: commit 023223dfbfb34fcc9b7dd41e21fbf9a5d5237989 netfilter: nf_tables: make counter support built-in ICST was renamed to CLK_ICST in: commit 323fd5955f844d1b6acf1a1af488da460f657ff2 clk: versatile: Rename ICST to CLK_ICST APPARMOR_INTROSPECT_POLICY was added as requirement for other configs we enabled in: commit abfb9c0725f274c75ca2a51684c2dd842a8dc254 apparmor: make export of raw binary profile to userspace optional
* dashboard/config/linux: enable REFCNT_TRACKER configsDmitry Vyukov2021-12-131-0/+9
| | | | | New debugging configs in net-next. Eric asks to enable them.
* dashboard/config/linux: refactor lockdep configs into lockdep.ymlMarco Elver2021-11-091-17/+0
| | | | | | All of lockdep comes with a number of config options, so let's refactor it into a separate lockdep.yml, which makes it easier to disable selectively.
* dashboard/config/linux: update to v5.13Dmitry Vyukov2021-05-121-5/+5
|
* dashboard/config/linux: bump LOCKDEP_STACK_TRACE_BITSDmitry Vyukov2021-04-201-1/+1
| | | | | | | | Once we've bumped other capacity values, "BUG: MAX_STACK_TRACE_ENTRIES too low!" started happening as well: https://syzkaller.appspot.com/bug?id=4ebb151b4e3ef885165669fea5b4cf1f2e353ab0 https://groups.google.com/g/syzkaller-upstream-moderation/c/8FK5kogGHM4 Bump LOCKDEP_STACK_TRACE_BITS by 1.
* dashboard/config/linux: support for v4.15 kernelsDmitry Vyukov2021-04-161-4/+5
| | | | | | | Add constraints for configs not present in v4.15. I tentatively marked all of them as v4.16. If we support something in between v4.15 and v5.4 in future we may need to refine them.
* dashboard/config/linux: tune LOCKDEP capacityDmitry Vyukov2021-04-141-1/+5
| | | | | | | | | | We are seeing the following warnings from LOCKDEP: BUG: MAX_LOCKDEP_CHAIN_HLOCKS too low! BUG: MAX_LOCKDEP_CHAINS too low! BUG: MAX_LOCKDEP_ENTRIES too low! Increase the corresponding capacity constants.
* dashboard/config/linux: enable CONTEXT_TRACKING_FORCEDmitry Vyukov2021-03-181-0/+4
|
* dashboard/config: enable DEBUG_TIMEKEEPING and FW_LOADERDmitry Vyukov2021-03-111-0/+1
| | | | | DEBUG_TIMEKEEPING enables some debug checks. FW_LOADER_USER_HELPER was enabled on arm/android but not on x86_64.
* dashboard/config/linux: enable new configsDmitry Vyukov2021-03-051-0/+1
| | | | Enable some new configs that look reachable in VMs.
* dashboard/config/linux: remove panic_on_warn from kcsan/kmsanDmitry Vyukov2021-03-031-0/+3
| | | | These instances ignore WARNINGs, so they don't want panic_on_warn.
* dashboard/config/linux: add arm configDmitry Vyukov2020-12-301-2/+2
|
* dashboard/config/linux: enable lockdep on arm64Dmitry Vyukov2020-12-291-13/+11
| | | | It seems to be working now.
* dashboard/config/linux: update to v5.11-rc11Dmitry Vyukov2020-12-291-4/+2
| | | | Also bump KMSAN to latest kmsan-v5.10-rc4.
* dashboard/config/linux: tune non-x86 timeoutsDmitry Vyukov2020-12-281-1/+0
| | | | | | Qemu emulation makes execution slower so we need to scale all hang/stall timeouts as well. Scale them by 3 to account for sys/targets.Timeouts.Scale which is set to 3.
* dashboard/config/linux: enable some new configsDmitry Vyukov2020-12-271-0/+4
| | | | Enable new things in v5.11 that we can reach.
* dashboard/config/linux: add s390 configDmitry Vyukov2020-12-271-7/+7
|
* dashboard/config/linux: add riscv64 configDmitry Vyukov2020-12-251-3/+3
|
* dashboard/config/linux: enable HW_RANDOM_VIRTIODmitry Vyukov2020-10-291-11/+14
| | | | | | | | HW_RANDOM_VIRTIO/RANDOM_TRUST_CPU/RANDOM_TRUST_BOOTLOADER help to initialize random pool faster. +mark some x86_64-specific configs as such in preparataion for arm64 support.
* dashboard/config/linux: resolve TODOsDmitry Vyukov2020-10-211-5/+3
| | | | | | | Resolve all TODOs that were left during the switch from old to new configs to minimize diffs. Update #2171
* dashboard/config/linux: add config fragmentsDmitry Vyukov2020-10-211-0/+57
Add config fragments for the new config generation system. Update #2171