aboutsummaryrefslogtreecommitdiffstats
path: root/executor
Commit message (Expand)AuthorAgeFilesLines
* 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
* pkg/fuzzer: factor out the fuzzing engineAleksandr Nogikh2024-03-121-0/+20
* executor: collect coverage for the test OSAleksandr Nogikh2024-03-121-2/+77
* executor: temporarily disable IORING_SETUP_CQE32 and IORING_SETUP_SQE128Alexander Potapenko2024-03-051-1/+5
* executor: don't fail on setns() in pseudo syscallsAleksandr Nogikh2024-02-081-4/+10
* executor: don't hold a loop device fdAleksandr Nogikh2024-01-121-5/+26
* executor: prevent netlink_send_ext with dofail=trueAleksandr Nogikh2024-01-052-0/+12
* syz-executor: don't fail on netlink errors during fuzzingAleksandr Nogikh2024-01-051-21/+23
* executor: do not run VIRT86 and CPL3 tests with SVM virtualizationPiotr Siminski2023-12-201-29/+71
* executor: keep style_test.go happyPiotr Siminski2023-12-201-1/+1
* executor: introduce syz_pidfd_open()Aleksandr Nogikh2023-12-191-0/+18
* sys/linux, pkg/host, executor: add NVMe-oF/TCP subsystem supportAlon Zahavi2023-12-071-2/+46
* executor/common_zlib: fix an mmap leakZhiyao Feng2023-10-061-1/+1
* sys/io_uring, executor/common_linux: remove sqes_index in syz_io_uring_submitDylan Yudaken2023-07-301-17/+12
* sys/linux/io_uring, executor/common_linux: fix io_uring segfaultDylan Yudaken2023-07-301-9/+7
* executor/android: updated x86 seccomp policyLiz Prucka2023-07-255-494/+485
* executor: fix loop condition in lookup_endpointAndrey Konovalov2023-07-181-1/+1
* executor: include missing linux/falloc.hKhem Raj2023-06-201-0/+1
* all: support swap feature on LinuxAleksandr Nogikh2023-06-153-9/+56
* executor: move setup_ext() below other featuresAleksandr Nogikh2023-06-152-8/+7
* executor: use exitf instead of fail outside of setup sequence (#3959)Andrei Vagin2023-06-155-8/+8
* executor: use v1 memory cgroup controllerAleksandr Nogikh2023-06-141-16/+14
* syz-manager, pkg/cover: normalize signals between VM instancesLiz Prucka2023-06-121-3/+6
* executor: resolve pseudo syscall compilation problemsAleksandr Nogikh2023-05-046-50/+81
* executor: remove openbsd bits out of common_bsd.hGreg Steuck2023-04-271-47/+1