Merge branch 'bpf-robustify'
authorDavid S. Miller <davem@davemloft.net>
Fri, 1 Jul 2016 20:00:52 +0000 (16:00 -0400)
committerDavid S. Miller <davem@davemloft.net>
Fri, 1 Jul 2016 20:00:52 +0000 (16:00 -0400)
Daniel Borkmann says:

====================
Further robustify putting BPF progs

This series addresses a potential issue reported to us by Jann Horn
with regards to putting progs. First patch moves progs generally under
RCU destruction and second patch refactors getting of progs to simplify
code a bit. For details, please see individual patches. Note, we think
that addressing this one in net-next should be sufficient.
====================

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

Trivial merge