Hi, We have two more fixes - one stack and one driver - for the current cycle. I think the Kconfig fix would be appreciated more than the other, but if anyone runs with UBSAN they may find this problem as well. Please pull and let me know if there's any problem. Thanks, johannes The following changes since commit 06f2ab86a5b6ed55f013258de4be9319841853ea: wifi: ath12k: Fix buffer overflow when scanning with extraie (2023-08-09 14:44:14 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless.git tags/wireless-2023-08-22 for you to fetch changes up to b98c16107cc1647242abbd11f234c05a3a5864f6: wifi: mac80211: limit reorder_buf_filtered to avoid UBSAN warning (2023-08-21 09:49:54 +0200) ---------------------------------------------------------------- Two fixes: * reorder buffer filter checks can cause bad shift/UBSAN warning with newer HW, avoid the check (mac80211) * add Kconfig dependency for iwlwifi for PTP clock usage ---------------------------------------------------------------- Ping-Ke Shih (1): wifi: mac80211: limit reorder_buf_filtered to avoid UBSAN warning Randy Dunlap (1): wifi: iwlwifi: mvm: add dependency for PTP clock drivers/net/wireless/intel/iwlwifi/Kconfig | 1 + include/net/mac80211.h | 1 + net/mac80211/rx.c | 12 ++++++++++-- 3 files changed, 12 insertions(+), 2 deletions(-)