Hi, So, I thought we'd not have anything, but clearly wasn't fully aware of what the drivers were doing, and then also syzbot came up with _another_ complaint about __counted_by(), at which point I took a closer look and just removed it there (with all the reasons in the commit message.) Fingers crossed that's it :) Please pull and let us know if there's any problem. Thanks, johannes The following changes since commit c7979c3917fa1326dae3607e1c6a04c12057b194: Merge tag 'net-6.16-rc6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (2025-07-11 10:18:51 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless.git tags/wireless-2025-07-17 for you to fetch changes up to bbc19fef578970158847a41d9b6b6b218034b8c2: Merge tag 'iwlwifi-fixes-2025-07-15' of https://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next (2025-07-15 13:07:43 +0200) ---------------------------------------------------------------- Couple of fixes: - ath12k performance regression from -rc1 - cfg80211 counted_by() removal for scan request as it doesn't match usage and keeps complaining - iwlwifi crash with certain older devices - iwlwifi missing an error path unlock - iwlwifi compatibility with certain BIOS updates ---------------------------------------------------------------- Johannes Berg (4): wifi: iwlwifi: pcie: fix locking on invalid TOP reset Merge tag 'ath-current-20250714' of git://git.kernel.org/pub/scm/linux/kernel/git/ath/ath wifi: cfg80211: remove scan request n_channels counted_by Merge tag 'iwlwifi-fixes-2025-07-15' of https://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next Nithyanantham Paramasivam (1): wifi: ath12k: Fix packets received in WBM error ring with REO LUT enabled Pagadala Yesu Anjaneyulu (1): wifi: iwlwifi: mask reserved bits in chan_state_active_bitmap Ville Syrjälä (1): wifi: iwlwifi: Fix botched indexing conversion drivers/net/wireless/ath/ath12k/dp_rx.c | 3 ++- drivers/net/wireless/intel/iwlwifi/fw/api/nvm-reg.h | 5 +++-- drivers/net/wireless/intel/iwlwifi/fw/regulatory.c | 1 + drivers/net/wireless/intel/iwlwifi/mld/regulatory.c | 4 +++- drivers/net/wireless/intel/iwlwifi/pcie/trans-gen2.c | 6 ++++-- drivers/net/wireless/intel/iwlwifi/pcie/tx.c | 8 ++++---- include/net/cfg80211.h | 2 +- 7 files changed, 18 insertions(+), 11 deletions(-)