From 986ccfdbd90a292e8242c5d2647d8bb8565c38c3 Mon Sep 17 00:00:00 2001 From: Xi Wang Date: Sat, 9 May 2015 04:14:30 -0400 Subject: [PATCH] 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 Cc: Will Deacon Signed-off-by: Xi Wang Acked-by: Alexei Starovoitov Acked-by: Daniel Borkmann Signed-off-by: David S. Miller --- Reading git-format-patch failed