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 3A8B714386B; Thu, 8 Aug 2024 03:30:43 +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=1723087844; cv=none; b=DsAEVJM+fEn6LZyThfvsbwKA42v6aYHkRdvEy5uRDZvGAX09WYU5EzGHPM5Lycn9DFujtRV+9Ggbl75XiUZobbY9KZXV4GooI584l/dul+BTrYeHbyfyZa9RCSuAdlhZj907y1/Ert7+/sqghqIAiMB4KVsj23GdY2yghmhkQoM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1723087844; c=relaxed/simple; bh=4dlVQg6b1LnGml4zNwLjvPLOxC7y9Q7ueEnwEpzmH64=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=riw4VBaTY+cp/aVeeDB8m+hrb5RgItA0c+TB2Gu2JEcWG01sfCoQvhOqrrUnuKwJJ3+UuNcSU9LtaV9JFx5fKFp4z3a3qjg5CPFrUAgeC5V90nS4MpUg3A8GRcgW8dkOydgIOeW4HUHPXF3TE67Llc3djmVSDUXY/07q4ralaDk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Zma4/voR; 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="Zma4/voR" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9B859C32781; Thu, 8 Aug 2024 03:30:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1723087843; bh=4dlVQg6b1LnGml4zNwLjvPLOxC7y9Q7ueEnwEpzmH64=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=Zma4/voRW5WWT9qftxUth8X4T86rYgMU/KZqOK09xwTuTHhzcQlG/QQguxNMHYO8N JjoSPHLUvwxXA5JqruNEQYuTtwOwcLrhDSSlJSiobJXyepZYbq52DglPzGqF4PKkH4 nfMK7A9ojv9lb/z/6DV/FKIO3hYDTHkRIIQn0YE3hCRFjS9ToIjl6Af8yCSXZ8D1GH PbIgdJxzO7FxNy+4ibVSclBn0A5s6vGkUkW8N8e+8hAQIdReFc6wv1Ve3RLmhNDOAK VdnWi6k2uwZWYmbxqB6QkeVJwgoh7NgZt23s5hZJ6FFuceRfzB2GwQYlXCs5+yhAp1 zz8EWD+xeKsog== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id AE0953822D3B; Thu, 8 Aug 2024 03:30:43 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH][next] net/fungible: Avoid -Wflex-array-member-not-at-end warning From: patchwork-bot+netdevbpf@kernel.org Message-Id: <172308784242.2759733.10120842283235740519.git-patchwork-notify@kernel.org> Date: Thu, 08 Aug 2024 03:30:42 +0000 References: In-Reply-To: To: Gustavo A. R. Silva Cc: dmichail@fungible.com, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-hardening@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Mon, 5 Aug 2024 09:30:26 -0600 you wrote: > Use the `DEFINE_RAW_FLEX()` helper for an on-stack definition of > a flexible structure where the size of the flexible-array member > is known at compile-time, and refactor the rest of the code, > accordingly. > > So, with these changes, fix the following warning: > drivers/net/ethernet/fungible/funcore/fun_dev.c:550:43: warning: structure containing a flexible array member is not at the end of another structure [-Wflex-array-member-not-at-end] > > [...] Here is the summary with links: - [next] net/fungible: Avoid -Wflex-array-member-not-at-end warning https://git.kernel.org/netdev/net-next/c/3f49edf44bd6 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html