Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
executor: use different remote kcov handles each time
It serves two purposes: 1) Ignore the remote coverage that was initiated by the already exited executor instances. 2) Circumvent the KCOV bug that sometimes results in dangling remote kcov handles. The bug is fixed in [1], but it will take time for it to reach all the kernels we fuzz. Fixes google#4626. [1] https://lore.kernel.org/all/[email protected]/
- Loading branch information