Re: [PATCH] Revert "test_bpf: flag tests that cannot be jited on s390"

From: Daniel Borkmann
Date: Thu Jul 16 2020 - 15:02:34 EST


On 7/16/20 4:39 PM, Seth Forshee wrote:
This reverts commit 3203c9010060806ff88c9989aeab4dc8d9a474dc.

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: d1242b10ff03 ("s390/bpf: Remove JITed image size limitations")
Signed-off-by: Seth Forshee <seth.forshee@xxxxxxxxxxxxx>

Applied, thanks!