aboutsummaryrefslogtreecommitdiffstats
path: root/executor/_include
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2024-05-23 10:17:23 +0200
committerDmitry Vyukov <dvyukov@google.com>2024-05-27 14:15:44 +0000
commit0c94958922ede180cdca867053826c1bb7d4c9e1 (patch)
tree02e3874b47f4b4f555342078bacb8a7829bdcddc /executor/_include
parent6ef3e47010676e4e159edb346c219e8d30cabadc (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/_include')
0 files changed, 0 insertions, 0 deletions