aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/sys_amd64.const
diff options
context:
space:
mode:
authorAndrey Konovalov <andreyknvl@google.com>2018-11-22 19:04:06 +0100
committerAndrey Konovalov <andreyknvl@gmail.com>2019-01-16 19:19:53 +0100
commitb5df78dc5d994bc61f1ecee2c5c85313178f392e (patch)
treec285f3be9e8d0ef32e607186ec9ce9eae6901cce /sys/linux/sys_amd64.const
parentc0d4a12ee72a2279eada43d9476d2f8a074c3818 (diff)
all: support extra coverage
Right now syzkaller only supports coverage collected from the threads that execute syscalls. However some useful things happen in background threads, and it would be nice to collect coverage from those threads as well. This change adds extra coverage support to syzkaller. This coverage is not associated with a particular syscall, but rather with the whole program. Executor passes extra coverage over the same ipc mechanism to syz-fuzzer with syscall number set to -1. syz-fuzzer then passes this coverage to syz-manager with the call name "extra". This change requires the following kcov patch: https://github.com/xairy/linux/pull/2
Diffstat (limited to 'sys/linux/sys_amd64.const')
0 files changed, 0 insertions, 0 deletions