> Konstantin Ananyev (3):
> bpf: add extra information for external symbol definitions
> bpf: add extra validation for input BPF program
> test/bpf: add new test-case for external function call
Applied, thanks
As first step extend struct rte_bpf_xsym with new fields to provide
extra information for allowed external varaibles and helper functions.
That allows to extend bpf validation with new checks for:
- use/return uninitialized registers and/or stack data
- possible memory access boundaries violation
2 matches
Mail list logo