aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/config/linux
diff options
context:
space:
mode:
authorTaras Madan <tarasmadan@google.com>2025-10-01 14:14:31 +0200
committerAlexander Potapenko <glider@google.com>2025-10-01 12:50:45 +0000
commitfefd882c1761ec3ec6edb9d82e2ff999545fd97c (patch)
tree9c6dc470db5ef8c432f777550caabf9c74f01027 /dashboard/config/linux
parenta185913838f62e03bd7ba14364cc781630375079 (diff)
Makefile: make configs accepts INSTANCE param
It allows to use `syz-env make configs ... INSTANCE=`. Helps with #6391
Diffstat (limited to 'dashboard/config/linux')
-rw-r--r--dashboard/config/linux/README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/dashboard/config/linux/README.md b/dashboard/config/linux/README.md
index 5103bf221..e7a040f8f 100644
--- a/dashboard/config/linux/README.md
+++ b/dashboard/config/linux/README.md
@@ -113,7 +113,9 @@ To update kernel configs:
- update kernel version in [linux-next.yml](bits/linux-next.yml) and [linux-upstream.yml](bits/linux-upstream.yml)
- change config fragments as necessary (e.g. add additional configs to [subsystems.yml](bits/subsystems.yml))
- run `./tools/syz-env make configs SOURCEDIR=/path/to/existing/linux/checkout`
- (note: it will be mrproper-ed and a number of remotes will be added)
- (see [this](/docs/contributing.md#using-syz-env) on how to setup/use `syz-env`)
+ * note: it will be mrproper-ed and a number of remotes will be added
+ * see [this](/docs/contributing.md#using-syz-env) on how to setup/use `syz-env`
+ - resolve problems. You can iterate faster focusing on the specific instance problem.
+ * `./tools/syz-env make configs SOURCEDIR=/path/to/existing/linux/checkout INSTANCE=PROBLEM_INSTANCE_NAME`
- check in config fragments and changed kernel configs and send a PR
- changes will be deployed to `syzbot` within a day after merging