index
:
syz
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
Commit message (
Expand
)
Author
Age
Files
Lines
*
executor/linux: fix compilation error with old compilers
Pavel Skripkin
2024-06-25
1
-1
/
+8
*
syz-manager: support stdin as port forwarding result
Aleksandr Nogikh
2024-06-24
1
-3
/
+15
*
executor: add runner mode
Dmitry Vyukov
2024-06-24
11
-395
/
+1617
*
executor: refactor coverage filter
Dmitry Vyukov
2024-06-24
5
-98
/
+315
*
executor: fix is_kernel_data/pc for gVisor
Dmitry Vyukov
2024-06-21
1
-0
/
+4
*
executor: handle errors from netlink_query_family_id
Cameron Finucane
2024-06-17
1
-0
/
+17
*
executor: fix compiler warnings in 32-bit mode
Alexander Egorenkov
2024-06-13
1
-2
/
+2
*
executor: fix extraction of number of KCOV comparisons from coverage data
Alexander Egorenkov
2024-06-12
1
-3
/
+3
*
docs: remove mentions of strconst
Dmitry Vyukov
2024-06-11
1
-1
/
+1
*
executor: ignore kernel text addresses in comparisons
Dmitry Vyukov
2024-06-11
1
-2
/
+2
*
executor: factor out is_kernel_pc helper
Dmitry Vyukov
2024-06-11
6
-32
/
+62
*
executor: add end-to-end coverage/signal/comparisons test
Dmitry Vyukov
2024-06-11
7
-15
/
+67
*
executor: map input buffer as shared
Cameron Finucane
2024-06-11
1
-1
/
+1
*
executor: optimize waiting for child processes exit
Dmitry Vyukov
2024-06-10
3
-1
/
+11
*
executor: use close_range if available
Dmitry Vyukov
2024-06-10
1
-0
/
+5
*
executor: don't call close_fds twice
Dmitry Vyukov
2024-06-10
1
-1
/
+2
*
executor: allow to run a single test
Dmitry Vyukov
2024-06-05
2
-3
/
+5
*
executor: remove noshmem mode
Dmitry Vyukov
2024-06-04
7
-92
/
+4
*
executor: repair asan build
Dmitry Vyukov
2024-06-04
1
-12
/
+29
*
executor: fix gvisor signal
Dmitry Vyukov
2024-06-03
2
-5
/
+7
*
executor: rework feature setup
Dmitry Vyukov
2024-06-03
5
-115
/
+167
*
executor: fix coverfilter header size
Dmitry Vyukov
2024-05-28
2
-19
/
+17
*
prog: introduce a remote_cover call attribute
Aleksandr Nogikh
2024-05-27
1
-4
/
+2
*
executor: always send 64bit pc and sig
Joey Jiao
2024-05-27
1
-6
/
+5
*
executor: remove including error.h in test_linux.h
Khem Raj
2024-05-22
1
-1
/
+0
*
pkg/csource: remove the Repro option
Aleksandr Nogikh
2024-05-17
1
-2
/
+0
*
pkg/vminfo: move feature checking to host
Dmitry Vyukov
2024-05-15
4
-27
/
+77
*
executor: setup binfmt_mist only if it has been mounted
Andrei Vagin
2024-05-09
1
-0
/
+1
*
executor: fix embeding of headers
Dmitry Vyukov
2024-05-08
1
-5
/
+9
*
pkg/csource: replace go:generate with go:embed
Dmitry Vyukov
2024-05-08
2
-7
/
+73
*
pkg/ipc: move executor common_ext test
Dmitry Vyukov
2024-05-08
1
-63
/
+0
*
executor: move flatbuffers from vendor to executor
Taras Madan
2024-05-08
31
-0
/
+11895
*
executor: consistently fail on feature setup
Dmitry Vyukov
2024-05-07
1
-42
/
+41
*
executor: make flatrpc build for C++
Dmitry Vyukov
2024-05-03
2
-6
/
+4
*
pkg/vminfo: check enabled syscalls on the host
Dmitry Vyukov
2024-05-02
1
-2
/
+0
*
pkg/ipc: consistently set ENOSYS for non-executed syscalls
Dmitry Vyukov
2024-05-02
1
-1
/
+1
*
pkg/ipc: make it possible to change EnvFlags between executions
Dmitry Vyukov
2024-04-30
1
-1
/
+1
*
executor: arm64: call KVM_ARM_PREFERRED_TARGET on vmfd instead of cpufd
Alexander Potapenko
2024-04-18
1
-1
/
+3
*
tools/syz-linter: check t.Logf/Errorf/Fatalf messages
Dmitry Vyukov
2024-04-17
1
-1
/
+1
*
prog: include number of calls into exec encoding
Dmitry Vyukov
2024-04-16
1
-0
/
+1
*
executor: ignore EBADF when reading tun
Dmitry Vyukov
2024-04-16
1
-1
/
+2
*
executor: ignore socketpair error in syz_usbip_server_init
Dmitry Vyukov
2024-04-16
1
-2
/
+5
*
prog: more compact exec encoding for addresses
Dmitry Vyukov
2024-04-15
1
-5
/
+21
*
prog: don't pad data in exec encoding
Dmitry Vyukov
2024-04-15
1
-3
/
+2
*
prog: use leb128 for exec encoding
Dmitry Vyukov
2024-04-15
1
-22
/
+42
*
all: remove akaros support
Dmitry Vyukov
2024-04-15
4
-128
/
+3
*
executor: cleanup mounts with MNT_FORCE
Aleksandr Nogikh
2024-04-10
1
-4
/
+9
*
executor: skip executor tests on systems with BrokenCompiler
Greg Steuck
2024-04-05
1
-0
/
+5
*
executor: fix uninitialized variable when generating kvm code
CookedMelon
2024-04-05
1
-0
/
+4
*
executor: add guard pages around the kcov mapping
Alexander Potapenko
2024-04-04
1
-2
/
+16
[next]