aboutsummaryrefslogtreecommitdiffstats
path: root/sys/syz-extract
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2021-02-07 17:45:24 +0100
committerDmitry Vyukov <dvyukov@google.com>2021-02-12 18:09:14 +0100
commit3e128fa282b441c9f114f9708c1fd232d7869965 (patch)
tree2cb1d4b914038d15f14b9096215134d6e393b994 /sys/syz-extract
parenta5f86b15f4f60350198e4b98fb7451d45d38a186 (diff)
sys/linux: update consts
Update consts on upstream 825b5991a46ef28a05a4646c8fe1ae5cef7c7828.
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,