netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/6] bpf: Fix bugs in sock_ops samples
@ 2017-11-11  6:19 Lawrence Brakmo
  2017-11-11  6:19 ` [PATCH net-next v2 1/6] bpf: Fix tcp_synrto_kern.c sample program Lawrence Brakmo
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Lawrence Brakmo @ 2017-11-11  6:19 UTC (permalink / raw)
  To: netdev; +Cc: Alexei Starovoitov, Daniel Borkmann

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 sample program
[PATCH net-next v2 3/6] bpf: Fix tcp_bufs_kern.c sample program
[PATCH net-next v2 4/6] bpf: Fix tcp_cong_kern.c sample program
[PATCH net-next v2 5/6] bpf: Fix tcp_iw_kern.c sample program
[PATCH net-next v2 6/6] bpf: Fix tcp_clamp_kern.c sample program

samples/bpf/tcp_bufs_kern.c   | 14 ++++++++------
samples/bpf/tcp_clamp_kern.c  | 24 +++++++++++++-----------
samples/bpf/tcp_cong_kern.c   |  6 ++++--
samples/bpf/tcp_iw_kern.c     | 14 ++++++++------
samples/bpf/tcp_rwnd_kern.c   |  6 ++++--
samples/bpf/tcp_synrto_kern.c |  6 ++++--
files changed, 41 insertions(+), 29 deletions(-)

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-11-11  6:53 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-11  6:19 [PATCH net-next v2 0/6] bpf: Fix bugs in sock_ops samples Lawrence Brakmo
2017-11-11  6:19 ` [PATCH net-next v2 1/6] bpf: Fix tcp_synrto_kern.c sample program Lawrence Brakmo
2017-11-11  6:19 ` [PATCH net-next v2 2/6] bpf: Fix tcp_rwnd_kern.c " Lawrence Brakmo
2017-11-11  6:19 ` [PATCH net-next v2 3/6] bpf: Fix tcp_bufs_kern.c " Lawrence Brakmo
2017-11-11  6:19 ` [PATCH net-next v2 4/6] bpf: Fix tcp_cong_kern.c " Lawrence Brakmo
2017-11-11  6:19 ` [PATCH net-next v2 5/6] bpf: Fix tcp_iw_kern.c " Lawrence Brakmo
2017-11-11  6:19 ` [PATCH net-next v2 6/6] bpf: Fix tcp_clamp_kern.c " Lawrence Brakmo
2017-11-11  6:52 ` [PATCH net-next v2 0/6] bpf: Fix bugs in sock_ops samples David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).