aboutsummaryrefslogtreecommitdiffstats
path: root/executor/common_linux.h
Commit message (Expand)AuthorAgeFilesLines
* executor, sys/linux, pkg: enable syz_kvm_setup_cpu for riscv646eanut2026-01-201-0/+2
* sys/linux, executor: enable kvm fuzzing support for riscv646eanut2026-01-091-3/+2
* executor: improve startup time on machines with many CPUsFlorent Revest2025-11-261-0/+11
* executor: disallow O_CREAT in syz_open_devFlorent Revest2025-11-141-1/+1
* prog: fix syz_kfuzztest_run allocation strategyEthan Graham2025-09-221-4/+4
* kfuzztest: introduce syz_kfuzztest_run pseudo-syscallEthan Graham2025-09-221-0/+54
* executor: sys/linux/: pkg/runtest: pkg/vminfo: add syz_kvm_assert_syzos_kvm_exitAlexander Potapenko2025-09-191-1/+1
* executor: neutralize errors=panic for gfs2 mountsAleksandr Nogikh2025-07-171-0/+3
* executor: linux: make syz_open_dev comment more correctFlorent Revest2025-06-041-1/+1
* executor: linux: fix syz_open_dev virtual file names rangeFlorent Revest2025-06-041-2/+3
* all: format with clang-format-20Aleksandr Nogikh2025-04-241-127/+124
* executor/kvm: add x86-64 SYZOS fuzzerMarios Pomonis2025-04-231-0/+2
* executor: mount /syz-inputs dir to fuzzing sandboxNick Biryulin2025-01-281-0/+10
* executor: pkg/vminfo: sys/linux: arm64: implement syz_kvm_assert_reg()Alexander Potapenko2024-12-181-1/+1
* 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