]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6d28e687f928db7aff34cb1508428829d9f80053
tree8e5123160a50193d2b2c5c65fcd7178359353018
parentbbd7cbb8dc4eeb8f7af928b8ea21afe72250ec6a
parent46a312e5f346f1a84e709caa2580edc680efdc30
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>