aboutsummaryrefslogtreecommitdiffstats
path: root/executor/common_linux.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* executor: fix puff_zlib_to_file signatureDmitry Vyukov2022-11-231-3/+3
* executor: update to match the new `syz_mount_image` callHrutvik Kanabar2022-11-211-27/+35
* executor: fix "wrong response packet" in BT fuzzing (#3493)Tamas Koczka2022-11-071-11/+37
* executor: enable core dumpsDmitry Vyukov2022-10-071-1/+2
* executor: move syz_mount_image's sanity checks to syz-fuzzerAleksandr Nogikh2022-09-271-23/+0
* executor: add NIC PCI pass-through VF supportGeorge Kennedy2022-09-211-76/+217
* sys/linux, tools/syz-imagegen: allow `syz_mount_image` to change directoryHrutvik Kanabar2022-09-131-2/+10
* executor: fix setup of netdevsim deviceDmitry Vyukov2022-09-091-7/+8
* executor: fix setup of xfrm deviceDmitry Vyukov2022-09-091-12/+29
* Revert "pkg/csource: inline void* cast into generated code"Dmitry Vyukov2022-09-061-0/+4
* pkg/csource: inline void* cast into generated codeGreg Steuck2022-09-051-3/+0
* pkg/csource, pkg/instance, pkg/ipc, pkg/mgrconfig, tools/syz-prog2c, syz-mana...Andrey Artemiev2022-08-061-5/+6
* executor: fixed fuzzing with System account in Android sandbox (#3275)Andrey Artemiev2022-08-051-1/+2
* vm/adb: wait for Android boot to finishAndrey Artemiev2022-07-251-5/+1
* executor: fix mounting of cgroups on read-only fsDmitry Vyukov2022-07-211-23/+33
* executor: added code to run Android with System accountAndrey Artemiev2022-07-191-11/+36
* executor: prevent ENOSPC if cgroup mount failsDmitry Vyukov2022-07-151-1/+15
* executor: fix enabling of ICMP/ping socketsDmitry Vyukov2022-06-201-1/+4
* executor: fixed sandbox 'android'Andrey Artemiev2022-06-031-1/+2
* executor: include sched.h for syz_cloneAndrei Vagin2022-05-271-0/+2
* executor: applied Bionic patchAndrey Artemiev2022-04-131-0/+29
* executor: tolerate syz_genetlink_get_family_id failuresAleksandr Nogikh2022-02-251-4/+1
* executor: fail on SEGV during clone()Aleksandr Nogikh2022-01-211-1/+11
* all: add syz_clone() and syz_clone3() pseudo callsAleksandr Nogikh2022-01-131-0/+59
* executor: remove custom sys_io_uring_setup definitionAleksandr Nogikh2022-01-131-7/+1
* executor: remove sys_memfd_create definesAleksandr Nogikh2022-01-131-19/+1
* executor: spread overlapping fdsAleksandr Nogikh2021-12-061-3/+3