Hello: This patch was applied to bpf/bpf-next.git (master) by Andrii Nakryiko <andrii@xxxxxxxxxx>: On Wed, 3 Aug 2022 09:14:03 -0600 you wrote: > GCC expects the always_inline attribute to only be set on inline > functions, as such we should make all functions with this attribute > use the __always_inline macro which makes the function inline and > sets the attribute. > > Fixes errors like: > /home/buildroot/bpf-next/tools/testing/selftests/bpf/tools/include/bpf/bpf_tracing.h:439:1: error: ‘always_inline’ function might not be inlinable [-Werror=attributes] > 439 | ____##name(unsigned long long *ctx, ##args) > | ^~~~ > > [...] Here is the summary with links: - [v2] libbpf: ensure functions with always_inline attribute are inline https://git.kernel.org/bpf/bpf-next/c/d25f40ff68aa You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html