]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
libbpf: Add missing LIBBPF_API annotation to libbpf_set_memlock_rlim API
authorAndrii Nakryiko <andrii@kernel.org>
Thu, 1 Feb 2024 17:20:24 +0000 (09:20 -0800)
committerSasha Levin <sashal@kernel.org>
Tue, 26 Mar 2024 22:19:24 +0000 (18:19 -0400)
commit738b192efdc74bd96597ba9e5b61b563e3d48dd4
treeeddeba12197d65a2cfcaec4ffe87a2dd2bbe575b
parent00382885701b375e990d394c85f56c53d00dfe0c
libbpf: Add missing LIBBPF_API annotation to libbpf_set_memlock_rlim API

[ Upstream commit 93ee1eb85e28d1e35bb059c1f5965d65d5fc83c2 ]

LIBBPF_API annotation seems missing on libbpf_set_memlock_rlim API, so
add it to make this API callable from libbpf's shared library version.

Fixes: e542f2c4cd16 ("libbpf: Auto-bump RLIMIT_MEMLOCK if kernel needs it for BPF")
Fixes: ab9a5a05dc48 ("libbpf: fix up few libbpf.map problems")
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Eduard Zingerman <eddyz87@gmail.com>
Link: https://lore.kernel.org/bpf/20240201172027.604869-3-andrii@kernel.org
Signed-off-by: Sasha Levin <sashal@kernel.org>
tools/lib/bpf/bpf.h