Merge branch 'libbpf/selftests syscall wrapper fixes for RISC-V'
authorAndrii Nakryiko <andrii@kernel.org>
Wed, 4 Oct 2023 20:18:49 +0000 (13:18 -0700)
committerAndrii Nakryiko <andrii@kernel.org>
Wed, 4 Oct 2023 20:19:47 +0000 (13:19 -0700)
commitcbcb199b7cd2af17604fa3241884139bf7286ff1
tree32bbc74ec8ba80830156b2d1c57f43a0662a188f
parent93fb2776f43e3834796218ed77b237f85fdd10a9
parentb55b775f03166b8da60af80ef33da8bf83ca96c1
Merge branch 'libbpf/selftests syscall wrapper fixes for RISC-V'

Björn Töpel says:

====================
From: Björn Töpel <bjorn@rivosinc.com>

Commit 08d0ce30e0e4 ("riscv: Implement syscall wrappers") introduced
some regressions in libbpf, and the kselftests BPF suite, which are
fixed with these three patches.

Note that there's an outstanding fix [1] for ftrace syscall tracing
which is also a fallout from the commit above.

Björn

[1] https://lore.kernel.org/linux-riscv/20231003182407.32198-1-alexghiti@rivosinc.com/

Alexandre Ghiti (1):
  libbpf: Fix syscall access arguments on riscv
====================

Signed-off-by: Andrii Nakryiko <andrii@kernel.org>