]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge branch 'bpf: Fix strict mode calculation'
authorAndrii Nakryiko <andrii@kernel.org>
Mon, 7 Feb 2022 20:12:23 +0000 (12:12 -0800)
committerAndrii Nakryiko <andrii@kernel.org>
Mon, 7 Feb 2022 20:17:21 +0000 (12:17 -0800)
commit128dac5f21e950746aae3c1ef6df87e231d288a3
treeb8d7e24aafb893718faa5f2b195d5728467dd70b
parente91d280c840f133560072f246321f9a4d1f4eb14
parent2b9e2eadc9c899af3b508503677afecc85e44766
Merge branch 'bpf: Fix strict mode calculation'

Mauricio Vásquez <mauricio@kinvolk.io> says:

====================

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/
====================

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