From: Alexei Starovoitov Date: Tue, 14 Oct 2014 09:08:54 +0000 (-0700) Subject: net: filter: move common defines into bpf_common.h X-Git-Tag: fixes-against-v3.18-rc2~61^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c15952dc18d8a293d976ac6c06d44d9d98023b45;p=pandora-kernel.git net: filter: move common defines into bpf_common.h userspace programs that use eBPF instruction macros need to include two files: uapi/linux/filter.h and uapi/linux/bpf.h Move common macro definitions that are shared between classic BPF and eBPF into uapi/linux/bpf_common.h, so that user app can include only one bpf.h file Cc: Daniel Borkmann Signed-off-by: Alexei Starovoitov Signed-off-by: David S. Miller --- Reading git-diff-tree failed