Re: [PATCHv5 net-next 06/15] bpf: enable non-core use of the verfier

2016-09-16 Thread Daniel Borkmann
On 09/16/2016 11:36 AM, Jakub Kicinski wrote: Advanced JIT compilers and translators may want to use eBPF verifier as a base for parsers or to perform custom checks and validations. Add ability for external users to invoke the verifier and provide callbacks to be invoked for every intruction

[PATCHv5 net-next 06/15] bpf: enable non-core use of the verfier

2016-09-16 Thread Jakub Kicinski
Advanced JIT compilers and translators may want to use eBPF verifier as a base for parsers or to perform custom checks and validations. Add ability for external users to invoke the verifier and provide callbacks to be invoked for every intruction checked. For now only add most basic callback for