From: Daniel Borkmann Date: Mon, 24 Sep 2012 02:23:59 +0000 (+0000) Subject: filter: add XOR instruction for use with X/K X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~47^2~81 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e49e88958feb41ec701fa34b44723dabadbc28c;p=pandora-kernel.git filter: add XOR instruction for use with X/K SKF_AD_ALU_XOR_X has been added a while ago, but as an 'ancillary' operation that is invoked through a negative offset in K within BPF load operations. Since BPF_MOD has recently been added, BPF_XOR should also be part of the common ALU operations. Removing SKF_AD_ALU_XOR_X might not be an option since this is exposed to user space. Signed-off-by: Daniel Borkmann Acked-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed