Re: [PATCH bpf-next 07/13] bpf, s390x: remove obsolete exception handling from div/mod

2018-01-29 Thread Daniel Borkmann
On 01/29/2018 03:33 PM, Michael Holzheu wrote: > Am Fri, 26 Jan 2018 23:33:42 +0100 > schrieb Daniel Borkmann : > >> Since we've changed div/mod exception handling for src_reg in >> eBPF verifier itself, > > Maybe add the commit that introduced that to the patch description? I couldn't add it h

Re: [PATCH bpf-next 07/13] bpf, s390x: remove obsolete exception handling from div/mod

2018-01-29 Thread Michael Holzheu
Am Fri, 26 Jan 2018 23:33:42 +0100 schrieb Daniel Borkmann : > Since we've changed div/mod exception handling for src_reg in > eBPF verifier itself, Maybe add the commit that introduced that to the patch description? > remove the leftovers from s390x JIT. > > Signed-off-by: Daniel Borkmann >

[PATCH bpf-next 07/13] bpf, s390x: remove obsolete exception handling from div/mod

2018-01-26 Thread Daniel Borkmann
Since we've changed div/mod exception handling for src_reg in eBPF verifier itself, remove the leftovers from s390x JIT. Signed-off-by: Daniel Borkmann Cc: Michael Holzheu --- arch/s390/net/bpf_jit_comp.c | 10 -- 1 file changed, 10 deletions(-) diff --git a/arch/s390/net/bpf_jit_comp.