[PATCH] bpf, arm64: Mark dummy_tramp as global

patchwork-bot+netdevbpf at kernel.org patchwork-bot+netdevbpf at kernel.org
Thu Jul 14 08:00:14 PDT 2022


Hello:

This patch was applied to bpf/bpf-next.git (master)
by Daniel Borkmann <daniel at iogearbox.net>:

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





More information about the linux-arm-kernel mailing list