aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/vcs/linux_configs_test.go
Commit message (Collapse)AuthorAgeFilesLines
* pkg/report: use crash.KASANUnknown instead of crash.KASANOtherTaras Madan2025-07-031-2/+2
| | | | | | What we need is the category for "matched unknown KASAN bug". This king on bugs should be recategorised. The final goal is to keep this category empty.
* pkg/report: split crash.KASAN into partsTaras Madan2025-07-031-2/+2
| | | | We want to prioritize KASAN bugs differently.
* all: remove loop variables scopingTaras Madan2025-02-171-1/+0
|
* pkg/vcs: don't supress rcu stall reports twiceAleksandr Nogikh2023-08-181-0/+18
| | | | First check if the cmdline config is already present.
* pkg/vcs: properly disable lockdepAleksandr Nogikh2023-07-101-1/+2
| | | | | We also need to disable CONFIG_PROVE_LOCKING, which forces CONFIG_LOCKDEP to be enabled.
* pkg/vcs: disable Linux kernel configs based on crash.TypeAleksandr Nogikh2023-07-051-0/+93
More sanitizers means longer compilation times, more flakiness and risks of failures due to bugs in sanitizers themselves. If the crash type is known, determine the sanitizer that detected the problem and disable everything else.