mbox series

pull-request: wireless-2024-07-26

Message ID 20240726122638.942420-3-johannes@sipsolutions.net (mailing list archive)
State Handled Elsewhere
Headers show
Series pull-request: wireless-2024-07-26 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless.git tags/wireless-2024-07-26

Message

Johannes Berg July 26, 2024, 12:24 p.m. UTC
Hi,

So, given netdevconf last week, and vacations etc., I'm sending
now a couple of more urgent/obvious fixes. Next week Kalle will
be around again I think, so he'll probably have more fixes for
drivers then, but I figured I'd get a few obvious ones out.

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

Thanks,
johannes



The following changes since commit 1722389b0d863056d78287a120a1d6cadb8d4f7b:

  Merge tag 'net-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (2024-07-25 13:32:25 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless.git tags/wireless-2024-07-26

for you to fetch changes up to a47f3320bb4ba6714abe8dddb36399367b491358:

  wifi: ath12k: fix soft lockup on suspend (2024-07-26 12:38:10 +0200)

----------------------------------------------------------------
Couple of more urgent fixes:
 * ath12k: wowlan loop iteration issue
 * ath12k: fix soft lockup on suspend in certain scenarios
 * mt76: fix crash when removing an interface
 * mac80211: fix injection crash with some drivers that
   don't want monitor vif
 * cfg80211: fix S1G beacon parsing in scan
 * cfg80211: fix MLO link status reporting on connect

----------------------------------------------------------------
Baochen Qiang (1):
      wifi: ath12k: fix reusing outside iterator in ath12k_wow_vif_set_wakeups()

Johan Hovold (1):
      wifi: ath12k: fix soft lockup on suspend

Johannes Berg (2):
      wifi: mac80211: use monitor sdata with driver only if desired
      wifi: cfg80211: correct S1G beacon length calculation

Sean Wang (1):
      wifi: mt76: mt7921: fix null pointer access in mt792x_mac_link_bss_remove

Veerendranath Jakkam (1):
      wifi: cfg80211: fix reporting failed MLO links status with cfg80211_connect_done

 drivers/net/wireless/ath/ath12k/pci.c            |  3 ++-
 drivers/net/wireless/ath/ath12k/wow.c            |  8 ++++----
 drivers/net/wireless/mediatek/mt76/mt7921/main.c |  1 +
 net/mac80211/cfg.c                               |  7 +++++--
 net/mac80211/tx.c                                |  5 +++--
 net/mac80211/util.c                              |  2 +-
 net/wireless/scan.c                              | 11 ++++++++---
 net/wireless/sme.c                               |  1 +
 8 files changed, 25 insertions(+), 13 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org July 27, 2024, 1:30 a.m. UTC | #1
Hello:

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

On Fri, 26 Jul 2024 14:24:39 +0200 you wrote:
> Hi,
> 
> So, given netdevconf last week, and vacations etc., I'm sending
> now a couple of more urgent/obvious fixes. Next week Kalle will
> be around again I think, so he'll probably have more fixes for
> drivers then, but I figured I'd get a few obvious ones out.
> 
> [...]

Here is the summary with links:
  - pull-request: wireless-2024-07-26
    https://git.kernel.org/netdev/net/c/f99d93de93c2

You are awesome, thank you!