All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] s390/bpf: fix lib/test_bpf.c failures
@ 2020-07-17 16:53 Ilya Leoshkevich
  2020-07-17 16:53 ` [PATCH 1/5] selftests: bpf: test_kmod.sh: fix running out of srctree Ilya Leoshkevich
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Ilya Leoshkevich @ 2020-07-17 16:53 UTC (permalink / raw)
  To: Alexei Starovoitov, Daniel Borkmann
  Cc: bpf, Heiko Carstens, Vasily Gorbik, Ilya Leoshkevich

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(-)

-- 
2.25.4


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-07-21 18:17 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-17 16:53 [PATCH 0/5] s390/bpf: fix lib/test_bpf.c failures Ilya Leoshkevich
2020-07-17 16:53 ` [PATCH 1/5] selftests: bpf: test_kmod.sh: fix running out of srctree Ilya Leoshkevich
2020-07-17 16:53 ` [PATCH 2/5] s390/bpf: fix sign extension in branch_ku Ilya Leoshkevich
2020-07-17 22:23   ` Seth Forshee
2020-07-17 16:53 ` [PATCH 3/5] s390/bpf: use brcl for jumping to exit_ip if necessary Ilya Leoshkevich
2020-07-17 16:53 ` [PATCH 4/5] s390/bpf: tolerate not converging code shrinking Ilya Leoshkevich
2020-07-17 16:53 ` [PATCH 5/5] s390/bpf: use bpf_skip() in bpf_jit_prologue() Ilya Leoshkevich
2020-07-21 18:17 ` [PATCH 0/5] s390/bpf: fix lib/test_bpf.c failures Alexei Starovoitov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.