]> Git Repo - linux.git/commit
nfp: bpf: add helper for validating stack pointers
authorJakub Kicinski <[email protected]>
Thu, 29 Mar 2018 00:48:29 +0000 (17:48 -0700)
committerAlexei Starovoitov <[email protected]>
Thu, 29 Mar 2018 02:36:13 +0000 (19:36 -0700)
commit2f46e0c1273512cbdb944f5a50cc93cf0888c3d7
tree1a890a77ef5f1b07c3f55c76d3e8acef52a32dc9
parentfc4484970e7e4bf40ba958f7bc48474ddadfdbfc
nfp: bpf: add helper for validating stack pointers

Our implementation has restriction on stack pointers for function
calls.  Move the common checks into a helper for reuse.  The state
has to be encapsulated into a structure to support parameters
other than BPF_REG_2.

Signed-off-by: Jakub Kicinski <[email protected]>
Reviewed-by: Quentin Monnet <[email protected]>
Reviewed-by: Jiong Wang <[email protected]>
Signed-off-by: Alexei Starovoitov <[email protected]>
drivers/net/ethernet/netronome/nfp/bpf/jit.c
drivers/net/ethernet/netronome/nfp/bpf/main.h
drivers/net/ethernet/netronome/nfp/bpf/verifier.c
This page took 0.065587 seconds and 4 git commands to generate.