From: Daniel Borkmann Date: Sat, 11 Oct 2014 09:00:43 +0000 (+0100) Subject: net: bpf: arm64: minor fix of type in jited X-Git-Tag: fixes-against-v3.18-rc2~7^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74c3deacb2a903bcb9d5a20dc885159142245010;p=pandora-kernel.git net: bpf: arm64: minor fix of type in jited Commit 286aad3c4014 ("net: bpf: be friendly to kmemcheck") changed the type of jited from a bitfield into a bool. As this commmit wasn't available at the time when arm64 eBPF JIT was merged, fix it up now as net is merged into mainline. Signed-off-by: Daniel Borkmann Cc: Zi Shen Lim Signed-off-by: Catalin Marinas --- Reading git-diff-tree failed