]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - lib/test_bpf.c
test: bpf: extend "load 64-bit immediate" testcase
authorXi Wang <xi.wang@gmail.com>
Sat, 9 May 2015 08:14:30 +0000 (04:14 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 11 May 2015 15:02:27 +0000 (11:02 -0400)
commit986ccfdbd90a292e8242c5d2647d8bb8565c38c3
treedf0a49c8d5b06eb7c56781228d22599b88a08c6b
parent32f89e5c1af2f00159f11707101b8e867d7b6211
test: bpf: extend "load 64-bit immediate" testcase

Extend the testcase to catch a signedness bug in the arm64 JIT:

test_bpf: #58 load 64-bit immediate jited:1 ret -1 != 1 FAIL (1 times)

This is useful to ensure other JITs won't have a similar bug.

Link: https://lkml.org/lkml/2015/5/8/458
Cc: Alexei Starovoitov <ast@plumgrid.com>
Cc: Will Deacon <will.deacon@arm.com>
Signed-off-by: Xi Wang <xi.wang@gmail.com>
Acked-by: Alexei Starovoitov <ast@plumgrid.com>
Acked-by: Daniel Borkmann <daniel@iogearbox.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
lib/test_bpf.c