Hello: This patch was applied to bpf/bpf-next.git (master) by Andrii Nakryiko <andrii@xxxxxxxxxx>: On Sun, 28 Apr 2024 13:25:59 +0200 you wrote: > The macro bpf_ksym_exists is defined in bpf_helpers.h as: > > #define bpf_ksym_exists(sym) ({ \ > _Static_assert(!__builtin_constant_p(!!sym), #sym " should be marked as __weak"); \ > !!sym; \ > }) > > [...] Here is the summary with links: - [bpf-next] bpf: fix bpf_ksym_exists in GCC https://git.kernel.org/bpf/bpf-next/c/cf9bea94f6b2 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html