index
:
syz
actual
corpusfix
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
executor
/
common_linux.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
executor: add NIC PCI pass-through VF support
George Kennedy
2022-09-21
1
-76
/
+217
*
sys/linux, tools/syz-imagegen: allow `syz_mount_image` to change directory
Hrutvik Kanabar
2022-09-13
1
-2
/
+10
*
executor: fix setup of netdevsim device
Dmitry Vyukov
2022-09-09
1
-7
/
+8
*
executor: fix setup of xfrm device
Dmitry Vyukov
2022-09-09
1
-12
/
+29
*
Revert "pkg/csource: inline void* cast into generated code"
Dmitry Vyukov
2022-09-06
1
-0
/
+4
*
pkg/csource: inline void* cast into generated code
Greg Steuck
2022-09-05
1
-3
/
+0
*
pkg/csource, pkg/instance, pkg/ipc, pkg/mgrconfig, tools/syz-prog2c, syz-mana...
Andrey Artemiev
2022-08-06
1
-5
/
+6
*
executor: fixed fuzzing with System account in Android sandbox (#3275)
Andrey Artemiev
2022-08-05
1
-1
/
+2
*
vm/adb: wait for Android boot to finish
Andrey Artemiev
2022-07-25
1
-5
/
+1
*
executor: fix mounting of cgroups on read-only fs
Dmitry Vyukov
2022-07-21
1
-23
/
+33
*
executor: added code to run Android with System account
Andrey Artemiev
2022-07-19
1
-11
/
+36
*
executor: prevent ENOSPC if cgroup mount fails
Dmitry Vyukov
2022-07-15
1
-1
/
+15
*
executor: fix enabling of ICMP/ping sockets
Dmitry Vyukov
2022-06-20
1
-1
/
+4
*
executor: fixed sandbox 'android'
Andrey Artemiev
2022-06-03
1
-1
/
+2
*
executor: include sched.h for syz_clone
Andrei Vagin
2022-05-27
1
-0
/
+2
*
executor: applied Bionic patch
Andrey Artemiev
2022-04-13
1
-0
/
+29
*
executor: tolerate syz_genetlink_get_family_id failures
Aleksandr Nogikh
2022-02-25
1
-4
/
+1
*
executor: fail on SEGV during clone()
Aleksandr Nogikh
2022-01-21
1
-1
/
+11
*
all: add syz_clone() and syz_clone3() pseudo calls
Aleksandr Nogikh
2022-01-13
1
-0
/
+59
*
executor: remove custom sys_io_uring_setup definition
Aleksandr Nogikh
2022-01-13
1
-7
/
+1
*
executor: remove sys_memfd_create defines
Aleksandr Nogikh
2022-01-13
1
-19
/
+1
*
executor: spread overlapping fds
Aleksandr Nogikh
2021-12-06
1
-3
/
+3
*
executor: do not follow symlinks during umount
Aleksandr Nogikh
2021-10-29
1
-4
/
+4
*
all: add binderfs fuzzing support
Aleksandr Nogikh
2021-10-29
1
-0
/
+38
*
executor: don't mount some cgroup controllers during setup
Dmitry Vyukov
2021-10-13
1
-3
/
+3
*
executor: don't fail on cgroup mounting
Dmitry Vyukov
2021-10-13
1
-2
/
+6
*
executor: setup cgroups once
Dmitry Vyukov
2021-10-12
1
-7
/
+0
*
executor: enable cgroup controllers one-by-one
Dmitry Vyukov
2021-10-12
1
-18
/
+49
*
executor: mount new cgroups
Dmitry Vyukov
2021-10-12
1
-2
/
+2
*
executor: check for single-line compound statements
Dmitry Vyukov
2021-10-01
1
-2
/
+1
*
all: refactor fault injection into call props
Aleksandr Nogikh
2021-09-22
1
-1
/
+1
*
sys: skip kvm const extraction for non i386/amd64
Aleksandr Nogikh
2021-09-13
1
-1
/
+1
*
executor: move vm.nr_overcommit_hugepages into config
Dmitry Vyukov
2021-05-12
1
-2
/
+0
*
executor: set ctrl-alt-del sysctl to 0
Dmitry Vyukov
2021-04-22
1
-1
/
+11
*
dashboard/config/linux: disable BPF_JIT on subset of instances
Dmitry Vyukov
2021-03-09
1
-2
/
+0
*
executor: don't setup x86-specific sysctl on non-x86
Dmitry Vyukov
2021-03-07
1
-32
/
+34
*
executor: disable rfkill during setup
Dmitry Vyukov
2021-03-04
1
-0
/
+18
*
pkg/report: detect executor failures
Dmitry Vyukov
2021-02-21
1
-93
/
+83
*
executor: don't fail in syz_genetlink_get_family_id
Dmitry Vyukov
2021-02-19
1
-82
/
+114
*
sys/linux: add ieee802154 descriptions
Dmitry Vyukov
2021-02-12
1
-18
/
+72
*
executor: don't include kvm on arm
Dmitry Vyukov
2021-01-26
1
-1
/
+1
*
executor: tune few more sysctl's
Dmitry Vyukov
2020-12-01
1
-0
/
+7
*
tools/create-gce-image.sh: move sysctl's to executor
Dmitry Vyukov
2020-11-21
1
-0
/
+6
*
pkg/ifuzz/powerpc: add powerpc support
Alexey Kardashevskiy
2020-11-20
1
-0
/
+2
*
executor: fix linux includes
Dmitry Vyukov
2020-10-30
1
-2
/
+6
*
dashboard/config/linux: set watchdog_thresh via cmdline
Dmitry Vyukov
2020-10-28
1
-4
/
+0
*
pkg/csource: setup sysctl's in C reproducers
Dmitry Vyukov
2020-10-28
1
-0
/
+40
*
executor, pkg/csource: remove setpgrp() in sandbox_common()
liucy1998
2020-10-27
1
-1
/
+0
*
executor: fix arp netfiler tables alignment for arm
Dmitry Vyukov
2020-10-15
1
-4
/
+4
*
executor: set parent-death signal after changing user or group ID-s
Andrei Vagin
2020-10-09
1
-0
/
+5
[next]