From 2b420c9686b7c95216d491a97fcd5158acb810f2 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Thu, 15 Sep 2022 13:36:15 +0000 Subject: sys/linux: extract raw images from syz_mount_image To simplify the extraction code, let's make segments non-overlapping even before execution. --- dashboard/dashapi/dashapi.go | 1 + 1 file changed, 1 insertion(+) (limited to 'dashboard/dashapi/dashapi.go') diff --git a/dashboard/dashapi/dashapi.go b/dashboard/dashapi/dashapi.go index 2a6c8df22..cbc89cce2 100644 --- a/dashboard/dashapi/dashapi.go +++ b/dashboard/dashapi/dashapi.go @@ -417,6 +417,7 @@ const ( KernelObject AssetType = "kernel_object" KernelImage AssetType = "kernel_image" HTMLCoverageReport AssetType = "html_coverage_report" + MountInRepro AssetType = "mount_in_repro" ) type BisectResult struct { -- cgit mrf-deployment