From: Ben Greear <greearb@candelatech.com>
To: "linux-wireless@vger.kernel.org" <linux-wireless@vger.kernel.org>
Cc: Miri Korenblit <miriam.rachel.korenblit@intel.com>
Subject: Re: iwlmld iwl_mld_change_vif_links can return un-initilized 'err'
Date: Sat, 14 Feb 2026 09:15:29 -0800 [thread overview]
Message-ID: <1cf6d7aa-7ced-4fba-88e1-adb1cfdecadf@candelatech.com> (raw)
In-Reply-To: <5ffe48af-e02d-4d02-b669-6a9d6797b956@candelatech.com>
On 2/14/26 09:11, Ben Greear wrote:
> Hello,
>
> I believe this method:
>
> static int
> iwl_mld_change_vif_links(struct ieee80211_hw *hw,
>
> Can return un-initialized 'err' in case that this return path is taken:
>
> if (WARN_ON(!iwl_mld_error_before_recovery(mld)))
> return err;
>
> I saw this warning hit, and then later kernel crashed with some debugfs
> dentry being bogus, but not sure that is actually related.
>
> Probably err should be initialized to -EINVAL at top of the method.
>
> Thanks,
> Ben
>
I guess in case that error path is interesting, looks like FW stopped
communicating and that is probably what caused the warning:
Likely at least some of this logging is from our own patches, FYI.
[ 159.220486] wlan17: ieee80211_vif_set_links: new_links=0x4; dormant_links=0x0
[ 159.220511] iwlwifi 0000:25:00.0: Failed to send flush command (-5)
[ 159.222763] wlan17: associated
[ 159.224559] wlan18: RX AssocResp from 8a:88:81:84:d9:81 (capab=0x1511 status=0 aid=192)
[ 159.224563] wlan18: ieee80211_vif_set_links: new_links=0x4; dormant_links=0x0
[ 159.224565] wlan18: [link 2] local address 82:fa:ed:e5:1d:de, AP link address 8e:88:a1:84:d9:81 (assoc)
[ 159.224576] wlan18: ieee80211_vif_set_links: new_links=0x4; dormant_links=0x0
[ 159.225503] iwlwifi 0000:25:00.0: Failed to remove station. Id=1
[ 159.226598] wlan18: associated
[ 159.230293] iwlwifi 0000:25:00.0: Failed to send LINK_CONFIG_CMD (action:2): -5
[ 159.236374] iwlwifi 0000:25:00.0: Failed to send PHY_CONTEXT_CMD ret = -5
[ 159.241885] wlan2: ieee80211_vif_set_links: new_links=0x0; dormant_links=0x0
[ 159.254418] iwlwifi 0000:25:00.0: Failed to send LINK_CONFIG_CMD (action:3): -5
[ 159.260503] iwlwifi 0000:25:00.0: Failed to send LINK_CONFIG_CMD (action:1): -5
Thanks,
Ben
--
Ben Greear <greearb@candelatech.com>
Candela Technologies Inc http://www.candelatech.com
next prev parent reply other threads:[~2026-02-14 17:15 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-14 17:11 iwlmld iwl_mld_change_vif_links can return un-initilized 'err' Ben Greear
2026-02-14 17:15 ` Ben Greear [this message]
2026-02-15 4:29 ` Korenblit, Miriam Rachel
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=1cf6d7aa-7ced-4fba-88e1-adb1cfdecadf@candelatech.com \
--to=greearb@candelatech.com \
--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