diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2024-05-23 10:17:23 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2024-05-27 14:15:44 +0000 |
| commit | 0c94958922ede180cdca867053826c1bb7d4c9e1 (patch) | |
| tree | 02e3874b47f4b4f555342078bacb8a7829bdcddc /executor/android | |
| parent | 6ef3e47010676e4e159edb346c219e8d30cabadc (diff) | |
syz-fuzzer: remove ipc gate
Ipc gate slows down overall execution a lot.
Without ipc gate I am getting ~20% more executions with debug kernel
and ~100% more executions with a fast non-debug kernel.
Replace ipc gate with explicit tracking of last executing programs
per proc in syz-manager.
Ipc gate was also used for leak checking, but leak checking seems
to be still broken. At least in my local runs I am not getting
any leaks even with the previous fix.
So remove the gate completly for now. Taking into account that
we are likely to rewrite this code in C++ soon, it makes
little sense to create a special gate for leak checking only in Go.
Update #4728
Diffstat (limited to 'executor/android')
0 files changed, 0 insertions, 0 deletions
