[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20201118071640.83773-1-bjorn.topel@gmail.com>
Date: Wed, 18 Nov 2020 08:16:37 +0100
From: Björn Töpel <bjorn.topel@...il.com>
To: ast@...nel.org, daniel@...earbox.net, netdev@...r.kernel.org,
bpf@...r.kernel.org
Cc: Björn Töpel <bjorn.topel@...il.com>,
xi.wang@...il.com, luke.r.nels@...il.com,
linux-riscv@...ts.infradead.org, andrii.nakryiko@...il.com
Subject: [PATCH bpf-next v2 0/3] RISC-V selftest/bpf fixes
This series contain some fixes for selftests/bpf when building/running
on a RISC-V host. Details can be found in each individual commit.
Cheers,
Björn
v2:
Makefile cosmetics. (Andrii)
Simplified unpriv check and added comment. (Andrii)
Björn Töpel (3):
selftests/bpf: Fix broken riscv build
selftests/bpf: Avoid running unprivileged tests with alignment
requirements
selftests/bpf: Mark tests that require unaligned memory access
tools/testing/selftests/bpf/Makefile | 3 +-
tools/testing/selftests/bpf/test_verifier.c | 13 ++++++
.../selftests/bpf/verifier/ctx_sk_lookup.c | 7 +++
.../bpf/verifier/direct_value_access.c | 3 ++
.../testing/selftests/bpf/verifier/map_ptr.c | 1 +
.../selftests/bpf/verifier/raw_tp_writable.c | 1 +
.../selftests/bpf/verifier/ref_tracking.c | 4 ++
.../testing/selftests/bpf/verifier/regalloc.c | 8 ++++
.../selftests/bpf/verifier/wide_access.c | 46 +++++++++++--------
9 files changed, 67 insertions(+), 19 deletions(-)
base-commit: ea87ae85c9b31303a2e9d4c769d9f3ee8a3a60d1
--
2.27.0
Powered by blists - more mailing lists