aboutsummaryrefslogtreecommitdiffstats
path: root/executor/syscalls_linux.h
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2018-02-26 16:48:31 +0100
committerDmitry Vyukov <dvyukov@google.com>2018-02-26 16:48:31 +0100
commitb37b65b0e69a4d22551aa6a207856ad7b3801e69 (patch)
tree1d94aca2c30561fc00b490a8af87f326701bf9ae /executor/syscalls_linux.h
parent67f0e5ba11d8226e59fdd33923961e0b4db9f66f (diff)
sys/linux: remove proc type from network descriptions
We now always create net namespace for testing, so socket ports and other IDs do not overlap between different test processes. Proc types play badly with squashing packets to ANYBLOB. To squash into a block we need concrete value, but it depends on process id. Removing proc also makes tun setup and address descriptions simpler.
Diffstat (limited to 'executor/syscalls_linux.h')
-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 073a47066..8e3387474 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 "49fe416ca45845f7b5e7e085629817f3a92c8ffc"
+#define SYZ_REVISION "efc3167183ae611b47a818690d456fc430b27b5a"
#define SYZ_PAGE_SIZE 4096
#define SYZ_NUM_PAGES 4096
#define SYZ_DATA_OFFSET 536870912
@@ -1599,7 +1599,7 @@ call_t syscalls[] = {
#if defined(__x86_64__) || 0
#define GOARCH "amd64"
-#define SYZ_REVISION "e81dfa29be45b5225efa440f5addce6e3be0e751"
+#define SYZ_REVISION "a45154424ced9a3574dc16133c1487640caed2c6"
#define SYZ_PAGE_SIZE 4096
#define SYZ_NUM_PAGES 4096
#define SYZ_DATA_OFFSET 536870912
@@ -3249,7 +3249,7 @@ call_t syscalls[] = {
#if defined(__arm__) || 0
#define GOARCH "arm"
-#define SYZ_REVISION "98df9e825aa922d1e740e9c6310de6a1a03d2228"
+#define SYZ_REVISION "2b3fbdf5aacf49be4e9f4db6729f91aa9664fa4e"
#define SYZ_PAGE_SIZE 4096
#define SYZ_NUM_PAGES 4096
#define SYZ_DATA_OFFSET 536870912
@@ -4854,7 +4854,7 @@ call_t syscalls[] = {
#if defined(__aarch64__) || 0
#define GOARCH "arm64"
-#define SYZ_REVISION "ecd588fe690bfa87acb7048ca1b5b9e9ee0bd1e5"
+#define SYZ_REVISION "2851fbe962ff5d691fc30cb643a69de5a9182f43"
#define SYZ_PAGE_SIZE 4096
#define SYZ_NUM_PAGES 4096
#define SYZ_DATA_OFFSET 536870912
@@ -6433,7 +6433,7 @@ call_t syscalls[] = {
#if defined(__ppc64__) || defined(__PPC64__) || defined(__powerpc64__) || 0
#define GOARCH "ppc64le"
-#define SYZ_REVISION "2433fdbb52173f0612c3e743e9b52a01dd7a96e2"
+#define SYZ_REVISION "2cd33fa1fa1fbd10d9430e2c93f5aa0ec45f8918"
#define SYZ_PAGE_SIZE 4096
#define SYZ_NUM_PAGES 4096
#define SYZ_DATA_OFFSET 536870912