aboutsummaryrefslogtreecommitdiffstats
path: root/executor
Commit message (Expand)AuthorAgeFilesLines
...
* syz-manager: support stdin as port forwarding resultAleksandr Nogikh2024-06-241-3/+15
* executor: add runner modeDmitry Vyukov2024-06-2411-395/+1617
* executor: refactor coverage filterDmitry Vyukov2024-06-245-98/+315
* executor: fix is_kernel_data/pc for gVisorDmitry Vyukov2024-06-211-0/+4
* executor: handle errors from netlink_query_family_idCameron Finucane2024-06-171-0/+17
* executor: fix compiler warnings in 32-bit modeAlexander Egorenkov2024-06-131-2/+2
* executor: fix extraction of number of KCOV comparisons from coverage dataAlexander Egorenkov2024-06-121-3/+3
* docs: remove mentions of strconstDmitry Vyukov2024-06-111-1/+1
* executor: ignore kernel text addresses in comparisonsDmitry Vyukov2024-06-111-2/+2
* executor: factor out is_kernel_pc helperDmitry Vyukov2024-06-116-32/+62
* executor: add end-to-end coverage/signal/comparisons testDmitry Vyukov2024-06-117-15/+67
* executor: map input buffer as sharedCameron Finucane2024-06-111-1/+1
* executor: optimize waiting for child processes exitDmitry Vyukov2024-06-103-1/+11
* executor: use close_range if availableDmitry Vyukov2024-06-101-0/+5
* executor: don't call close_fds twiceDmitry Vyukov2024-06-101-1/+2
* executor: allow to run a single testDmitry Vyukov2024-06-052-3/+5
* executor: remove noshmem modeDmitry Vyukov2024-06-047-92/+4
* executor: repair asan buildDmitry Vyukov2024-06-041-12/+29
* executor: fix gvisor signalDmitry Vyukov2024-06-032-5/+7
* executor: rework feature setupDmitry Vyukov2024-06-035-115/+167
* executor: fix coverfilter header sizeDmitry Vyukov2024-05-282-19/+17
* prog: introduce a remote_cover call attributeAleksandr Nogikh2024-05-271-4/+2
* executor: always send 64bit pc and sigJoey Jiao2024-05-271-6/+5
* executor: remove including error.h in test_linux.hKhem Raj2024-05-221-1/+0
* pkg/csource: remove the Repro optionAleksandr Nogikh2024-05-171-2/+0
* pkg/vminfo: move feature checking to hostDmitry Vyukov2024-05-154-27/+77
* executor: setup binfmt_mist only if it has been mountedAndrei Vagin2024-05-091-0/+1
* executor: fix embeding of headersDmitry Vyukov2024-05-081-5/+9
* pkg/csource: replace go:generate with go:embedDmitry Vyukov2024-05-082-7/+73
* pkg/ipc: move executor common_ext testDmitry Vyukov2024-05-081-63/+0
* executor: move flatbuffers from vendor to executorTaras Madan2024-05-0831-0/+11895
* executor: consistently fail on feature setupDmitry Vyukov2024-05-071-42/+41
* executor: make flatrpc build for C++Dmitry Vyukov2024-05-032-6/+4
* pkg/vminfo: check enabled syscalls on the hostDmitry Vyukov2024-05-021-2/+0
* pkg/ipc: consistently set ENOSYS for non-executed syscallsDmitry Vyukov2024-05-021-1/+1
* pkg/ipc: make it possible to change EnvFlags between executionsDmitry Vyukov2024-04-301-1/+1
* executor: arm64: call KVM_ARM_PREFERRED_TARGET on vmfd instead of cpufdAlexander Potapenko2024-04-181-1/+3
* tools/syz-linter: check t.Logf/Errorf/Fatalf messagesDmitry Vyukov2024-04-171-1/+1
* prog: include number of calls into exec encodingDmitry Vyukov2024-04-161-0/+1
* executor: ignore EBADF when reading tunDmitry Vyukov2024-04-161-1/+2
* executor: ignore socketpair error in syz_usbip_server_initDmitry Vyukov2024-04-161-2/+5
* prog: more compact exec encoding for addressesDmitry Vyukov2024-04-151-5/+21
* prog: don't pad data in exec encodingDmitry Vyukov2024-04-151-3/+2
* prog: use leb128 for exec encodingDmitry Vyukov2024-04-151-22/+42
* all: remove akaros supportDmitry Vyukov2024-04-154-128/+3
* executor: cleanup mounts with MNT_FORCEAleksandr Nogikh2024-04-101-4/+9
* executor: skip executor tests on systems with BrokenCompilerGreg Steuck2024-04-051-0/+5
* executor: fix uninitialized variable when generating kvm codeCookedMelon2024-04-051-0/+4
* executor: add guard pages around the kcov mappingAlexander Potapenko2024-04-041-2/+16
* executor: ignore ENOENT for socket callsDmitry Vyukov2024-04-021-0/+12