aboutsummaryrefslogtreecommitdiffstats
path: root/executor/common_linux.h
Commit message (Expand)AuthorAgeFilesLines
* executor: mount gadgetfsDmitry Vyukov2024-12-111-0/+17
* pkg/vminfo: sys/linux: executor: define syz_kvm_assert_syzos_uexit()Alexander Potapenko2024-12-111-1/+1
* sys/linux: updated fuse fs specificationsSablin Viacheslav2024-11-291-0/+7
* sys/linux: move some ARM-specific descriptions to a separate fileAlexander Potapenko2024-11-261-18/+0
* executor: arm64: sys/linux: allocate 1024 pages for guest address spaceAlexander Potapenko2024-11-261-1/+1
* executor: check ppid after setting PR_SET_PDEATHSIG for sandbox processDmitry Vyukov2024-10-241-0/+4
* executor: don't create new session for sandbox processDmitry Vyukov2024-10-241-1/+0
* executor: fix mounting of debugfs/smackfs/fusectl/binfmt_miscDmitry Vyukov2024-09-271-9/+14
* executor: arm64: sys/linux: implement syz_kvm_setup_syzos_vm and syz_kvm_add_...Alexander Potapenko2024-09-251-1/+13
* sys/linux: add syz_create_resourceDmitry Vyukov2024-09-191-0/+13
* executor: fix mounting of binfmt_miscDmitry Vyukov2024-09-191-1/+2
* executor: pkg/vminfo: sys/linux: define syz_kvm_vgic_v3_setupAlexander Potapenko2024-09-031-2/+8
* executor: protect kcov/output regions with pkeysDmitry Vyukov2024-08-161-0/+6
* executor: increase kExtraCoverSize to 1024kAndrey Konovalov2024-07-231-1/+1
* executor: fix setup of cad_pidDmitry Vyukov2024-07-161-5/+20
* executor: set `source` for the proc mountAndrei Vagin2024-07-031-1/+1
* executor: linux: bump fs.mount-max to 100000Alexander Potapenko2024-07-031-0/+3
* executor: linux: chroot into tmpfs with sandbox=noneAlexander Potapenko2024-07-021-50/+63
* executor/linux: fix compilation error with old compilersPavel Skripkin2024-06-251-1/+8
* executor: handle errors from netlink_query_family_idCameron Finucane2024-06-171-0/+17
* docs: remove mentions of strconstDmitry Vyukov2024-06-111-1/+1
* executor: use close_range if availableDmitry Vyukov2024-06-101-0/+5
* executor: rework feature setupDmitry Vyukov2024-06-031-83/+76
* executor: setup binfmt_mist only if it has been mountedAndrei Vagin2024-05-091-0/+1
* executor: consistently fail on feature setupDmitry Vyukov2024-05-071-42/+41
* 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
* executor: cleanup mounts with MNT_FORCEAleksandr Nogikh2024-04-101-4/+9
* executor: ignore ENOENT for socket callsDmitry Vyukov2024-04-021-0/+12
* 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-051-0/+7
* syz-executor: don't fail on netlink errors during fuzzingAleksandr Nogikh2024-01-051-21/+23
* 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
* 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: include missing linux/falloc.hKhem Raj2023-06-201-0/+1
* all: support swap feature on LinuxAleksandr Nogikh2023-06-151-9/+52
* executor: use exitf instead of fail outside of setup sequence (#3959)Andrei Vagin2023-06-151-1/+1
* executor: use v1 memory cgroup controllerAleksandr Nogikh2023-06-141-16/+14
* executor: resolve pseudo syscall compilation problemsAleksandr Nogikh2023-05-041-1/+6
* sys/linux: add syz_pkey_set syscallsDmitry Vyukov2023-04-031-0/+24
* executor: fix initialize_tun() for Android (#3656)kalder2023-02-061-4/+8
* vm/starnix: add support for fuzzing starnix (#3624)juanPabloMiceli2023-01-191-7/+7
* executor: better prevent the panic on ext4 errors (#3604)Aleksandr Nogikh2023-01-031-1/+9
* executor: simplify setup_loop_deviceDmitry Vyukov2022-11-231-8/+6
* executor: don't reset loop device on partition scan successDmitry Vyukov2022-11-231-1/+2
* executor: don't pass uncompressed zlib sizeDmitry Vyukov2022-11-231-17/+10