diff options
Diffstat (limited to 'executor')
| -rw-r--r-- | executor/defs.h | 4 | ||||
| -rw-r--r-- | executor/syscalls.h | 14 |
2 files changed, 16 insertions, 2 deletions
diff --git a/executor/defs.h b/executor/defs.h index 31f1c8137..c61efe0d1 100644 --- a/executor/defs.h +++ b/executor/defs.h @@ -35,7 +35,7 @@ #if GOARCH_amd64 #define GOARCH "amd64" -#define SYZ_REVISION "2765f2a4990fc92d0a4cece168f163730492d608" +#define SYZ_REVISION "94e510c87fa5a1ebd5b12fbbbac57db6496987b3" #define SYZ_EXECUTOR_USES_FORK_SERVER 0 #define SYZ_EXECUTOR_USES_SHMEM 0 #define SYZ_PAGE_SIZE 4096 @@ -45,7 +45,7 @@ #if GOARCH_arm64 #define GOARCH "arm64" -#define SYZ_REVISION "516ed03211e25f8b8445cf89c9d805a282358102" +#define SYZ_REVISION "2323bb6688be3593013335e5bd3f0ab3db6bb508" #define SYZ_EXECUTOR_USES_FORK_SERVER 0 #define SYZ_EXECUTOR_USES_SHMEM 0 #define SYZ_PAGE_SIZE 4096 diff --git a/executor/syscalls.h b/executor/syscalls.h index a0810f527..9b4d84cd2 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -763,6 +763,7 @@ const call_t syscalls[] = { {"fdio_service_connect$fuchsia_io_Node", 0, (syscall_t)fdio_service_connect}, {"fdio_service_connect$fuchsia_ldsvc_Loader", 0, (syscall_t)fdio_service_connect}, {"fdio_service_connect$fuchsia_net_Connectivity", 0, (syscall_t)fdio_service_connect}, + {"fdio_service_connect$fuchsia_net_NameLookup", 0, (syscall_t)fdio_service_connect}, {"fdio_service_connect$fuchsia_net_SocketControl", 0, (syscall_t)fdio_service_connect}, {"fdio_service_connect$fuchsia_net_SocketProvider", 0, (syscall_t)fdio_service_connect}, {"fdio_service_connect$fuchsia_net_stack_Stack", 0, (syscall_t)fdio_service_connect}, @@ -826,6 +827,7 @@ const call_t syscalls[] = { {"zx_cache_flush", 0, (syscall_t)zx_cache_flush}, {"zx_channel_call", 0, (syscall_t)zx_channel_call}, {"zx_channel_call$fuchsia_cobalt_ControllerBlockUntilEmpty", 0, (syscall_t)zx_channel_call}, + {"zx_channel_call$fuchsia_cobalt_ControllerGenerateAggregatedObservations", 0, (syscall_t)zx_channel_call}, {"zx_channel_call$fuchsia_cobalt_ControllerGetFailedSendAttempts", 0, (syscall_t)zx_channel_call}, {"zx_channel_call$fuchsia_cobalt_ControllerGetNumSendAttempts", 0, (syscall_t)zx_channel_call}, {"zx_channel_call$fuchsia_cobalt_ControllerRequestSendSoon", 0, (syscall_t)zx_channel_call}, @@ -945,6 +947,8 @@ const call_t syscalls[] = { {"zx_channel_call$fuchsia_ldsvc_LoaderDebugPublishDataSink", 0, (syscall_t)zx_channel_call}, {"zx_channel_call$fuchsia_ldsvc_LoaderLoadObject", 0, (syscall_t)zx_channel_call}, {"zx_channel_call$fuchsia_ldsvc_LoaderLoadScriptInterpreter", 0, (syscall_t)zx_channel_call}, + {"zx_channel_call$fuchsia_net_NameLookupLookupHostname", 0, (syscall_t)zx_channel_call}, + {"zx_channel_call$fuchsia_net_NameLookupLookupIp", 0, (syscall_t)zx_channel_call}, {"zx_channel_call$fuchsia_net_SocketControlAccept", 0, (syscall_t)zx_channel_call}, {"zx_channel_call$fuchsia_net_SocketControlBind", 0, (syscall_t)zx_channel_call}, {"zx_channel_call$fuchsia_net_SocketControlClose", 0, (syscall_t)zx_channel_call}, @@ -964,7 +968,9 @@ const call_t syscalls[] = { {"zx_channel_call$fuchsia_net_stack_StackDelForwardingEntry", 0, (syscall_t)zx_channel_call}, {"zx_channel_call$fuchsia_net_stack_StackDelInterfaceAddress", 0, (syscall_t)zx_channel_call}, {"zx_channel_call$fuchsia_net_stack_StackDisableInterface", 0, (syscall_t)zx_channel_call}, + {"zx_channel_call$fuchsia_net_stack_StackDisablePacketFilter", 0, (syscall_t)zx_channel_call}, {"zx_channel_call$fuchsia_net_stack_StackEnableInterface", 0, (syscall_t)zx_channel_call}, + {"zx_channel_call$fuchsia_net_stack_StackEnablePacketFilter", 0, (syscall_t)zx_channel_call}, {"zx_channel_call$fuchsia_net_stack_StackGetForwardingTable", 0, (syscall_t)zx_channel_call}, {"zx_channel_call$fuchsia_net_stack_StackGetInterfaceInfo", 0, (syscall_t)zx_channel_call}, {"zx_channel_call$fuchsia_net_stack_StackListInterfaces", 0, (syscall_t)zx_channel_call}, @@ -995,6 +1001,7 @@ const call_t syscalls[] = { {"zx_channel_create$fuchsia_io_Node", 0, (syscall_t)zx_channel_create}, {"zx_channel_create$fuchsia_ldsvc_Loader", 0, (syscall_t)zx_channel_create}, {"zx_channel_create$fuchsia_net_Connectivity", 0, (syscall_t)zx_channel_create}, + {"zx_channel_create$fuchsia_net_NameLookup", 0, (syscall_t)zx_channel_create}, {"zx_channel_create$fuchsia_net_SocketControl", 0, (syscall_t)zx_channel_create}, {"zx_channel_create$fuchsia_net_SocketProvider", 0, (syscall_t)zx_channel_create}, {"zx_channel_create$fuchsia_net_stack_Stack", 0, (syscall_t)zx_channel_create}, @@ -1185,6 +1192,7 @@ const call_t syscalls[] = { {"fdio_service_connect$fuchsia_io_Node", 0, (syscall_t)fdio_service_connect}, {"fdio_service_connect$fuchsia_ldsvc_Loader", 0, (syscall_t)fdio_service_connect}, {"fdio_service_connect$fuchsia_net_Connectivity", 0, (syscall_t)fdio_service_connect}, + {"fdio_service_connect$fuchsia_net_NameLookup", 0, (syscall_t)fdio_service_connect}, {"fdio_service_connect$fuchsia_net_SocketControl", 0, (syscall_t)fdio_service_connect}, {"fdio_service_connect$fuchsia_net_SocketProvider", 0, (syscall_t)fdio_service_connect}, {"fdio_service_connect$fuchsia_net_stack_Stack", 0, (syscall_t)fdio_service_connect}, @@ -1248,6 +1256,7 @@ const call_t syscalls[] = { {"zx_cache_flush", 0, (syscall_t)zx_cache_flush}, {"zx_channel_call", 0, (syscall_t)zx_channel_call}, {"zx_channel_call$fuchsia_cobalt_ControllerBlockUntilEmpty", 0, (syscall_t)zx_channel_call}, + {"zx_channel_call$fuchsia_cobalt_ControllerGenerateAggregatedObservations", 0, (syscall_t)zx_channel_call}, {"zx_channel_call$fuchsia_cobalt_ControllerGetFailedSendAttempts", 0, (syscall_t)zx_channel_call}, {"zx_channel_call$fuchsia_cobalt_ControllerGetNumSendAttempts", 0, (syscall_t)zx_channel_call}, {"zx_channel_call$fuchsia_cobalt_ControllerRequestSendSoon", 0, (syscall_t)zx_channel_call}, @@ -1367,6 +1376,8 @@ const call_t syscalls[] = { {"zx_channel_call$fuchsia_ldsvc_LoaderDebugPublishDataSink", 0, (syscall_t)zx_channel_call}, {"zx_channel_call$fuchsia_ldsvc_LoaderLoadObject", 0, (syscall_t)zx_channel_call}, {"zx_channel_call$fuchsia_ldsvc_LoaderLoadScriptInterpreter", 0, (syscall_t)zx_channel_call}, + {"zx_channel_call$fuchsia_net_NameLookupLookupHostname", 0, (syscall_t)zx_channel_call}, + {"zx_channel_call$fuchsia_net_NameLookupLookupIp", 0, (syscall_t)zx_channel_call}, {"zx_channel_call$fuchsia_net_SocketControlAccept", 0, (syscall_t)zx_channel_call}, {"zx_channel_call$fuchsia_net_SocketControlBind", 0, (syscall_t)zx_channel_call}, {"zx_channel_call$fuchsia_net_SocketControlClose", 0, (syscall_t)zx_channel_call}, @@ -1386,7 +1397,9 @@ const call_t syscalls[] = { {"zx_channel_call$fuchsia_net_stack_StackDelForwardingEntry", 0, (syscall_t)zx_channel_call}, {"zx_channel_call$fuchsia_net_stack_StackDelInterfaceAddress", 0, (syscall_t)zx_channel_call}, {"zx_channel_call$fuchsia_net_stack_StackDisableInterface", 0, (syscall_t)zx_channel_call}, + {"zx_channel_call$fuchsia_net_stack_StackDisablePacketFilter", 0, (syscall_t)zx_channel_call}, {"zx_channel_call$fuchsia_net_stack_StackEnableInterface", 0, (syscall_t)zx_channel_call}, + {"zx_channel_call$fuchsia_net_stack_StackEnablePacketFilter", 0, (syscall_t)zx_channel_call}, {"zx_channel_call$fuchsia_net_stack_StackGetForwardingTable", 0, (syscall_t)zx_channel_call}, {"zx_channel_call$fuchsia_net_stack_StackGetInterfaceInfo", 0, (syscall_t)zx_channel_call}, {"zx_channel_call$fuchsia_net_stack_StackListInterfaces", 0, (syscall_t)zx_channel_call}, @@ -1417,6 +1430,7 @@ const call_t syscalls[] = { {"zx_channel_create$fuchsia_io_Node", 0, (syscall_t)zx_channel_create}, {"zx_channel_create$fuchsia_ldsvc_Loader", 0, (syscall_t)zx_channel_create}, {"zx_channel_create$fuchsia_net_Connectivity", 0, (syscall_t)zx_channel_create}, + {"zx_channel_create$fuchsia_net_NameLookup", 0, (syscall_t)zx_channel_create}, {"zx_channel_create$fuchsia_net_SocketControl", 0, (syscall_t)zx_channel_create}, {"zx_channel_create$fuchsia_net_SocketProvider", 0, (syscall_t)zx_channel_create}, {"zx_channel_create$fuchsia_net_stack_Stack", 0, (syscall_t)zx_channel_create}, |
