From: David S. Miller Date: Thu, 2 Nov 2017 07:47:30 +0000 (+0900) Subject: Merge branch 'nfp-bpf-rename-ALU_OP_NEG-and-support-BPF_NEG' X-Git-Tag: v4.15-rc1~84^2~178 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9681ab0667642db54200ab63a361d650ce302781;p=thirdparty%2Fkernel%2Fstable.git Merge branch 'nfp-bpf-rename-ALU_OP_NEG-and-support-BPF_NEG' Jakub Kicinski says: ==================== nfp: bpf: rename ALU_OP_NEG and support BPF_NEG Jiong says: Compilers are starting to use BPF_NEG, for example LLVM. However, NFP does not support JITing it. This patch set adds this. Unit test is added as well. Meanwhile, the current NFP_ALU_NEG is actually doing bitwise NOT (one's complement) operation, so the name is misleading. This patch set corrects this. ==================== Signed-off-by: David S. Miller --- 9681ab0667642db54200ab63a361d650ce302781