Skip to content

Commit 97b56be

Browse files
committed
arm64: compat: Enable bpf syscall
Following the arm32 commit 2d605a3 (ARM: enable bpf syscall), wire this syscall for arm64 compat as well. Signed-off-by: Catalin Marinas <[email protected]>
1 parent f4fd36b commit 97b56be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/arm64/include/asm/unistd32.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -792,3 +792,5 @@ __SYSCALL(__NR_renameat2, sys_renameat2)
792792
__SYSCALL(__NR_getrandom, sys_getrandom)
793793
#define __NR_memfd_create 385
794794
__SYSCALL(__NR_memfd_create, sys_memfd_create)
795+
#define __NR_bpf 386
796+
__SYSCALL(__NR_bpf, sys_bpf)

0 commit comments

Comments
 (0)