[PATCH bpf-next] libbpf: skip bpf_object__probe_loading for light skeleton

Subsystems: bpf [general] (safe dynamic programs and tools), bpf [library] (libbpf), the rest

STALE1898d LANDED

Landed in mainline as f9bceaa59c5c on 2021-05-24.

2 messages, 2 authors, 2021-05-24 · open the first message on its own page

[PATCH bpf-next] libbpf: skip bpf_object__probe_loading for light skeleton

From: Stanislav Fomichev <hidden>
Date: 2021-05-21 03:06:57

I'm getting the following error when running 'gen skeleton -L' as
regular user:

libbpf: Error in bpf_object__probe_loading():Operation not permitted(1).
Couldn't load trivial BPF program. Make sure your kernel supports BPF
(CONFIG_BPF_SYSCALL=y) and/or that RLIMIT_MEMLOCK is set to big enough
value.

Fixes: 67234743736a ("libbpf: Generate loader program out of BPF ELF file.")
Signed-off-by: Stanislav Fomichev <redacted>
---
 tools/lib/bpf/libbpf.c | 3 +++
 1 file changed, 3 insertions(+)
diff --git a/tools/lib/bpf/libbpf.c b/tools/lib/bpf/libbpf.c
index dc4d5fe6d9d2..b396e45b17ea 100644
--- a/tools/lib/bpf/libbpf.c
+++ b/tools/lib/bpf/libbpf.c
@@ -3971,6 +3971,9 @@ bpf_object__probe_loading(struct bpf_object *obj)
 	};
 	int ret;
 
+	if (obj->gen_loader)
+		return 0;
+
 	/* make sure basic loading works */
 
 	memset(&attr, 0, sizeof(attr));
-- 
2.31.1.818.g46aad6cb9e-goog

Re: [PATCH bpf-next] libbpf: skip bpf_object__probe_loading for light skeleton

From: patchwork-bot+netdevbpf@kernel.org
Date: 2021-05-24 19:30:23

Hello:

This patch was applied to bpf/bpf-next.git (refs/heads/master):

On Thu, 20 May 2021 20:06:53 -0700 you wrote:
I'm getting the following error when running 'gen skeleton -L' as
regular user:

libbpf: Error in bpf_object__probe_loading():Operation not permitted(1).
Couldn't load trivial BPF program. Make sure your kernel supports BPF
(CONFIG_BPF_SYSCALL=y) and/or that RLIMIT_MEMLOCK is set to big enough
value.

[...]
Here is the summary with links:
  - [bpf-next] libbpf: skip bpf_object__probe_loading for light skeleton
    https://git.kernel.org/bpf/bpf-next/c/f9bceaa59c5c

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html

Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help