]> git.baikalelectronics.ru Git - kernel.git/commit
bpf: rename poke descriptor's 'ip' member to 'tailcall_target'
authorMaciej Fijalkowski <maciej.fijalkowski@intel.com>
Wed, 16 Sep 2020 21:10:06 +0000 (23:10 +0200)
committerAlexei Starovoitov <ast@kernel.org>
Thu, 17 Sep 2020 19:59:31 +0000 (12:59 -0700)
commit9ca9566691d28c9ffcb39526f200495a9543eb00
treeed39dc09cc524f23513f52f751fd7ce8d62f7b35
parenta686064b50aa0b7a6a097f82d52bb2c6a0fc0de2
bpf: rename poke descriptor's 'ip' member to 'tailcall_target'

Reflect the actual purpose of poke->ip and rename it to
poke->tailcall_target so that it will not the be confused with another
poke target that will be introduced in next commit.

While at it, do the same thing with poke->ip_stable - rename it to
poke->tailcall_target_stable.

Signed-off-by: Maciej Fijalkowski <maciej.fijalkowski@intel.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
arch/x86/net/bpf_jit_comp.c
include/linux/bpf.h
kernel/bpf/arraymap.c
kernel/bpf/core.c