File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ The `baseline` config has `-base` suffix and has `baseline` and `base-config` fe
101101config is meant to not contain majority of subsystem configs enabled (should just boot and have debugging
102102configs enabled), however, that is fully controlled by config fragments based on the presence of the ` baseline `
103103feature. In order to facilitate even smaller ` -base.config ` files, the ` base-config ` feature is automatically
104- set for them. Such configs are intended to be used by the config minization procedure.
104+ set for them. Such configs are intended to be used by the config minimization procedure.
105105
106106The only exception to the declarative nature of the process is USB configs. They are added procedurally, see
107107` addUSBConfigs ` function for details.
@@ -112,7 +112,7 @@ The only exception to the declarative nature of the process is USB configs. They
112112To update kernel configs:
113113 - change config fragments as necessary (e.g. add additional configs to [ subsystems.yml] ( bits/subsystems.yml ) along
114114 with minimal kernel version)
115- - run ` syz-env make configs SOURCEDIR=/path/to/existing/linux/checkout `
115+ - run ` ./tools/ syz-env make configs SOURCEDIR=/path/to/existing/linux/checkout`
116116 (note: it will be mrproper-ed and a number of remotes will be added)
117117 (see [ this] ( /docs/contributing.md#using-syz-env ) on how to setup/use ` syz-env ` )
118118 - check in config fragments and changed kernel configs and send a PR
You can’t perform that action at this time.
0 commit comments