Re: [PATCH net-next 0/2] Further robustify putting BPF progs

2016-07-01 Thread David Miller
From: Daniel Borkmann Date: Thu, 30 Jun 2016 17:24:42 +0200 > 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 de

[PATCH net-next 0/2] Further robustify putting BPF progs

2016-06-30 Thread Daniel Borkmann
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 t