Re: [PATCH net 0/3] bpf: fix several bugs

2016-04-28 Thread David Miller
From: Alexei Starovoitov Date: Wed, 27 Apr 2016 18:56:19 -0700 > First two patches address bugs found by Jann Horn. > Last patch is a minor samples fix spotted during the testing. Series applied and queued up for -stable, thanks.

[PATCH net 0/3] bpf: fix several bugs

2016-04-27 Thread Alexei Starovoitov
First two patches address bugs found by Jann Horn. Last patch is a minor samples fix spotted during the testing. Alexei Starovoitov (3): bpf: fix refcnt overflow bpf: fix check_map_func_compatibility logic samples/bpf: fix trace_output example include/linux/bpf.h | 3 +- kerne