Re: [PATCH net-next v2 0/6] bpf: Fix bugs in sock_ops samples

2017-11-10 Thread David Miller
From: Lawrence Brakmo Date: Fri, 10 Nov 2017 22:19:49 -0800 > The programs were returning -1 in some cases when they should > only return 0 or 1. Changes in the verifier now catch this > issue and the programs fail to load. This is now fixed. Series applied, thanks Lawrence.

[PATCH net-next v2 0/6] bpf: Fix bugs in sock_ops samples

2017-11-10 Thread Lawrence Brakmo
The programs were returning -1 in some cases when they should only return 0 or 1. Changes in the verifier now catch this issue and the programs fail to load. This is now fixed. [PATCH net-next v2 1/6] bpf: Fix tcp_synrto_kern.c sample program [PATCH net-next v2 2/6] bpf: Fix tcp_rwnd_kern.c