linux_dsm_epyc7002/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_comp.c s390/bpf: Fix JMP_JGE_X (A > X) and JMP_JGT_X (A >= X) 2015-01-09 10:10:32 +01:00
bpf_jit.S s390/bpf,jit: BPF Just In Time compiler for s390 2012-09-26 15:44:49 +02:00
Makefile s390/bpf,jit: BPF Just In Time compiler for s390 2012-09-26 15:44:49 +02:00