aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/config/linux/bits/lockdep.yml
Commit message (Collapse)AuthorAgeFilesLines
* dashboard/config/linux: enable PREEMPT_RT in one configDmitry Vyukov2025-07-281-2/+2
| | | | | | | | To get coverage of PREEMPT_RT as well. The disabled configs are marked as incompatible with PREEMPT_RT in Kconfig files. Fixes #6225
* dashboard/config/linux: bump lockdep consts even moreDmitry Vyukov2024-08-301-4/+6
| | | | | Btrfs needs higher values to avoid false positives: https://lore.kernel.org/all/20240821201338.GA2109582@perftesting/
* dashboard/config: enable debug options for the arm64-full configAleksandr Nogikh2022-08-051-1/+4
| | | | Also, factor emulation-dependent consts into a separate file.
* dashboard/config/linux: increase LOCKDEP size constsDmitry Vyukov2022-06-031-2/+5
| | | | | | | | We are still seeing some of: BUG: MAX_LOCKDEP_CHAINS too low! BUG: MAX_LOCKDEP_CHAIN_HLOCKS too low! BUG: MAX_LOCKDEP_ENTRIES too low! Bump LOCKDEP consts by 1.
* dashboard/config/linux: refactor lockdep configs into lockdep.ymlMarco Elver2021-11-091-0/+21
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.