diff options
| author | Paul Chaignon <paul.chaignon@orange.com> | 2019-09-19 15:08:58 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-09-19 15:31:20 +0200 |
| commit | a32a31848629a1dd0849987122574a80e888301b (patch) | |
| tree | 124c06619ab1922466e9a55630c9776dff8cfd88 /executor | |
| parent | eb9400440d4925896b43c13679247b3aedd2152a (diff) | |
sys/linux: update BPF constants
Signed-off-by: Paul Chaignon <paul.chaignon@orange.com>
Diffstat (limited to 'executor')
| -rw-r--r-- | executor/defs.h | 6 | ||||
| -rw-r--r-- | executor/syscalls.h | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/executor/defs.h b/executor/defs.h index b91e95b21..4e527cc17 100644 --- a/executor/defs.h +++ b/executor/defs.h @@ -80,7 +80,7 @@ #if GOARCH_amd64 #define GOARCH "amd64" -#define SYZ_REVISION "f301eb4d652e025e2bb6732be59e9475eee4b4c8" +#define SYZ_REVISION "ff14590c1d7571c59d13695f38ba0c5a0cde1926" #define SYZ_EXECUTOR_USES_FORK_SERVER 1 #define SYZ_EXECUTOR_USES_SHMEM 1 #define SYZ_PAGE_SIZE 4096 @@ -100,7 +100,7 @@ #if GOARCH_arm64 #define GOARCH "arm64" -#define SYZ_REVISION "6c42233bc42ee57cc1560dac7cf0b53efcab0dab" +#define SYZ_REVISION "11f0b72f097b67e06980023b95d9661975776dcb" #define SYZ_EXECUTOR_USES_FORK_SERVER 1 #define SYZ_EXECUTOR_USES_SHMEM 1 #define SYZ_PAGE_SIZE 4096 @@ -110,7 +110,7 @@ #if GOARCH_ppc64le #define GOARCH "ppc64le" -#define SYZ_REVISION "ff1001591679611bb2acb75e2db572eb342b0a61" +#define SYZ_REVISION "16f82b19155f760162bb4f08946191a084797f74" #define SYZ_EXECUTOR_USES_FORK_SERVER 1 #define SYZ_EXECUTOR_USES_SHMEM 1 #define SYZ_PAGE_SIZE 4096 diff --git a/executor/syscalls.h b/executor/syscalls.h index c7284bb9a..c3f1e0ac1 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -4875,6 +4875,7 @@ const call_t syscalls[] = { {"bind$x25", 49}, {"bind$xdp", 49}, {"bpf$BPF_BTF_GET_FD_BY_ID", 321}, + {"bpf$BPF_BTF_GET_NEXT_ID", 321}, {"bpf$BPF_BTF_LOAD", 321}, {"bpf$BPF_GET_BTF_INFO", 321}, {"bpf$BPF_GET_MAP_INFO", 321}, @@ -10360,6 +10361,7 @@ const call_t syscalls[] = { {"bind$x25", 200}, {"bind$xdp", 200}, {"bpf$BPF_BTF_GET_FD_BY_ID", 280}, + {"bpf$BPF_BTF_GET_NEXT_ID", 280}, {"bpf$BPF_BTF_LOAD", 280}, {"bpf$BPF_GET_BTF_INFO", 280}, {"bpf$BPF_GET_MAP_INFO", 280}, @@ -13055,6 +13057,7 @@ const call_t syscalls[] = { {"bind$x25", 327}, {"bind$xdp", 327}, {"bpf$BPF_BTF_GET_FD_BY_ID", 361}, + {"bpf$BPF_BTF_GET_NEXT_ID", 361}, {"bpf$BPF_BTF_LOAD", 361}, {"bpf$BPF_GET_BTF_INFO", 361}, {"bpf$BPF_GET_MAP_INFO", 361}, |
