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
/
executor.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
executor: update executor code to match new flatbuffers
Pimyn Girgis
2025-12-03
1
-4
/
+4
*
executor: refactor execute_req parsing to use names for IPC flags
Jann Horn
2025-09-02
1
-5
/
+5
*
executor: keep output area base address on reallocation
Aleksandr Nogikh
2025-08-06
1
-0
/
+7
*
executor: change input/output area mapping rules
Aleksandr Nogikh
2025-08-06
1
-26
/
+62
*
Revert "executor: change input/output area mapping rules"
Aleksandr Nogikh
2025-08-05
1
-62
/
+26
*
executor: introduce cover_close()
Alexander Potapenko
2025-08-05
1
-0
/
+2
*
executor: decouple kcov memory allocation from the trace
Alexander Potapenko
2025-08-05
1
-0
/
+8
*
executor: change input/output area mapping rules
Aleksandr Nogikh
2025-08-05
1
-26
/
+62
*
pkg/flatrpc, pkg/vminfo, executor: introduce readonly coverage
Alexander Potapenko
2025-07-31
1
-0
/
+2
*
executor: fix cover_protect() on FreeBSD
Mark Johnston
2025-02-21
1
-2
/
+4
*
executor: fix MAP_FIXED_NOREPLACE dependency
Taras Madan
2025-02-11
1
-0
/
+3
*
executor: favor MAP_FIXED_NOREPLACE over MAP_FIXED
Aleksandr Nogikh
2025-02-04
1
-0
/
+8
*
executor: query globs in the test program context
Dmitry Vyukov
2024-12-11
1
-4
/
+36
*
executor: don't revert coverage order
Dmitry Vyukov
2024-11-26
1
-1
/
+2
*
executor: increase coverage buffer size
Dmitry Vyukov
2024-11-20
1
-7
/
+6
*
pkg/manager: show number of times coverage for each call has overflowed
Dmitry Vyukov
2024-11-20
1
-0
/
+5
*
executor: better handling for hanged test processes
Dmitry Vyukov
2024-10-24
1
-3
/
+4
*
executor: fix corner case of misinterpreting comparison data
Dmitry Vyukov
2024-08-28
1
-0
/
+12
*
executor: protect kcov/output regions with pkeys
Dmitry Vyukov
2024-08-16
1
-10
/
+41
*
executor: set process name before taking snapshot
Dmitry Vyukov
2024-08-13
1
-7
/
+6
*
executor: fix coverage collection in snapshot mode
Dmitry Vyukov
2024-08-06
1
-3
/
+5
*
pkg/fuzzer: try to triage on different VMs
Dmitry Vyukov
2024-08-02
1
-1
/
+1
*
all: add qemu snapshotting mode
Dmitry Vyukov
2024-07-25
1
-34
/
+62
*
executor: fix writing of remote coverage
Dmitry Vyukov
2024-07-22
1
-1
/
+4
*
executor: refactor argument parsing
Dmitry Vyukov
2024-07-22
1
-4
/
+8
*
prog: restricts hints to at most 10 attempts per single kernel PC
Dmitry Vyukov
2024-07-22
1
-16
/
+10
*
executor: deduplicate signal per-call
Aleksandr Nogikh
2024-07-18
1
-13
/
+15
*
executor: factor output finishing into separate function
Dmitry Vyukov
2024-07-11
1
-0
/
+43
*
executor: handle EINTR when reading from control pipe
Dmitry Vyukov
2024-07-08
1
-3
/
+3
*
pkg/mgrconfig: allow to disable remote coverage and coverage edges
Dmitry Vyukov
2024-07-02
1
-7
/
+9
*
pkg/rpcserver: move kernel test/data range checks from executor
Dmitry Vyukov
2024-07-01
1
-49
/
+34
*
executor: don't trace PCs as comparisons
Dmitry Vyukov
2024-06-28
1
-0
/
+2
*
executor: prohibit malloc/calloc via linter
Dmitry Vyukov
2024-06-25
1
-13
/
+1
*
executor: add runner mode
Dmitry Vyukov
2024-06-24
1
-358
/
+377
*
executor: refactor coverage filter
Dmitry Vyukov
2024-06-24
1
-19
/
+32
*
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
*
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
1
-17
/
+17
*
executor: add end-to-end coverage/signal/comparisons test
Dmitry Vyukov
2024-06-11
1
-13
/
+7
*
executor: map input buffer as shared
Cameron Finucane
2024-06-11
1
-1
/
+1
*
executor: allow to run a single test
Dmitry Vyukov
2024-06-05
1
-2
/
+2
*
executor: remove noshmem mode
Dmitry Vyukov
2024-06-04
1
-66
/
+2
*
executor: repair asan build
Dmitry Vyukov
2024-06-04
1
-12
/
+29
*
executor: fix gvisor signal
Dmitry Vyukov
2024-06-03
1
-4
/
+4
*
executor: rework feature setup
Dmitry Vyukov
2024-06-03
1
-6
/
+8
*
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
*
pkg/vminfo: move feature checking to host
Dmitry Vyukov
2024-05-15
1
-18
/
+26
*
executor: make flatrpc build for C++
Dmitry Vyukov
2024-05-03
1
-0
/
+3
[next]