commit | bee955cd3ab4f1a1eb8fc16e7ed69364143df8d7 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Sat Nov 11 15:52:41 2017 +0900 |
committer | David S. Miller <davem@davemloft.net> | Sat Nov 11 15:52:41 2017 +0900 |
tree | 8e5123160a50193d2b2c5c65fcd7178359353018 | |
parent | 8d6e79d3ce13e34957de87f7584cbf1bcde74c57 [diff] | |
parent | 03e982eed419da37e9cac1d759097dbe10447190 [diff] |
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>