aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2018-10-28 10:11:22 +0100
committerGitHub <noreply@github.com>2018-10-28 10:11:22 +0100
commit6f9b225ad9309cc7a49d18aab632b278937eaee6 (patch)
treeafd69d89993c0af75d2ff0f89df41f8e36e8f072 /docs
parent8efba39a81ef8a67638d6ed1a23adbfd83bd1480 (diff)
Update syscall_descriptions.md
Clarify that running `make clean` each time is not necessary.
Diffstat (limited to 'docs')
-rw-r--r--docs/syscall_descriptions.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/syscall_descriptions.md b/docs/syscall_descriptions.md
index 041f70b0f..d415b4001 100644
--- a/docs/syscall_descriptions.md
+++ b/docs/syscall_descriptions.md
@@ -58,9 +58,7 @@ If the subsystem is supported on several architectures, then run `syz-extract` f
`$LINUX` should point to kernel source checkout, which is configured for the corresponding arch (i.e. you need to run `make someconfig && make` there first).
If the kernel was built into a separate directory (with `make O=...`) then also set `$LINUXBLD` to the location of the build directory.
-Then, run `make generate` which will update generated code.
-
-Rebuild syzkaller (`make clean all`) to force use of the new system call definitions.
+Then, run `make generate` and `make` which will update generated code and rebuild binaries.
Optionally, adjust the `enable_syscalls` configuration value for syzkaller to specifically target the new system calls.