aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/instance
Commit message (Expand)AuthorAgeFilesLines
* pkg/instance: fix 386 repros/jobsDmitry Vyukov2025-12-291-3/+2
* all: use any instead of interface{}Dmitry Vyukov2025-12-222-4/+4
* pkg/instance: improve comment about returned errorsDmitry Vyukov2025-12-181-2/+2
* pkg/osutil: move Semaphore from pkg/instanceDmitry Vyukov2025-11-241-37/+3
* pkg/osutil: make VerboseError nest other errorsAleksandr Nogikh2025-10-011-1/+1
* vm: add context to Pool.Create()Aleksandr Nogikh2025-10-012-2/+3
* pkg/instance: fix error extraction during smoke testAleksandr Nogikh2025-09-231-1/+1
* vm: extract all the crashes from the logTaras Madan2025-08-281-1/+5
* pkg/instance: extend image testing failed errorsAleksandr Nogikh2025-08-261-0/+6
* pkg/instance: fix sandbox_arg passingAleksandr Nogikh2025-08-202-1/+5
* vm: refactoringTaras Madan2025-08-071-3/+6
* pkg/instance: patch empty Sandbox for all syz-execprog callsAleksandr Nogikh2025-07-011-7/+7
* vm: func Run accepts contextTaras Madan2025-05-191-1/+4
* all: opt-out some functions to enforce linter checksTaras Madan2025-03-271-0/+2
* all: delete dead codeTaras Madan2025-02-101-4/+0
* pkg/instance: extract the smoke test methodAleksandr Nogikh2025-01-211-0/+39
* all: use min/max functionsDmitry Vyukov2025-01-171-3/+1
* all: add support for binaries shipped with targetStefan Wiehler2024-12-171-4/+8
* pkg/repro: accept a cancellable contextAleksandr Nogikh2024-11-132-12/+35
* pkg/build: use the build environment in clean() callsFlorent Revest2024-10-141-11/+24
* pkg/build/linux: support building with a custom make binaryFlorent Revest2024-10-141-0/+2
* pkg/instance: refactor ExecprogCmdAleksandr Nogikh2024-09-253-19/+23
* tools/syz-execprog: pass the VM type to execprogLaura Peskin2024-09-243-5/+9
* vm: make sure vm.Pools are cleaned upCameron Finucane2024-09-191-0/+1
* pkg/repro: don't exaggerate timeoutsAleksandr Nogikh2024-08-271-4/+10
* all: rename build_jobs to build_cpusAleksandr Nogikh2024-08-221-2/+2
* syz-ci: accept a BuildJobs parameterAleksandr Nogikh2024-08-221-0/+2
* pkg/instance: adjust FuzzingVMs in OverrideVMCount()Aleksandr Nogikh2024-08-141-0/+1
* executor: add runner modeDmitry Vyukov2024-06-241-48/+1
* pkg/instance: don't require a syz reproducerAleksandr Nogikh2024-06-181-4/+4
* pkg/flatrpc: send parameters to the fuzzer in RPCDmitry Vyukov2024-06-051-3/+2
* syz-fuzzer: remove testing modeDmitry Vyukov2024-05-271-5/+7
* pkg/instance: use execprog to do basic instance testingDmitry Vyukov2024-05-273-146/+49
* pkg/instance: always use default exit conditionsAleksandr Nogikh2024-05-231-8/+12
* pkg/ipc: remove ExecOptsDmitry Vyukov2024-05-211-2/+2
* pkg/rpctype: prepare for not using for target communicationDmitry Vyukov2024-05-031-5/+3
* tools/syz-runtest: switch to the generic program executionDmitry Vyukov2024-05-031-10/+3
* syz-manager, syz-fuzzer: pass ExecOpts in exec requestsDmitry Vyukov2024-04-301-2/+0
* vm: combine Run and MonitorExecutionDmitry Vyukov2024-04-112-16/+15
* pkg/rpctype: make RPC compression optionalDmitry Vyukov2024-04-031-5/+7
* all: experiment with an option to reset accumulated stateAleksandr Nogikh2024-01-231-4/+6
* all: refactor pprof endpoint configurationAleksandr Nogikh2024-01-221-0/+2
* all: use errors.As instead of .(type)Taras Madan2023-07-241-2/+5
* all: use special placeholder for errorsTaras Madan2023-07-242-14/+14
* pkg/instance: don't fail on symbolization errorAleksandr Nogikh2023-07-101-1/+1
* pkg/report: move report.Type to pkg/report/crashAleksandr Nogikh2023-07-051-1/+2
* pkg/repro: factor out an interfaceAleksandr Nogikh2023-05-251-0/+4
* vm: separate boot time and infrastructure errorsAleksandr Nogikh2023-05-091-0/+7
* syz-ci: explicitly stop all running jobs on updateAleksandr Nogikh2023-01-191-6/+0
* syz-ci: gate concurrent env.Test executionsAleksandr Nogikh2023-01-191-1/+7