Hello: This patch was applied to bpf/bpf-next.git (master) by Andrii Nakryiko <andrii@xxxxxxxxxx>: On Thu, 5 Dec 2024 13:59:42 +0000 you wrote: > Libelf functions do not set errno on failure. Instead, it relies on its > internal _elf_errno value, that can be retrieved via elf_errno (or the > corresponding message via elf_errmsg()). From "man libelf": > > If a libelf function encounters an error it will set an internal > error code that can be retrieved with elf_errno. Each thread > maintains its own separate error code. The meaning of each error > code can be determined with elf_errmsg, which returns a string > describing the error. > > [...] Here is the summary with links: - [bpf-next] libbpf: Fix segfault due to libelf functions not setting errno https://git.kernel.org/bpf/bpf-next/c/e10500b69c3f You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html