aboutsummaryrefslogtreecommitdiffstats
path: root/executor
Commit message (Expand)AuthorAgeFilesLines
* 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
* executor: detangle common_openbsd.h out of common_bsd.hGreg Steuck2023-04-272-1/+383
* sys/targets: switch openbsd to SyscallNumbers: falseGreg Steuck2023-04-272-2/+27
* executor: use explicit lretl in kvm_amd64.SSpace Meyer2023-04-121-1/+1
* executor: mark amd64 kvm_gen.cc stack nonexecutableSpace Meyer2023-04-121-1/+1
* sys/linux: add syz_pkey_set syscallsDmitry Vyukov2023-04-031-0/+24
* executor: use valid temporary dir on AndroidKris Alder2023-03-211-1/+1
* all: ioutil is deprecated in go1.19 (#3718)Taras Madan2023-02-231-2/+2
* executor: fix initialize_tun() for Android (#3656)kalder2023-02-061-4/+8
* vm/starnix: add support for fuzzing starnix (#3624)juanPabloMiceli2023-01-192-7/+11
* executor: better prevent the panic on ext4 errors (#3604)Aleksandr Nogikh2023-01-031-1/+9
* pkg/image: treat empty compressed image as valid imageDmitry Vyukov2022-12-221-4/+2