]> git.baikalelectronics.ru Git - kernel.git/commit
x86: bpf_jit_comp: add XOR instruction for BPF JIT
authorDaniel Borkmann <dxchgb@gmail.com>
Mon, 24 Sep 2012 07:34:51 +0000 (07:34 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 24 Sep 2012 20:54:35 +0000 (16:54 -0400)
commite8f5be32d9d5d4ab4c453d459a44cfbe9816446f
tree857ae8ecf17d178f5e2225aded80a1779837467a
parentb3da0c09938e95232837230d359fe19cf647a635
x86: bpf_jit_comp: add XOR instruction for BPF JIT

This patch is a follow-up for patch "filter: add XOR instruction for use
with X/K" that implements BPF x86 JIT parts for the BPF XOR operation.

Signed-off-by: Daniel Borkmann <daniel.borkmann@tik.ee.ethz.ch>
Acked-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/x86/net/bpf_jit_comp.c