bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH bpf-next v2 0/5] core_reloc fixes for s390
@ 2021-10-25 13:12 Ilya Leoshkevich
  2021-10-25 13:12 ` [PATCH bpf-next v2 1/5] libbpf: Use __BYTE_ORDER__ Ilya Leoshkevich
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Ilya Leoshkevich @ 2021-10-25 13:12 UTC (permalink / raw)
  To: Alexei Starovoitov, Daniel Borkmann, Andrii Nakryiko
  Cc: bpf, Heiko Carstens, Vasily Gorbik, Ilya Leoshkevich

v1: https://lore.kernel.org/bpf/20211021234653.643302-1-iii@linux.ibm.com/
v1 -> v2: Drop bpf_core_calc_field_relo() restructuring, split
          __BYTE_ORDER__ change.

Hi,

this series fixes test failures in core_reloc on s390.

Patches 1-4 replace __BYTE_ORDER with __BYTE_ORDER__ in order to fix an
endianness bug and make the code consistent.
Patch 5 fixes an endianness issue in test_core_reloc_mods.

Best regards,
Ilya

Ilya Leoshkevich (5):
  libbpf: Use __BYTE_ORDER__
  selftests/bpf: Use __BYTE_ORDER__
  samples: seccomp: use __BYTE_ORDER__
  selftests/seccomp: Use __BYTE_ORDER__
  selftests/bpf: Fix test_core_reloc_mods on big-endian machines

 samples/seccomp/bpf-helper.h                       |  8 ++++----
 tools/lib/bpf/bpf_core_read.h                      |  2 +-
 tools/lib/bpf/btf.c                                |  4 ++--
 tools/lib/bpf/btf_dump.c                           |  8 ++++----
 tools/lib/bpf/libbpf.c                             |  4 ++--
 tools/lib/bpf/linker.c                             | 12 ++++++------
 tools/lib/bpf/relo_core.c                          |  2 +-
 .../testing/selftests/bpf/prog_tests/btf_endian.c  |  6 +++---
 .../selftests/bpf/progs/test_core_reloc_mods.c     |  9 +++++++++
 tools/testing/selftests/bpf/test_sysctl.c          |  4 ++--
 tools/testing/selftests/bpf/verifier/ctx_skb.c     | 14 +++++++-------
 tools/testing/selftests/bpf/verifier/lwt.c         |  2 +-
 .../bpf/verifier/perf_event_sample_period.c        |  6 +++---
 tools/testing/selftests/seccomp/seccomp_bpf.c      |  6 +++---
 14 files changed, 48 insertions(+), 39 deletions(-)

-- 
2.31.1


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

end of thread, other threads:[~2021-10-25 22:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-25 13:12 [PATCH bpf-next v2 0/5] core_reloc fixes for s390 Ilya Leoshkevich
2021-10-25 13:12 ` [PATCH bpf-next v2 1/5] libbpf: Use __BYTE_ORDER__ Ilya Leoshkevich
2021-10-25 22:44   ` Daniel Borkmann
2021-10-25 13:12 ` [PATCH bpf-next v2 2/5] selftests/bpf: " Ilya Leoshkevich
2021-10-25 13:12 ` [PATCH bpf-next v2 3/5] samples: seccomp: use __BYTE_ORDER__ Ilya Leoshkevich
2021-10-25 13:12 ` [PATCH bpf-next v2 4/5] selftests/seccomp: Use __BYTE_ORDER__ Ilya Leoshkevich
2021-10-25 13:12 ` [PATCH bpf-next v2 5/5] selftests/bpf: Fix test_core_reloc_mods on big-endian machines Ilya Leoshkevich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).