| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
| |
First check if the cmdline config is already present.
|
| |
|
|
|
| |
We also need to disable CONFIG_PROVE_LOCKING, which forces
CONFIG_LOCKDEP to be enabled.
|
| |
|
|
|
|
|
|
| |
Let's keep it enabled for newer Linux kernel versions as it keeps the
environment closer to the one where the bug happened.
We disable KCOV in baseline configs, so we'll try to drop it at the
kernel config bisection stage anyway.
|
| |
|
|
|
|
|
|
| |
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.
|
|
|
The new linux_configs.go file will contain routines that manage
Linux-related configs.
|