Re: [PATCH net-next 0/8] Misc BPF updates

2017-06-10 Thread David Miller
From: Daniel Borkmann Date: Sun, 11 Jun 2017 00:50:39 +0200 > This set contains a couple of misc updates: stack usage reduction > for perf_sample_data in tracing progs, reduction of stale data in > verifier on register state transitions that I still had in my queue > and few selftest improvements

[PATCH net-next 0/8] Misc BPF updates

2017-06-10 Thread Daniel Borkmann
This set contains a couple of misc updates: stack usage reduction for perf_sample_data in tracing progs, reduction of stale data in verifier on register state transitions that I still had in my queue and few selftest improvements as well as bpf_set_hash() helper for tc programs. Thanks! Daniel Bo