From 6aa8d1eb8f41841b06253c3900d10937a5eb5b8e Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Wed, 18 Sep 2019 18:31:10 -0700 Subject: sys/syz-extract: re-enable extraction for fsverity.txt fsverity is now upstream, so re-enable extracting its consts. --- sys/syz-extract/extract.go | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sys') 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, -- cgit mrf-deployment