| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
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.
|
| |
|
|
| |
We want to prioritize KASAN bugs differently.
|
| | |
|
| |
|
|
| |
First check if the cmdline config is already present.
|
| |
|
|
|
| |
We also need to disable CONFIG_PROVE_LOCKING, which forces
CONFIG_LOCKDEP to be enabled.
|
|
|
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.
|