diff options
author | zhuangfeiran@ict.ac.cn <zhuangfeiran@ict.ac.cn> | 2012-03-29 01:27:00 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-03-30 00:12:59 +0200 |
commit | 1d24fb3684f347226747c6b11ea426b7b992694e (patch) | |
tree | a55c7cdfcb751c20f5d89502d5f99127cd34acb9 /kernel/exec_domain.c | |
parent | bonding: emit event when bonding changes MAC (diff) | |
download | linux-1d24fb3684f347226747c6b11ea426b7b992694e.tar.xz linux-1d24fb3684f347226747c6b11ea426b7b992694e.zip |
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>
Diffstat (limited to 'kernel/exec_domain.c')
0 files changed, 0 insertions, 0 deletions