Merge branch 'bpf_seccomp'
authorDavid S. Miller <davem@davemloft.net>
Sat, 9 May 2015 21:35:05 +0000 (17:35 -0400)
committerDavid S. Miller <davem@davemloft.net>
Sat, 9 May 2015 21:35:05 +0000 (17:35 -0400)
commit39d726b76c3981598b73790c4908bc290e2dc326
tree0a4b80cd5adb5f5ce8ed3f74644da7ed029b1f77
parent0e00a0f73f9c7f5e9f02d064ed0165a3aeeb2de5
parentac67eb2c5347bd9976308c0e0cf1d9e7ca690342
Merge branch 'bpf_seccomp'

Daniel Borkmann says:

====================
BPF updates

This set gets rid of BPF special handling in seccomp filter preparation
and provides generic infrastructure from BPF side, which eventually also
allows for classic BPF JITs to add support for seccomp filters.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>