]> www.infradead.org Git - users/jedix/linux-maple.git/commit
wifi: mac80211: ensure sdata->work is canceled before initialized.
authorMiri Korenblit <miriam.rachel.korenblit@intel.com>
Wed, 5 Feb 2025 09:39:26 +0000 (11:39 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 11 Feb 2025 10:59:08 +0000 (11:59 +0100)
commit6c93fd502023dd919b5987ccbe990735410edd49
treec08cb6f5b4c8bb9aa34285f8b5d8e52e59aa64db
parenta883ad479dbbbab80543678389582fa90d2b9339
wifi: mac80211: ensure sdata->work is canceled before initialized.

This wiphy work is canceled when the iface is stopped,
and shouldn't be queued for a non-running iface.
If it happens to be queued for a non-running iface (due to a bug)
it can cause a corruption of wiphy_work_list when ieee80211_setup_sdata
is called. Make sure to cancel it in this case and warn on.

Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
Reviewed-by: Johannes Berg <johannes.berg@intel.com>
Link: https://patch.msgid.link/20250205110958.99204c767c10.I84ce27a239059f6009cee197b252549a11426046@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/iface.c