diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2021-03-02 13:04:04 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2021-03-02 17:23:20 +0100 |
| commit | e5b64d68915ed04952cef2f5dcb3f3ccbb7cfa57 (patch) | |
| tree | 2912b3338a58d86e283dc116ac02f3a069b77c81 /sys/syz-extract | |
| parent | aff16d3fed742e27093858a70f8bd5cbf6f0dedd (diff) | |
sys/linux: update consts
Update consts on upstream 7a7fd0de4a9804299793e564a555a49c1fc924cb.
Remove termiox ioctls, they were removed in commit e0efb3168d34.
Diffstat (limited to 'sys/syz-extract')
| -rw-r--r-- | sys/syz-extract/extract.go | 2 |
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, |
