diff options
| author | André Almeida <andrealmeid@collabora.com> | 2020-12-10 21:01:46 -0300 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-12-11 14:51:27 +0100 |
| commit | bca53db974f570410921f59b8c2c59a3d263cb44 (patch) | |
| tree | 10ce310ad98024bcd03f3487f560b95256f6e3ef /sys/syz-extract | |
| parent | ba24ffcde7219e5374bb0b093368a58009c85d1d (diff) | |
sys/linux: remove FUTEX_WAIT_MULTIPLE operation
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 <andrealmeid@collabora.com>
Diffstat (limited to 'sys/syz-extract')
| -rw-r--r-- | sys/syz-extract/extract.go | 2 |
1 files changed, 0 insertions, 2 deletions
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, } |
