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 d8ae1eeda..d9ba12b40 100644
--- a/sys/syz-extract/extract.go
+++ b/sys/syz-extract/extract.go
@@ -264,6 +264,9 @@ func archFileList(os, arch string, files []string) (string, []string, []string,
"vnet_mptcp.txt": true,
// Was in linux-next, but then was removed, fate is unknown.
"dev_watch_queue.txt": true,
+ // Not upstream, generated on:
+ // https://chromium.googlesource.com/chromiumos/third_party/kernel d2a8a1eb8b86
+ "dev_bifrost.txt": true,
}
androidFiles := map[string]bool{
"dev_tlk_device.txt": true,