diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2019-03-14 13:40:11 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-03-14 13:40:11 +0100 |
| commit | 1e8208402d9c84d5f3ee6e33b63db8befbf61032 (patch) | |
| tree | 0ba7960b0df43587ff36adde61a41359802acf8e /sys/syz-extract/extract.go | |
| parent | d34313cd5d5c25ea3a914140f25168738dc96aef (diff) | |
sys/linux: regenerate and fix const files
1. Move fsverity descriptions to a separate file which
is not regenerated automatically. It was dropped from linux-next.
2. Fix tlk_device.txt name in syz-extract.
3. Update some socket consts e.g. s/SO_TIMESTAMPING/SO_TIMESTAMPING_OLD/.
4. Regenerate const files on current upstream head.
Diffstat (limited to 'sys/syz-extract/extract.go')
| -rw-r--r-- | sys/syz-extract/extract.go | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/syz-extract/extract.go b/sys/syz-extract/extract.go index 013db1ffa..7ee8ff19c 100644 --- a/sys/syz-extract/extract.go +++ b/sys/syz-extract/extract.go @@ -248,9 +248,13 @@ func archFileList(os, arch string, files []string) (string, []string, []string, manualFiles := map[string]bool{ // Not upstream, generated on https://github.com/multipath-tcp/mptcp_net-next "mptcp.txt": true, + // This was added to linux-next, then we generated consts and then dropped from linux-next. + // So for now we can't regenereate this, but it should be resubmitted later + // so we don't remove the descriptions entirely. + "fsverity.txt": true, } androidFiles := map[string]bool{ - "tlk_device.txt": true, + "dev_tlk_device.txt": true, // This was generated on: // https://source.codeaurora.org/quic/la/kernel/msm-4.9 msm-4.9 "dev_video4linux.txt": true, |
