]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Hook up bpf syscall wrapper on x86-linux
authorMark Wielaard <mark@klomp.org>
Fri, 17 Oct 2025 17:26:09 +0000 (19:26 +0200)
committerMark Wielaard <mark@klomp.org>
Fri, 17 Oct 2025 17:26:09 +0000 (19:26 +0200)
coregrind/m_syswrap/syswrap-x86-linux.c

index f697a9e19d8ff951e480c7a591858ec0d8f6c442..22f5a1a07c907871c960a9aba1dda48131b8b10e 100644 (file)
@@ -1588,7 +1588,7 @@ static SyscallTableEntry syscall_table[] = {
 
    LINXY(__NR_getrandom,         sys_getrandom),        // 355
    LINXY(__NR_memfd_create,      sys_memfd_create),     // 356
-//   LIN__(__NR_bpf,               sys_ni_syscall),     // 357
+   LINXY(__NR_bpf,               sys_bpf),              // 357
    LINX_(__NR_execveat,          sys_execveat),         // 358
    LINXY(__NR_socket,            sys_socket),           // 359
    LINXY(__NR_socketpair,        sys_socketpair),       // 360