]> git.baikalelectronics.ru Git - kernel.git/commit
bpf: Add initial poke descriptor table for jit images
authorDaniel Borkmann <daniel@iogearbox.net>
Fri, 22 Nov 2019 20:07:57 +0000 (21:07 +0100)
committerAlexei Starovoitov <ast@kernel.org>
Mon, 25 Nov 2019 01:04:11 +0000 (17:04 -0800)
commit55e9337678034314e14a5a5bcc4c5e56f99e43f6
treec47b8231030896a840130b56aea3277780e78653
parent132daefe2cd426b6f066add15568356b22c97470
bpf: Add initial poke descriptor table for jit images

Add initial poke table data structures and management to the BPF
prog that can later be used by JITs. Also add an instance of poke
specific data for tail call maps; plan for later work is to extend
this also for BPF static keys.

Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Acked-by: Andrii Nakryiko <andriin@fb.com>
Link: https://lore.kernel.org/bpf/1db285ec2ea4207ee0455b3f8e191a4fc58b9ade.1574452833.git.daniel@iogearbox.net
include/linux/bpf.h
include/linux/filter.h
kernel/bpf/core.c