aboutsummaryrefslogtreecommitdiffstats
path: root/sys/syz-extract
diff options
context:
space:
mode:
Diffstat (limited to 'sys/syz-extract')
-rw-r--r--sys/syz-extract/extract.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/syz-extract/extract.go b/sys/syz-extract/extract.go
index d9ba12b40..255c0e60b 100644
--- a/sys/syz-extract/extract.go
+++ b/sys/syz-extract/extract.go
@@ -267,6 +267,9 @@ func archFileList(os, arch string, files []string) (string, []string, []string,
// Not upstream, generated on:
// https://chromium.googlesource.com/chromiumos/third_party/kernel d2a8a1eb8b86
"dev_bifrost.txt": true,
+ // 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,
}
androidFiles := map[string]bool{
"dev_tlk_device.txt": true,