aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/config/linux/bits/slab.yml
Commit message (Collapse)AuthorAgeFilesLines
* dashboard/configs: update linux configsAleksandr Nogikh2024-01-301-7/+0
| | | | Regenerate the configs using the latest Linux revisions.
* dashboard/config/linux: update to latest upstreamMarco Elver2023-06-301-0/+2
| | | | | | | | | | | | | Update mainline tag and linux-next version. Notable changes: - SLAB is being deprecated. To still be able to test it we need to set SLAB_DEPRECATED. Due to SLAB deprecation, the kcsan and leak instances are switched to SLUB to avoid tripping over issues due to SLAB not being supported properly anymore.
* dashboard/config/linux: add config fragmentsDmitry Vyukov2020-10-211-0/+5
Add config fragments for the new config generation system. Update #2171