mbox series

pull-request: wireless-2023-08-22

Message ID 20230822124206.43926-2-johannes@sipsolutions.net (mailing list archive)
State Not Applicable
Delegated to: Kalle Valo
Headers show
Series pull-request: wireless-2023-08-22 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless.git tags/wireless-2023-08-22

Message

Johannes Berg Aug. 22, 2023, 12:42 p.m. UTC
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(-)

Comments

Jakub Kicinski Aug. 22, 2023, 10:15 p.m. UTC | #1
On Tue, 22 Aug 2023 14:42:07 +0200 Johannes Berg wrote:
> 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.

Pulled, thanks!