aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/config/linux/bits/kfence.yml
Commit message (Collapse)AuthorAgeFilesLines
* dashboard/config/linux: enable KFENCE_STATIC_KEYSDmitry Vyukov2021-03-051-0/+1
| | | | This is the default, recommended setting.
* dashboard/config/linux: update to next-20201124 with KFENCE enabledMarco Elver2020-11-241-0/+8
Update configs to be based on next-20201124. With that update, we can enable KFENCE to test KFENCE itself. Note, when enabled on the KASAN config, we do not expect KFENCE reports to surface, since KASAN's instrumentation will check an access before the actual access (which may fault and be handled by KFENCE). Enabling KFENCE is purely for the benefit of testing KFENCE. Other notable changes coming to v5.11: - WIRELESS_WDS subsystem removed - DLCI subsystem removed - X25_ASY subsystem removed - NULL_TTY subsystem removed