From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 877DCED8 for ; Wed, 24 Jan 2024 00:00:26 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1706054426; cv=none; b=LTFG1BZr+la4LKgk+rMri/F7I1vlgzJ9QjgoveQPc1wr9d+KTV20q9icVG3FvGovGCJjL6XFG+AKVMroSSUgMEyx4zxMIQ2xTk91vPyaMTkxb5lI0eoBBPDhYfYTBNPMUJ22GpPOGLWIQQeNN7s13GGWT198cUwE6FibBTwDoNE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1706054426; c=relaxed/simple; bh=C0IZqdTGUgvF1F5EuCVFMemrmu88cczHhR171RplgYg=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=CA6tqjb2x1sGIG5ggz7YFuNb1TVuYaqR0btn3oMhA6CUHtY+GLHfSwJ+mQWGy9TuQALkfi7XVuQWhhj/I6RCJ+C9Qyz9/uS0/xxz0UfvAiQnzMNKyiE/SzWJt4dikpBEFVD2A+oXTThbuCOKrtHZwkjK31av9MbvkfOTMU3/muc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Uug/KwRH; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="Uug/KwRH" Received: by smtp.kernel.org (Postfix) with ESMTPS id 2D11EC433A6; Wed, 24 Jan 2024 00:00:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1706054426; bh=C0IZqdTGUgvF1F5EuCVFMemrmu88cczHhR171RplgYg=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=Uug/KwRHrDgYRXxeGLCUhFD4nz4yufl+P7arcz/PIn372FgC0MJH5VcD3AHX3c5bu BU3Mxkw3jLmgeD7Mc9TVqxBEK6MEf6Tk+BJeiss9Zvoep7Wh2gjimlhnD9p6WHF+Ly NfnnUi9SoOjOZAHvcFAJEl1ENsIgaXIBhFJnLJndQntVK4ZU35RVbdoffUZO6sudyF FGcjM8HEn41FURpS5aDdfslvTpZFzoxX8oG4se+qvWYItkIvSTO4WTYnSDOrGNsGMU Qr0VKROfPPU87pOwJB7AlGK7YcFx2eFdsqPzUJpm9gc8BzjCWBX7MftKpzlCs605FF 7049TrnM+nIig== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 143C3DFF767; Wed, 24 Jan 2024 00:00:26 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: bpf@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH] bpf: avoid VLAs in progs/test_xdp_dynptr.c From: patchwork-bot+netdevbpf@kernel.org Message-Id: <170605442607.2408.8094664709925991530.git-patchwork-notify@kernel.org> Date: Wed, 24 Jan 2024 00:00:26 +0000 References: <20240123201729.16173-1-jose.marchesi@oracle.com> In-Reply-To: <20240123201729.16173-1-jose.marchesi@oracle.com> To: Jose E. Marchesi Cc: bpf@vger.kernel.org, yhs@meta.com, eddyz87@gmail.com, david.faust@oracle.com, cupertino.miranda@oracle.com Hello: This patch was applied to bpf/bpf-next.git (master) by Alexei Starovoitov : 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