From 423e5ccacbe46c716d916a7aad5a8cab8e85f0a5 Mon Sep 17 00:00:00 2001 From: David Drysdale Date: Thu, 10 Mar 2016 14:25:44 +0000 Subject: Add debug logging to sysgen/ code --- README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 76ec1bc99..b6f97296d 100644 --- a/README.md +++ b/README.md @@ -230,6 +230,9 @@ This will re-create the following source code files: (per-architecture) kernel syscall numbers. - `executor/syscalls.h`: Constant definitions (in C) for all system call numbers. +If there are problems with this step, run `bin/syz-sysgen` directly and add +the use `-v=5` flag to show more details of the generation process. + Rebuild syzkaller (`make clean all`) to force use of the new system call definitions. Finally, adjust the `enable_syscalls` configuration value for syzkaller to specifically target the -- cgit mrf-deployment