]> git.baikalelectronics.ru Git - kernel.git/commit
bpf: centre subprog information fields
authorJiong Wang <jiong.wang@netronome.com>
Wed, 2 May 2018 20:17:18 +0000 (16:17 -0400)
committerDaniel Borkmann <daniel@iogearbox.net>
Fri, 4 May 2018 09:58:36 +0000 (11:58 +0200)
commitd64e9f469c20869b1ccc367433e5b7d53cb4348e
treec5ed22d2506eb8250dad2ca50adccda9c693c558
parentf561d712bede114ac5e0fe17490d3ba764581055
bpf: centre subprog information fields

It is better to centre all subprog information fields into one structure.
This structure could later serve as function node in call graph.

Signed-off-by: Jiong Wang <jiong.wang@netronome.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
include/linux/bpf_verifier.h
kernel/bpf/verifier.c