Unprivileged bpf()
Unprivileged bpf()
Posted Oct 15, 2015 6:31 UTC (Thu) by ibukanov (subscriber, #3942)Parent article: Unprivileged bpf()
This sounds like the verifier itself is going to be rather complex code. I wonder if that can be simplified if BPF would not be some binary bytecode but rather an encoded AST for a higher level language as used, for example, for WebAssembly. It is much simpler to verify AST and translate it into an internal bytecode or even JIT it than to write a correct verifier for bytecode.