aboutsummaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2019-09-18 18:31:10 -0700
committerDmitry Vyukov <dvyukov@google.com>2019-09-19 09:38:51 +0200
commit6aa8d1eb8f41841b06253c3900d10937a5eb5b8e (patch)
tree48b9d095b19510cf47d797aee5b2bc4e6ba39941 /sys
parent46c0be242e2548c889a96285e9c1ec97db28efe2 (diff)
sys/syz-extract: re-enable extraction for fsverity.txt
fsverity is now upstream, so re-enable extracting its consts.
Diffstat (limited to 'sys')
-rw-r--r--sys/syz-extract/extract.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/syz-extract/extract.go b/sys/syz-extract/extract.go
index 7ee8ff19c..64776bb96 100644
--- a/sys/syz-extract/extract.go
+++ b/sys/syz-extract/extract.go
@@ -248,10 +248,6 @@ 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{
"dev_tlk_device.txt": true,