From a3d9f7e34dbad7e7c6804ee5107c3ddcf0bfef22 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 25 Jan 2019 16:10:00 +0100 Subject: sys/linux: fix up mptcp descriptions 1. Generate .const files for all arches. 2. Don't extract mptcp consts on android. 3. Remove mptcp includes from vnet.txt. 4. Enable CONFIG_MPTCP in syz-extract (mptcp is not like all other kernel headers). --- sys/linux/mptcp.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'sys/linux/mptcp.txt') diff --git a/sys/linux/mptcp.txt b/sys/linux/mptcp.txt index ef5a81527..76755e385 100644 --- a/sys/linux/mptcp.txt +++ b/sys/linux/mptcp.txt @@ -1,8 +1,11 @@ # Copyright 2018 syzkaller project authors. All rights reserved. # # Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. -# Constants for this descriptions were generated on the following tree: -# https://github.com/multipath-tcp/mptcp_net-next +# TCP Extensions for Multipath Operation with Multiple Addresses +# https://tools.ietf.org/html/rfc6824 +# This is not upstream yes, constants for this descriptions were generated on the following tree: +# https://github.com/multipath-tcp/mptcp_net-next.git +# Once this is upstream we need to move this to vnet.txt include include -- cgit mrf-deployment