mbox series

pull-request: wireless-2022-09-27

Message ID 20220927135923.45312-1-johannes@sipsolutions.net
State New
Headers show
Series pull-request: wireless-2022-09-27 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless.git tags/wireless-2022-09-27

Message

Johannes Berg Sept. 27, 2022, 1:59 p.m. UTC
Hi,

So I was out for plugfest, and a couple of things accumulated.
I know it's getting late, but these seem important, some are
fixes for reported regressions, some are locking bugs, and a
memory corruption with some drivers is also there ...

Please pull and let me know if there's any problem.

Thanks,
johannes



The following changes since commit 781b80f452fcc1cfc16ee41f12556626a9ced049:

  wifi: mt76: fix 5 GHz connection regression on mt76x0/mt76x2 (2022-09-12 14:26:02 +0300)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless.git tags/wireless-2022-09-27

for you to fetch changes up to 6546646a7fb0d7fe1caef947889497c16aaecc8c:

  wifi: mac80211: mlme: Fix double unlock on assoc success handling (2022-09-27 10:34:45 +0200)

----------------------------------------------------------------
A few late-comer fixes:
 * locking in mac80211 MLME
 * non-QoS driver crash/regression
 * minstrel memory corruption
 * TX deadlock
 * TX queues not always enabled
 * HE/EHT bitrate calculation

----------------------------------------------------------------
Alexander Wetzel (2):
      wifi: mac80211: don't start TX with fq->lock to fix deadlock
      wifi: mac80211: ensure vif queues are operational after start

Hans de Goede (1):
      wifi: mac80211: fix regression with non-QoS drivers

Paweł Lenkow (1):
      wifi: mac80211: fix memory corruption in minstrel_ht_update_rates()

Rafael Mendonca (2):
      wifi: mac80211: mlme: Fix missing unlock on beacon RX
      wifi: mac80211: mlme: Fix double unlock on assoc success handling

Tamizh Chelvam Raja (1):
      wifi: cfg80211: fix MCS divisor value

 net/mac80211/mlme.c                |  9 ++++++---
 net/mac80211/rc80211_minstrel_ht.c |  6 ++++--
 net/mac80211/status.c              |  2 +-
 net/mac80211/tx.c                  |  4 ++++
 net/mac80211/util.c                | 12 ++++++------
 net/wireless/util.c                |  4 ++--
 6 files changed, 23 insertions(+), 14 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Sept. 28, 2022, midnight UTC | #1
Hello:

This pull request was applied to netdev/net.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Tue, 27 Sep 2022 15:59:22 +0200 you wrote:
> Hi,
> 
> So I was out for plugfest, and a couple of things accumulated.
> I know it's getting late, but these seem important, some are
> fixes for reported regressions, some are locking bugs, and a
> memory corruption with some drivers is also there ...
> 
> [...]

Here is the summary with links:
  - pull-request: wireless-2022-09-27
    https://git.kernel.org/netdev/net/c/44d70bb561da

You are awesome, thank you!