mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Gustavo A. R. Silva" <gustavo@embeddedor.com>
To: Johannes Berg <johannes@sipsolutions.net>,
	Miri Korenblit <miriam.rachel.korenblit@intel.com>
Cc: linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [RFC] wifi: iwlwifi: mei: Remove unused flexible-array member in struct iwl_sap_hdr?
Date: Wed, 27 Aug 2025 10:20:34 +0200	[thread overview]
Message-ID: <ed9e34c4-ab63-47cd-b27a-9aa18cd91180@embeddedor.com> (raw)
In-Reply-To: <4f8037dc97958e06dfb08d75fce982c1e4e36068.camel@sipsolutions.net>



On 25/08/25 10:20, Johannes Berg wrote:
> On Mon, 2025-08-11 at 17:23 +0900, Gustavo A. R. Silva wrote:
>> Hi all,
>>
>> At first sight, it seems that the flexible-array member `payload`
>> in the struct below it's not being used:
>>
>> drivers/net/wireless/intel/iwlwifi/mei/sap.h:
>> 298 /**
>> 299  * struct iwl_sap_hdr - prefixes any SAP message
>> 300  * @type: See &enum iwl_sap_msg.
>> 301  * @len: The length of the message (header not included).
>> 302  * @seq_num: For debug.
>> 303  * @payload: The payload of the message.
>> 304  */
>> 305 struct iwl_sap_hdr {
>> 306         __le16 type;
>> 307         __le16 len;
>> 308         __le32 seq_num;
>> 309         u8 payload[];
>> 310 };
>>
>> If we remove it, we'd get rid of 14 of the following type of warnings:
>>
>> drivers/net/wireless/intel/iwlwifi/mei/sap.h:318:28: warning: structure containing a flexible array member is not at the end of another structure
>> [-Wflex-array-member-not-at-end]
>>
>> Is there any case where this array is actually used that I might
>> be missing?
> 
> Check if it builds? But I don't see it used in our internal (and
> possibly more recent) version of this either.

It seems that the whole thing is actually broken, see commit 8997f5c8a627
("wifi: iwlwifi: Mark IWLMEI as broken").

However, nothing complains when built without that array. So, I've just
submitted a patch.

Thanks!
-Gustavo

      reply	other threads:[~2025-08-27  8:22 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-11  8:23 Gustavo A. R. Silva
2025-08-25  8:20 ` Johannes Berg
2025-08-27  8:20   ` Gustavo A. R. Silva [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ed9e34c4-ab63-47cd-b27a-9aa18cd91180@embeddedor.com \
    --to=gustavo@embeddedor.com \
    --cc=johannes@sipsolutions.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=miriam.rachel.korenblit@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®