On 04/25/2019 11:37 PM, Stanislav Fomichev wrote: > target_fd is target namespace. If there is a flow dissector BPF program > attached to that namespace, its (single) id is returned. > > v5: > * drop net ref right after rcu unlock (Daniel Borkmann) > > v4: > * add missing put_net (Jann Horn) > > v3: > * add missing inline to skb_flow_dissector_prog_query static def > (kbuild test robot <l...@intel.com>) > > v2: > * don't sleep in rcu critical section (Jakub Kicinski) > * check input prog_cnt (exit early) > > Cc: Jann Horn <ja...@google.com> > Signed-off-by: Stanislav Fomichev <s...@google.com>
Looks good, applied, thanks!