aboutsummaryrefslogtreecommitdiffstats
path: root/sys/syz-extract/extract.go
diff options
context:
space:
mode:
Diffstat (limited to 'sys/syz-extract/extract.go')
-rw-r--r--sys/syz-extract/extract.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/syz-extract/extract.go b/sys/syz-extract/extract.go
index 255c0e60b..00ab16cd8 100644
--- a/sys/syz-extract/extract.go
+++ b/sys/syz-extract/extract.go
@@ -270,6 +270,8 @@ func archFileList(os, arch string, files []string) (string, []string, []string,
// ION support was removed from kernel.
// We plan to leave the descriptions for some time as is and later remove them.
"dev_ion.txt": true,
+ // Not upstream, generated on unknown tree.
+ "dev_img_rogue.txt": true,
}
androidFiles := map[string]bool{
"dev_tlk_device.txt": true,