]> git.baikalelectronics.ru Git - kernel.git/commit
net: bpf: arm64: minor fix of type in jited
authorDaniel Borkmann <dborkman@redhat.com>
Sat, 11 Oct 2014 09:00:43 +0000 (10:00 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Mon, 20 Oct 2014 16:47:04 +0000 (17:47 +0100)
commit403d10a7cc8ec833e9b70587473b130a41f053ff
tree294fc976eab5d1b8785fe3d8df4e907f9f3edc0e
parent16ba78e0fad15349fc7460a231db16ad9cc401f1
net: bpf: arm64: minor fix of type in jited

Commit 9288f6aac76e ("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 <dborkman@redhat.com>
Cc: Zi Shen Lim <zlim.lnx@gmail.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/net/bpf_jit_comp.c