angler-fishThe Vulnerability History Project

bpf/verifier: track signed and unsigned min/max values

      Allows us to, sometimes, combine information from a signed check of one
 bound and an unsigned check of the other.
We now track the full range of possible values, rather than restricting
 ourselves to [0, 1<<30) and considering anything beyond that as
 unknown.  While this is probably not necessary, it makes the code more
 straightforward and symmetrical between signed and unsigned bounds.

Signed-off-by: Edward Cree <ecree@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
    
commit b03c9f9fdc37dab81ea04d5dacdc5995d4c224c2
+14 -9
+2
+16
+429 -308
expand_less