| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
|
|
|
|
|
|
| |
See https://www.phoronix.com/news/Linux-6.18-Transitional .
First used in:
config CFI_CLANG
bool
transitional
help
Transitional config for CFI_CLANG to CFI migration.
|
| |
|
|
| |
./tools/syz-env bin/golangci-lint run ./... --fix
|
| |
|
|
|
|
|
|
|
|
| |
The most frustrating part of updating syzbot configs is figuring out
what config options (possibly transivitely) selected the configs we
wanted to stay disabled.
For each "X is present in the final config" message, auto-generate
a small list of enabled config options that may have transitively
"select"ed X.
|
| |
|
|
|
|
|
| |
Use the latest revisions for existing configs.
Add the new ChromeOS 6.6 config.
No longer generate ChromeOS 5.4 configs.
Switch ChromeOS configs to clang.
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
Expand KCONFIG_EXT_PREFIX environment variable in kconfig
include path to an empty string. That's required for Android-5.10 build.
Signed-off-by: Tadeusz Struk <tadeusz.struk@linaro.org>
|
| |
|
|
|
| |
An older kernel uses source directive w/o quotes,
option with a quoted value and $SRCDIR without parens.
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
| |
Test for case described in:
https://groups.google.com/g/syzkaller/c/c1J1kzzW7Ew/m/CeyEJm04AQAJ
It seems to work as is (mostly).
Fix parsing of the very last kconfig config (currently it's dropped).
s/menuend/endmenu/ in error message.
Sort dependencies so that we can express the test.
But none of this should have affected actual config minimization.
|
| |
|
|
|
|
| |
Kconfig depends on the target arch.
Add target argument for Kconfig parsing.
Resolve $(SRCARCH) properly (previously we always assumed x86_64).
|
| |
|
|
| |
dashboard/app is still on Go 1.11 :(
|
|
|
Update #2171
|