aboutsummaryrefslogtreecommitdiffstats
path: root/executor
diff options
context:
space:
mode:
authorHangbin Liu <liuhangbin@gmail.com>2018-04-25 10:23:47 +0800
committerDmitry Vyukov <dvyukov@google.com>2018-04-25 09:33:09 +0200
commit73417389cebae4a6ddceb2e8684101f347cc3695 (patch)
treeca41dc5f2f1eb1de8e116f86c52b26fbbd48302e /executor
parent37e76fe20b5128a6092d2db3a0f42e1228b3aaba (diff)
sys/linux/socket_netlink_route: add routing rules
Also fix RTA_MULTIPATH data type. We only need struct rtnexthop, no need to use array type. v1 -> v2: Use uid and sock_port instead of int32/16. Use flags for FRA_PROTOCOL and FRA_IP_PROTO. Add type fib_rule_hdr because even though the structure is same with rtmsg. The table, action and flags values are not same. Signed-off-by: Hangbin Liu <liuhangbin@gmail.com>
Diffstat (limited to 'executor')
-rw-r--r--executor/syscalls_linux.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/executor/syscalls_linux.h b/executor/syscalls_linux.h
index e02005922..ce4d18e46 100644
--- a/executor/syscalls_linux.h
+++ b/executor/syscalls_linux.h
@@ -2,7 +2,7 @@
#if defined(__i386__) || 0
#define GOARCH "386"
-#define SYZ_REVISION "9c95269da86216a24368bbacfbd1dbb01e7c6dc6"
+#define SYZ_REVISION "84c53d32853cc775f2dfd37019d57297db7f2b3b"
#define SYZ_PAGE_SIZE 4096
#define SYZ_NUM_PAGES 4096
#define SYZ_DATA_OFFSET 536870912
@@ -1715,7 +1715,7 @@ call_t syscalls[] = {
#if defined(__x86_64__) || 0
#define GOARCH "amd64"
-#define SYZ_REVISION "6cf4596dfa0047e10116ea038f0e08fd0a03bf6b"
+#define SYZ_REVISION "5e7ba513507e7d4f521debef48179bff8c5a38a5"
#define SYZ_PAGE_SIZE 4096
#define SYZ_NUM_PAGES 4096
#define SYZ_DATA_OFFSET 536870912
@@ -3480,7 +3480,7 @@ call_t syscalls[] = {
#if defined(__arm__) || 0
#define GOARCH "arm"
-#define SYZ_REVISION "7481c783d7a05ef3e22a39eb8aecc1ce08bcaada"
+#define SYZ_REVISION "2dbd32257faac18a8dba1d81c18741ca6b74d3a1"
#define SYZ_PAGE_SIZE 4096
#define SYZ_NUM_PAGES 4096
#define SYZ_DATA_OFFSET 536870912
@@ -5202,7 +5202,7 @@ call_t syscalls[] = {
#if defined(__aarch64__) || 0
#define GOARCH "arm64"
-#define SYZ_REVISION "067e79d32cdb305f6ecae6b6d2da2bfc1d8a2b7e"
+#define SYZ_REVISION "bdb5ff7dcca0446c041419cf514f1776d90e641e"
#define SYZ_PAGE_SIZE 4096
#define SYZ_NUM_PAGES 4096
#define SYZ_DATA_OFFSET 536870912
@@ -6896,7 +6896,7 @@ call_t syscalls[] = {
#if defined(__ppc64__) || defined(__PPC64__) || defined(__powerpc64__) || 0
#define GOARCH "ppc64le"
-#define SYZ_REVISION "173082ff7b8211ebef59420f07bc501ad3de7a9e"
+#define SYZ_REVISION "6d59aca8cdd36f9b01a0a0b4406b2e88a5eb429d"
#define SYZ_PAGE_SIZE 4096
#define SYZ_NUM_PAGES 4096
#define SYZ_DATA_OFFSET 536870912