remarkable-linux/arch/s390/net
Michael Holzheu ae75097459 s390/bpf: Fix JMP_JGE_X (A > X) and JMP_JGT_X (A >= X)
Currently the signed COMPARE (cr) instruction is used to compare "A"
with "X". This is not correct because "A" and "X" are both unsigned.
To fix this use the unsigned COMPARE LOGICAL (clr) instruction instead.

Signed-off-by: Michael Holzheu <holzheu@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
2015-01-09 10:10:32 +01:00
..
bpf_jit.S
bpf_jit_comp.c s390/bpf: Fix JMP_JGE_X (A > X) and JMP_JGT_X (A >= X) 2015-01-09 10:10:32 +01:00
Makefile