I have the source and object files on the host machine. I get the following error when I run syzkaller:
bitmap is not found, coverage filter disabled
Coverage is enabled on the target machine which the syzkaller's machine check verifies. I can see from debug logs that coverage is getting collected, for e.g.:
openat$i915=0xffffffffffffffff errno=13 cover=2547
Do I have to enable coverage filter in the config file for isolated host fuzzing?
CovFilter covFilterCfg `json:"cover_filter"`