aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/config
diff options
context:
space:
mode:
authorTaras Madan <tarasmadan@google.com>2025-09-30 10:48:04 +0200
committerAleksandr Nogikh <nogikh@google.com>2025-09-30 10:56:30 +0000
commit65a0eece8b50b1e2fac47dce4b422ec459ff7825 (patch)
tree8de6d2dbb3c82c822deeacaaa173601689a0b869 /dashboard/config
parentcc047993ca5df6dcc8554fe83d39ed78ee3285b9 (diff)
dashboard/config/linux: update documentation
Diffstat (limited to 'dashboard/config')
-rw-r--r--dashboard/config/linux/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/dashboard/config/linux/README.md b/dashboard/config/linux/README.md
index a46f74ebc..5103bf221 100644
--- a/dashboard/config/linux/README.md
+++ b/dashboard/config/linux/README.md
@@ -110,8 +110,8 @@ The only exception to the declarative nature of the process is USB configs. They
[syz-env](/docs/contributing.md#using-syz-env), which provides correct versions of the compilers.
To update kernel configs:
- - change config fragments as necessary (e.g. add additional configs to [subsystems.yml](bits/subsystems.yml) along
- with minimal kernel version)
+ - 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`)