linux-next: build failure after merge of the wireless-next tree
Mark Brown <[email protected]> Wed, 22 Jul 2026 16:58:43 +0100
| Newsgroups | org.kernel.vger.linux-next,org.kernel.vger.linux-kernel,org.kernel.vger.linux-wireless |
|---|---|
| Message-ID | <[email protected]> |
Hi all,
After merging the wireless-next tree, today's linux-next build
(arm64_defconfig.log /tmp/next/x86_64 allmodconfig) failed like this:
/tmp/next/build/net/mac80211/mlme.c:
In function 'ieee80211_rx_mgmt_assoc_resp':
/tmp/next/build/net/mac80211/mlme.c:7279:17: error: label 'abandon_assoc'
used but not defined
7279 | goto abandon_assoc;
| ^~~~
Caused by a semantic conflict (probably the same two patches as the
merge I posted a minute ago). I have applied the patch below and can
carry as needed:
diff --git a/net/mac80211/mlme.c b/net/mac80211/mlme.c
index 60fc407bb1ebb..5a1c022282202 100644
--- a/net/mac80211/mlme.c
+++ b/net/mac80211/mlme.c
@@ -7276,7 +7276,7 @@ static void ieee80211_rx_mgmt_assoc_resp(struct ieee80211_sub_if_data *sdata,
else if (!assoc_data->s1g)
aid = le16_to_cpu(mgmt->u.assoc_resp.aid);
else if (status_code == WLAN_STATUS_SUCCESS)
- goto abandon_assoc;
+ goto notify_driver;
/*
* The 5 MSB of the AID field are reserved for a non-S1G STA. For
signature.asc
(application/pgp-signature, 488 B)
-----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAmpg6LIACgkQJNaLcl1U h9A8eQf/R12a8dZitcVHo3AkzN0o9Ft/ghivtincz5TCbNfIiEcz0rdc9De3LrIf VWhqbs9hjE/pj8dxPkyAbIDSpkEvamdm3TY85MHHDn4djtv77bbmmCiqc4utuN9i dzP5DnudpYKMQz2ASleGXxmXl7KoYGLU3TbFZ66ehLlabcfwLAzitSn4Lx66FU7N iea8UA7iJDUs4yzh7A6a4N6otqHac13jhQvGyg8WufgZNE64Uao9QgIRtjzb+xHH pkhS5hPygydxlkDZBt66F/ncHJCdcMGjYPbdN4rO6imeT9+gZDr+9Vephid96j3c HVH1mvB6HOeRvMY7qg/MmIN7zKV0ww== =2qvh -----END PGP SIGNATURE-----