diff options
author | Jiong Wang <jiong.wang@netronome.com> | 2018-05-02 16:17:19 -0400 |
---|---|---|
committer | Daniel Borkmann <daniel@iogearbox.net> | 2018-05-04 11:58:36 +0200 |
commit | 4cb3d99c84ccbf728ff0e381c7c9815c3fa2bd5e (patch) | |
tree | d6a6c3f464d0a9588f678b61dca9b9d81e670263 /kernel/gcov/gcc_4_7.c | |
parent | 9c8105bd4402236b1bb0f8f10709c5cec1440a0c (diff) | |
download | linux-4cb3d99c84ccbf728ff0e381c7c9815c3fa2bd5e.tar.bz2 |
bpf: add faked "ending" subprog
There are quite a few code snippet like the following in verifier:
subprog_start = 0;
if (env->subprog_cnt == cur_subprog + 1)
subprog_end = insn_cnt;
else
subprog_end = env->subprog_info[cur_subprog + 1].start;
The reason is there is no marker in subprog_info array to tell the end of
it.
We could resolve this issue by introducing a faked "ending" subprog.
The special "ending" subprog is with "insn_cnt" as start offset, so it is
serving as the end mark whenever we iterate over all subprogs.
Signed-off-by: Jiong Wang <jiong.wang@netronome.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Diffstat (limited to 'kernel/gcov/gcc_4_7.c')
0 files changed, 0 insertions, 0 deletions