]> git.baikalelectronics.ru Git - kernel.git/commit
bpf: revert "test_bpf: Flag tests that cannot be jited on s390"
authorSeth Forshee <seth.forshee@canonical.com>
Thu, 16 Jul 2020 14:39:31 +0000 (09:39 -0500)
committerDaniel Borkmann <daniel@iogearbox.net>
Thu, 16 Jul 2020 18:52:43 +0000 (20:52 +0200)
commit4105c0a64ca6242b4853a381c2bb33ae078bd3e5
tree36f965cd455cbdcbb5bf96072639ed683d49068d
parent4b4812ee2c4ecc316e9ab244faec62423b1cd4bb
bpf: revert "test_bpf: Flag tests that cannot be jited on s390"

This reverts commit bb96acccb02a ("test_bpf: flag tests that cannot
be jited on s390").

The s390 bpf JIT previously had a restriction on the maximum program
size, which required some tests in test_bpf to be flagged as expected
failures. The program size limitation has been removed, and the tests
now pass, so these tests should no longer be flagged.

Fixes: ab644ffbb30e ("s390/bpf: Remove JITed image size limitations")
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Reviewed-by: Ilya Leoshkevich <iii@linux.ibm.com>
Link: https://lore.kernel.org/bpf/20200716143931.330122-1-seth.forshee@canonical.com
lib/test_bpf.c