From 6f9b225ad9309cc7a49d18aab632b278937eaee6 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sun, 28 Oct 2018 10:11:22 +0100 Subject: Update syscall_descriptions.md Clarify that running `make clean` each time is not necessary. --- docs/syscall_descriptions.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'docs') 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. -- cgit mrf-deployment