diff options
author | Feiran Zhuang <zhuangfeiran@ict.ac.cn> | 2012-03-28 23:27:00 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-04-13 09:13:50 -0700 |
commit | c6940ac7015f234d0c525e16c6a38e4495c077a1 (patch) | |
tree | 1f14c148c980513158cbb0028fa2374af0e32cd1 /net/Kconfig | |
parent | 07a4483ba67329c38a57b30060b598ba388f8a93 (diff) |
x86 bpf_jit: fix a bug in emitting the 16-bit immediate operand of AND
[ Upstream commit 1d24fb3684f347226747c6b11ea426b7b992694e ]
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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'net/Kconfig')
0 files changed, 0 insertions, 0 deletions