Merge tag 'iwlwifi-fixes-2026-07-21' of https://git.kernel.org/pub/scm/linux/kernel...
authorJohannes Berg <johannes.berg@intel.com>
Tue, 21 Jul 2026 12:10:00 +0000 (14:10 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 21 Jul 2026 12:10:16 +0000 (14:10 +0200)
commit531f47495a5d76fb9df490dd9924725c1aec3096
tree64b546a1ce2058874912930844c14974de733651
parent3dc723ac78a6e4fa0fd49e27e487ed319da40a9f
parentd13d5d299c11b7bd3362d5692c56225d9e176664
Merge tag 'iwlwifi-fixes-2026-07-21' of https://git./linux/kernel/git/iwlwifi/iwlwifi-next

Miri Korenblit says:
====================
wifi: iwlwif: fixes - 2026-07-21

This PR contains quite a few fixes, mostly found by LLMs. Notably:
- missing validation of TLVs length
- missing validation on the revision of BIOS tables
- missing validation of fw responses length
- protect against double free of RX pointers
- avoid double deregistration of the tzone core
- validate fields in FW responses before using them
- fix off-by-one in WLAN_EID_EXT_CAPABILITY parsing
- Add missing support for UNII-9
====================

Signed-off-by: Johannes Berg <johannes.berg@intel.com>