Hello: This patch was applied to bpf/bpf-next.git (master) by Daniel Borkmann <daniel@xxxxxxxxxxxxx>: On Wed, 13 Jul 2022 10:35:03 -0700 you wrote: > When building with clang + CONFIG_CFI_CLANG=y, the following error > occurs at link time: > > ld.lld: error: undefined symbol: dummy_tramp > > dummy_tramp is declared globally in C but its definition in inline > assembly does not use .global, which prevents clang from properly > resolving the references to it when creating the CFI jump tables. > > [...] Here is the summary with links: - bpf, arm64: Mark dummy_tramp as global https://git.kernel.org/bpf/bpf-next/c/33f32e5072b6 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html