diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2024-04-18 12:37:07 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2024-04-30 09:36:03 +0000 |
| commit | a80ca54def962002ad5ebed54459dc1667de4385 (patch) | |
| tree | 2cf4d78ad9c4800f7bda9e7a42a013cfcd393d14 /tools | |
| parent | 67a25df5ff7f0d2a8b09049c3b30ecc79afa3f1e (diff) | |
syz-manager: check revisions on the host
Move revisions check to the host.
Instead of sending host revisions to the VM,
let the VM send own revisions to the host.
This is a bit complicated by the fact that we still
have the image testing procedure that also uses this code.
For now keep it intact.
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/syz-runtest/runtest.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/syz-runtest/runtest.go b/tools/syz-runtest/runtest.go index b61dfdad8..3e410630b 100644 --- a/tools/syz-runtest/runtest.go +++ b/tools/syz-runtest/runtest.go @@ -221,8 +221,6 @@ func (mgr *Manager) finishRequest(name string, rep *report.Report) error { } func (mgr *Manager) Connect(a *rpctype.ConnectArgs, r *rpctype.ConnectRes) error { - r.GitRevision = prog.GitRevision - r.TargetRevision = mgr.cfg.Target.Revision r.AllSandboxes = true select { case <-mgr.checkFeaturesReady: |
