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/trusty_arm64.const | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/linux/trusty_arm64.const') diff --git a/sys/linux/trusty_arm64.const b/sys/linux/trusty_arm64.const index 9e0916d05..e3b8afaff 100644 --- a/sys/linux/trusty_arm64.const +++ b/sys/linux/trusty_arm64.const @@ -71,4 +71,5 @@ TRUSTY_STORAGE_FILE_WRITE = 10 TRUSTY_STORAGE_RPMB_SEND = 16 __NR_ioctl = 29 __NR_openat = 56 +__NR_read = 63 __NR_write = 64 -- cgit mrf-deployment