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

2020-07-16 Thread Daniel Borkmann
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,

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

2020-07-16 Thread Ilya Leoshkevich
On Thu, 2020-07-16 at 09:39 -0500, 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 limit

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

2020-07-16 Thread Seth Forshee
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 sh