[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220207145052.124421-1-mauricio@kinvolk.io>
Date: Mon, 7 Feb 2022 09:50:49 -0500
From: Mauricio Vásquez <mauricio@...volk.io>
To: netdev@...r.kernel.org, bpf@...r.kernel.org
Cc: Alexei Starovoitov <ast@...nel.org>,
Daniel Borkmann <daniel@...earbox.net>,
Andrii Nakryiko <andrii@...nel.org>,
Quentin Monnet <quentin@...valent.com>
Subject: [PATCH bpf-next v2 0/3] bpf: Fix strict mode calculation
This series fixes a bad calculation of strict mode in two places. It
also updates libbpf to make it easier for the users to disable a
specific LIBBPF_STRICT_* flag.
v1 -> v2:
- remove check in libbpf_set_strict_mode()
- split in different commits
v1: https://lore.kernel.org/bpf/20220204220435.301896-1-mauricio@kinvolk.io/
Mauricio Vásquez (3):
libbpf: Remove mode check in libbpf_set_strict_mode()
bpftool: Fix strict mode calculation
selftests/bpf: Fix strict mode calculation
tools/bpf/bpftool/main.c | 5 +----
tools/lib/bpf/libbpf.c | 8 --------
tools/testing/selftests/bpf/prog_tests/btf.c | 2 +-
3 files changed, 2 insertions(+), 13 deletions(-)
--
2.25.1
Powered by blists - more mailing lists