Hello: This patch was applied to bpf/bpf-next.git (master) by Alexei Starovoitov <ast@xxxxxxxxxx>: On Tue, 23 Jan 2024 21:17:29 +0100 you wrote: > VLAs are not supported by either the BPF port of clang nor GCC. The > selftest test_xdp_dynptr.c contains the following code: > > const size_t tcphdr_sz = sizeof(struct tcphdr); > const size_t udphdr_sz = sizeof(struct udphdr); > const size_t ethhdr_sz = sizeof(struct ethhdr); > const size_t iphdr_sz = sizeof(struct iphdr); > const size_t ipv6hdr_sz = sizeof(struct ipv6hdr); > > [...] Here is the summary with links: - bpf: avoid VLAs in progs/test_xdp_dynptr.c https://git.kernel.org/bpf/bpf-next/c/edb799035dd7 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html