mbox series

[0/5] s390/bpf: fix lib/test_bpf.c failures

Message ID 20200717165326.6786-1-iii@linux.ibm.com
Headers show
Series s390/bpf: fix lib/test_bpf.c failures | expand

Message

Ilya Leoshkevich July 17, 2020, 4:53 p.m. UTC
This patch series fixes three regressions caused by 4e9b4a6883dd
("s390/bpf: Use relative long branches") reported by Seth Forshee
(patches 2-4) and adds two minor related improvements (patches 1
and 5).

Ilya Leoshkevich (5):
  selftests: bpf: test_kmod.sh: fix running out of srctree
  s390/bpf: fix sign extension in branch_ku
  s390/bpf: use brcl for jumping to exit_ip if necessary
  s390/bpf: tolerate not converging code shrinking
  s390/bpf: use bpf_skip() in bpf_jit_prologue()

 arch/s390/net/bpf_jit_comp.c             | 63 +++++++++++++++---------
 tools/testing/selftests/bpf/test_kmod.sh | 12 +++--
 2 files changed, 50 insertions(+), 25 deletions(-)

Comments

Alexei Starovoitov July 21, 2020, 6:17 p.m. UTC | #1
On Fri, Jul 17, 2020 at 9:53 AM Ilya Leoshkevich <iii@linux.ibm.com> wrote:
>
> This patch series fixes three regressions caused by 4e9b4a6883dd
> ("s390/bpf: Use relative long branches") reported by Seth Forshee
> (patches 2-4) and adds two minor related improvements (patches 1
> and 5).

Applied. Thanks