aboutsummaryrefslogtreecommitdiffstats
path: root/executor/common_linux.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* executor: do not follow symlinks during umountAleksandr Nogikh2021-10-291-4/+4
* all: add binderfs fuzzing supportAleksandr Nogikh2021-10-291-0/+38
* executor: don't mount some cgroup controllers during setupDmitry Vyukov2021-10-131-3/+3
* executor: don't fail on cgroup mountingDmitry Vyukov2021-10-131-2/+6
* executor: setup cgroups onceDmitry Vyukov2021-10-121-7/+0
* executor: enable cgroup controllers one-by-oneDmitry Vyukov2021-10-121-18/+49
* executor: mount new cgroupsDmitry Vyukov2021-10-121-2/+2
* executor: check for single-line compound statementsDmitry Vyukov2021-10-011-2/+1
* all: refactor fault injection into call propsAleksandr Nogikh2021-09-221-1/+1
* sys: skip kvm const extraction for non i386/amd64Aleksandr Nogikh2021-09-131-1/+1
* executor: move vm.nr_overcommit_hugepages into configDmitry Vyukov2021-05-121-2/+0
* executor: set ctrl-alt-del sysctl to 0Dmitry Vyukov2021-04-221-1/+11
* dashboard/config/linux: disable BPF_JIT on subset of instancesDmitry Vyukov2021-03-091-2/+0
* executor: don't setup x86-specific sysctl on non-x86Dmitry Vyukov2021-03-071-32/+34
* executor: disable rfkill during setupDmitry Vyukov2021-03-041-0/+18
* pkg/report: detect executor failuresDmitry Vyukov2021-02-211-93/+83
* executor: don't fail in syz_genetlink_get_family_idDmitry Vyukov2021-02-191-82/+114
* sys/linux: add ieee802154 descriptionsDmitry Vyukov2021-02-121-18/+72
* executor: don't include kvm on armDmitry Vyukov2021-01-261-1/+1
* executor: tune few more sysctl'sDmitry Vyukov2020-12-011-0/+7
* tools/create-gce-image.sh: move sysctl's to executorDmitry Vyukov2020-11-211-0/+6
* pkg/ifuzz/powerpc: add powerpc supportAlexey Kardashevskiy2020-11-201-0/+2
* executor: fix linux includesDmitry Vyukov2020-10-301-2/+6
* dashboard/config/linux: set watchdog_thresh via cmdlineDmitry Vyukov2020-10-281-4/+0
* pkg/csource: setup sysctl's in C reproducersDmitry Vyukov2020-10-281-0/+40