From bca53db974f570410921f59b8c2c59a3d263cb44 Mon Sep 17 00:00:00 2001 From: André Almeida Date: Thu, 10 Dec 2020 21:01:46 -0300 Subject: sys/linux: remove FUTEX_WAIT_MULTIPLE operation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit FUTEX_WAIT_MULTIPLE was added before it was merged, and nowadays we have other plans for futex. Remove all WAIT_MULTIPLE references so futex fuzzing can be re-enabled. Signed-off-by: André Almeida --- sys/syz-extract/extract.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys/syz-extract') diff --git a/sys/syz-extract/extract.go b/sys/syz-extract/extract.go index f8a93adcf..477877d3c 100644 --- a/sys/syz-extract/extract.go +++ b/sys/syz-extract/extract.go @@ -265,8 +265,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 "vnet_mptcp.txt": true, - // Not upstream, generated on unknown tree. - "futex.txt": true, // Was in linux-next, but then was removed, fate is unknown. "dev_watch_queue.txt": true, } -- cgit mrf-deployment