Merge branch 'bpf-fix-verifier-min-max-handling-in-BPF_SUB'
authorDavid S. Miller <davem@davemloft.net>
Mon, 24 Jul 2017 21:02:55 +0000 (14:02 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 24 Jul 2017 21:02:55 +0000 (14:02 -0700)
commit1d9b86de3776aa0e809745e5c9e272b79a7ac09b
treed90dcd6dc8670134778a891336b3b3c29f86c51a
parent70dba204a396c1c094749c4ef9bd27d5e8176a08
parent9305706c2e808ae59f1eb201867f82f1ddf6d7a6
Merge branch 'bpf-fix-verifier-min-max-handling-in-BPF_SUB'

Edward Cree says:

====================
bpf: fix verifier min/max handling in BPF_SUB

I managed to come up with a test for the swapped bounds in BPF_SUB, so here
 it is along with a patch that fixes it, separated out from my 'rewrite
 everything' series so it can go to -stable.
====================

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