linux/arch/x86/net
zhuangfeiran@ict.ac.cn 1d24fb3684 x86 bpf_jit: fix a bug in emitting the 16-bit immediate operand of AND
When K >= 0xFFFF0000, AND needs the two least significant bytes of K as
its operand, but EMIT2() gives it the least significant byte of K and
0x2. EMIT() should be used here to replace EMIT2().

Signed-off-by: Feiran Zhuang  <zhuangfeiran@ict.ac.cn>
Acked-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2012-03-29 18:12:59 -04:00
..
bpf_jit_comp.c x86 bpf_jit: fix a bug in emitting the 16-bit immediate operand of AND 2012-03-29 18:12:59 -04:00
bpf_jit.S net: filter: Just In Time compiler for x86-64 2011-04-27 23:05:08 -07:00
Makefile net: filter: Just In Time compiler for x86-64 2011-04-27 23:05:08 -07:00