From 79059de1772b74a9068e3b6a907a692e3414a369 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sat, 29 Dec 2018 18:56:03 +0100 Subject: sys/linux: misc assorted improvements Add new bpf consts/commands. Refine bluetooth descriptions. Remove removed crypto consts. --- executor/syscalls.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'executor/syscalls.h') diff --git a/executor/syscalls.h b/executor/syscalls.h index 2de8beca6..67cd8640f 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -1398,6 +1398,7 @@ const call_t syscalls[] = { {"bpf$BPF_GET_PROG_INFO", 357}, {"bpf$BPF_MAP_GET_FD_BY_ID", 357}, {"bpf$BPF_MAP_GET_NEXT_ID", 357}, + {"bpf$BPF_MAP_LOOKUP_AND_DELETE_ELEM", 357}, {"bpf$BPF_PROG_ATTACH", 357}, {"bpf$BPF_PROG_DETACH", 357}, {"bpf$BPF_PROG_GET_FD_BY_ID", 357}, @@ -3835,6 +3836,7 @@ const call_t syscalls[] = { {"bpf$BPF_GET_PROG_INFO", 321}, {"bpf$BPF_MAP_GET_FD_BY_ID", 321}, {"bpf$BPF_MAP_GET_NEXT_ID", 321}, + {"bpf$BPF_MAP_LOOKUP_AND_DELETE_ELEM", 321}, {"bpf$BPF_PROG_ATTACH", 321}, {"bpf$BPF_PROG_DETACH", 321}, {"bpf$BPF_PROG_GET_FD_BY_ID", 321}, @@ -6305,6 +6307,7 @@ const call_t syscalls[] = { {"bpf$BPF_GET_PROG_INFO", 386}, {"bpf$BPF_MAP_GET_FD_BY_ID", 386}, {"bpf$BPF_MAP_GET_NEXT_ID", 386}, + {"bpf$BPF_MAP_LOOKUP_AND_DELETE_ELEM", 386}, {"bpf$BPF_PROG_ATTACH", 386}, {"bpf$BPF_PROG_DETACH", 386}, {"bpf$BPF_PROG_GET_FD_BY_ID", 386}, @@ -8734,6 +8737,7 @@ const call_t syscalls[] = { {"bpf$BPF_GET_PROG_INFO", 280}, {"bpf$BPF_MAP_GET_FD_BY_ID", 280}, {"bpf$BPF_MAP_GET_NEXT_ID", 280}, + {"bpf$BPF_MAP_LOOKUP_AND_DELETE_ELEM", 280}, {"bpf$BPF_PROG_ATTACH", 280}, {"bpf$BPF_PROG_DETACH", 280}, {"bpf$BPF_PROG_GET_FD_BY_ID", 280}, @@ -11136,6 +11140,7 @@ const call_t syscalls[] = { {"bpf$BPF_GET_PROG_INFO", 361}, {"bpf$BPF_MAP_GET_FD_BY_ID", 361}, {"bpf$BPF_MAP_GET_NEXT_ID", 361}, + {"bpf$BPF_MAP_LOOKUP_AND_DELETE_ELEM", 361}, {"bpf$BPF_PROG_ATTACH", 361}, {"bpf$BPF_PROG_DETACH", 361}, {"bpf$BPF_PROG_GET_FD_BY_ID", 361}, -- cgit mrf-deployment