aboutsummaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorAndrey Konovalov <andreyknvl@google.com>2020-06-11 00:19:34 +0200
committerAndrey Konovalov <andreyknvl@gmail.com>2020-06-12 18:42:12 +0200
commitef27ba34a6922b02adfa5e61472acf7693c04a7d (patch)
tree562aff934a999e3ddd4b5425982a70a0b86f79e6 /sys
parentaf47d1d5c0ae25fee15d64606dc1f78a075a894b (diff)
sys/linux: rename mptcp.txt to vnet_mptcp.txt
Diffstat (limited to 'sys')
-rw-r--r--sys/linux/vnet_mptcp.txt (renamed from sys/linux/mptcp.txt)0
-rw-r--r--sys/linux/vnet_mptcp.txt.warn (renamed from sys/linux/mptcp.txt.warn)0
-rw-r--r--sys/linux/vnet_mptcp_386.const (renamed from sys/linux/mptcp_386.const)0
-rw-r--r--sys/linux/vnet_mptcp_amd64.const (renamed from sys/linux/mptcp_amd64.const)0
-rw-r--r--sys/linux/vnet_mptcp_arm.const (renamed from sys/linux/mptcp_arm.const)0
-rw-r--r--sys/linux/vnet_mptcp_arm64.const (renamed from sys/linux/mptcp_arm64.const)0
-rw-r--r--sys/linux/vnet_mptcp_ppc64le.const (renamed from sys/linux/mptcp_ppc64le.const)0
-rw-r--r--sys/syz-extract/extract.go2
8 files changed, 1 insertions, 1 deletions
diff --git a/sys/linux/mptcp.txt b/sys/linux/vnet_mptcp.txt
index 637e3624f..637e3624f 100644
--- a/sys/linux/mptcp.txt
+++ b/sys/linux/vnet_mptcp.txt
diff --git a/sys/linux/mptcp.txt.warn b/sys/linux/vnet_mptcp.txt.warn
index ed75cddb2..ed75cddb2 100644
--- a/sys/linux/mptcp.txt.warn
+++ b/sys/linux/vnet_mptcp.txt.warn
diff --git a/sys/linux/mptcp_386.const b/sys/linux/vnet_mptcp_386.const
index a0c26da46..a0c26da46 100644
--- a/sys/linux/mptcp_386.const
+++ b/sys/linux/vnet_mptcp_386.const
diff --git a/sys/linux/mptcp_amd64.const b/sys/linux/vnet_mptcp_amd64.const
index a0c26da46..a0c26da46 100644
--- a/sys/linux/mptcp_amd64.const
+++ b/sys/linux/vnet_mptcp_amd64.const
diff --git a/sys/linux/mptcp_arm.const b/sys/linux/vnet_mptcp_arm.const
index a0c26da46..a0c26da46 100644
--- a/sys/linux/mptcp_arm.const
+++ b/sys/linux/vnet_mptcp_arm.const
diff --git a/sys/linux/mptcp_arm64.const b/sys/linux/vnet_mptcp_arm64.const
index b51727b62..b51727b62 100644
--- a/sys/linux/mptcp_arm64.const
+++ b/sys/linux/vnet_mptcp_arm64.const
diff --git a/sys/linux/mptcp_ppc64le.const b/sys/linux/vnet_mptcp_ppc64le.const
index a0c26da46..a0c26da46 100644
--- a/sys/linux/mptcp_ppc64le.const
+++ b/sys/linux/vnet_mptcp_ppc64le.const
diff --git a/sys/syz-extract/extract.go b/sys/syz-extract/extract.go
index 5ee42af50..168f4aa0f 100644
--- a/sys/syz-extract/extract.go
+++ b/sys/syz-extract/extract.go
@@ -246,7 +246,7 @@ 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,
+ "vnet_mptcp.txt": true,
// Not upstream, generated on unknown tree.
"futex.txt": true,
// Was in linux-next, but then was removed, fate is unknown.