From d52d4872e357a88800726f671e237a2a8e3c201f Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Tue, 18 Feb 2020 09:15:59 +0100 Subject: sys/linux: don't extract from futex.txt and watch_queue.txt These are not present in linux-next. --- executor/syscalls.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'executor/syscalls.h') diff --git a/executor/syscalls.h b/executor/syscalls.h index 8318f3697..ad0c8be37 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -15204,6 +15204,7 @@ const call_t syscalls[] = { {"bpf$BPF_MAP_FREEZE", 5315}, {"bpf$BPF_MAP_GET_FD_BY_ID", 5315}, {"bpf$BPF_MAP_GET_NEXT_ID", 5315}, + {"bpf$BPF_MAP_LOOKUP_AND_DELETE_BATCH", 5315}, {"bpf$BPF_MAP_LOOKUP_AND_DELETE_ELEM", 5315}, {"bpf$BPF_PROG_ATTACH", 5315}, {"bpf$BPF_PROG_DETACH", 5315}, @@ -15214,9 +15215,12 @@ const call_t syscalls[] = { {"bpf$BPF_RAW_TRACEPOINT_OPEN", 5315}, {"bpf$BPF_TASK_FD_QUERY", 5315}, {"bpf$MAP_CREATE", 5315}, + {"bpf$MAP_DELETE_BATCH", 5315}, {"bpf$MAP_DELETE_ELEM", 5315}, {"bpf$MAP_GET_NEXT_KEY", 5315}, + {"bpf$MAP_LOOKUP_BATCH", 5315}, {"bpf$MAP_LOOKUP_ELEM", 5315}, + {"bpf$MAP_UPDATE_BATCH", 5315}, {"bpf$MAP_UPDATE_ELEM", 5315}, {"bpf$OBJ_GET_MAP", 5315}, {"bpf$OBJ_GET_PROG", 5315}, -- cgit mrf-deployment