]> asedeno.scripts.mit.edu Git - linux.git/commit
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)
commit6bd3847bdc3ba97e642cb9af9d16b0f056da31a2
tree31d2c41c7af6991401c3aff11e7ade3317b4a614
parent466fc793da3aea0caf365e7fadc67473e4cdaa80
parent113214be7f6c98dd6d0435e4765aea8dea91662c
Merge branch 'bpf-robustify'

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>