Hello: This patch was applied to bpf/bpf-next.git (master) by Daniel Borkmann <daniel@xxxxxxxxxxxxx>: On Wed, 21 Jun 2023 23:19:21 -0700 you wrote: > When building the latest kernel/selftest with clang17 compiler, > make LLVM=1 -j <== for kernel > make -C tools/testing/selftests/bpf LLVM=1 -j <== for selftest > > I hit the following compilation error: > ... > In file included from progs/vrf_socket_lookup.c:3: > In file included from /usr/include/linux/ip.h:21: > In file included from /usr/include/asm/byteorder.h:5: > In file included from /usr/include/linux/byteorder/little_endian.h:13: > /usr/include/linux/swab.h:136:8: error: unknown type name '__always_inline' > 136 | static __always_inline unsigned long __swab(const unsigned long y) > | ^ > /usr/include/linux/swab.h:171:8: error: unknown type name '__always_inline' > 171 | static __always_inline __u16 __swab16p(const __u16 *p) > | ^ > /usr/include/linux/swab.h:171:29: error: expected ';' after top level declarator > 171 | static __always_inline __u16 __swab16p(const __u16 *p) > | ^ > ... > > [...] Here is the summary with links: - [bpf-next] selftests/bpf: Fix compilation failure for prog vrf_socket_lookup https://git.kernel.org/bpf/bpf-next/c/ee77f3d602b0 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html