]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf47e1bf0724caab1c24cd22e7ad940485b6094b9
tree0a4b80cd5adb5f5ce8ed3f74644da7ed029b1f77
parent7d4f846808814af4c919a69788cb53042202ad37
parent282d162036736b4460db10e3b0f78abe33f5c3c9
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>