]> git.baikalelectronics.ru Git - kernel.git/commit
bpf: Rename fixup_bpf_calls and add some comments
authorBrendan Jackman <jackmanb@google.com>
Wed, 17 Feb 2021 10:45:09 +0000 (10:45 +0000)
committerAlexei Starovoitov <ast@kernel.org>
Fri, 26 Feb 2021 20:05:07 +0000 (12:05 -0800)
commite6ac593372aadacc14e02b198e4a1acfef1db595
tree2c4784ea0af06554e8b81f0ebe0b6dde72fcdc6c
parent523a4cf491b3c9e2d546040d57250f1a0ca84f03
bpf: Rename fixup_bpf_calls and add some comments

This function has become overloaded, it actually does lots of diverse
things in a single pass. Rename it to avoid confusion, and add some
concise commentary.

Signed-off-by: Brendan Jackman <jackmanb@google.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Link: https://lore.kernel.org/bpf/20210217104509.2423183-1-jackmanb@google.com
kernel/bpf/verifier.c