OSDN Git Service

Merge branch 'bpf-Fix-bugs-in-sock_ops-samples'
authorDavid S. Miller <davem@davemloft.net>
Sat, 11 Nov 2017 06:52:41 +0000 (15:52 +0900)
committerDavid S. Miller <davem@davemloft.net>
Sat, 11 Nov 2017 06:52:41 +0000 (15:52 +0900)
commitbee955cd3ab4f1a1eb8fc16e7ed69364143df8d7
tree8e5123160a50193d2b2c5c65fcd7178359353018
parent8d6e79d3ce13e34957de87f7584cbf1bcde74c57
parent03e982eed419da37e9cac1d759097dbe10447190
Merge branch 'bpf-Fix-bugs-in-sock_ops-samples'

Lawrence Brakmo says:

====================
bpf: Fix bugs in sock_ops samples

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.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>