Re: [PATCH net v2 0/5] Various BPF fixes

2017-05-25 Thread David Miller
From: Daniel Borkmann Date: Thu, 25 May 2017 01:05:04 +0200 > Follow-up to fix incorrect pruning when alignment tracking is > in use and to properly clear regs after call to not leave stale > data behind, also a fix that adds bpf_clone_redirect to the > bpf_helper_changes_pkt_data helper and expo

[PATCH net v2 0/5] Various BPF fixes

2017-05-24 Thread Daniel Borkmann
Follow-up to fix incorrect pruning when alignment tracking is in use and to properly clear regs after call to not leave stale data behind, also a fix that adds bpf_clone_redirect to the bpf_helper_changes_pkt_data helper and exposes correct map_flags for lpm map into fdinfo. For details, please see