mbox series

pull-request: wireless-2023-08-09

Message ID 20230809124818.167432-2-johannes@sipsolutions.net (mailing list archive)
State Mainlined
Headers show
Series pull-request: wireless-2023-08-09 | expand

Pull-request

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

Message

Johannes Berg Aug. 9, 2023, 12:48 p.m. UTC
Hi,

So I'm back, and we had a security fix pending for an
issue reported to security@kernel.org, but Greg hadn't
gotten around to applying it, so I'm handling it here.
Also, covering for Kalle, some driver fixes. Since we
want things routed to the right place I also included
a couple of maintainer updates, but to be honest now
I'm starting to have second thoughts about it. Oh well.

In any case, nothing major here, and I don't see much
else coming right now, except there this:
https://lore.kernel.org/linux-wireless/20230809073432.4193-1-johan+linaro@kernel.org/
and I'm really not sure what to do - breaks one thing
as is, breaks another if the code is restored ... I'm
hoping somebody from Qualcomm (other than Kalle) will
take a look, and Manikanta did, but nothing yet. So
I'm holding that back for now.

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

Thanks,
johannes



The following changes since commit 16e455a465fca91907af0108f3d013150386df30:

  wifi: brcmfmac: Fix field-spanning write in brcmf_scan_params_v2_to_v1() (2023-08-02 13:34:16 +0300)

are available in the Git repository at:

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

for you to fetch changes up to 06f2ab86a5b6ed55f013258de4be9319841853ea:

  wifi: ath12k: Fix buffer overflow when scanning with extraie (2023-08-09 14:44:14 +0200)

----------------------------------------------------------------
Just a few small updates:
 * fix an integer overflow in nl80211
 * fix rtw89 8852AE disconnections
 * fix a buffer overflow in ath12k
 * fix AP_VLAN configuration lookups
 * fix allocation failure handling in brcm80211
 * update MAINTAINERS for some drivers

----------------------------------------------------------------
Felix Fietkau (1):
      wifi: cfg80211: fix sband iftype data lookup for AP_VLAN

Keith Yeo (1):
      wifi: nl80211: fix integer overflow in nl80211_parse_mbssid_elems()

Larry Finger (2):
      MAINTAINERS: Update entry for rtl8187
      MAINTAINERS: Remove tree entry for rtl8180

Petr Tesarik (1):
      wifi: brcm80211: handle params_v1 allocation failure

Ping-Ke Shih (1):
      wifi: rtw89: fix 8852AE disconnection caused by RX full flags

Wen Gong (1):
      wifi: ath12k: Fix buffer overflow when scanning with extraie

 MAINTAINERS                                                 | 5 +----
 drivers/net/wireless/ath/ath12k/wmi.c                       | 3 +--
 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c | 5 +++++
 drivers/net/wireless/realtek/rtw89/mac.c                    | 2 +-
 include/net/cfg80211.h                                      | 3 +++
 net/wireless/nl80211.c                                      | 5 ++++-
 6 files changed, 15 insertions(+), 8 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Aug. 9, 2023, 10:20 p.m. UTC | #1
Hello:

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

On Wed,  9 Aug 2023 14:48:19 +0200 you wrote:
> Hi,
> 
> So I'm back, and we had a security fix pending for an
> issue reported to security@kernel.org, but Greg hadn't
> gotten around to applying it, so I'm handling it here.
> Also, covering for Kalle, some driver fixes. Since we
> want things routed to the right place I also included
> a couple of maintainer updates, but to be honest now
> I'm starting to have second thoughts about it. Oh well.
> 
> [...]

Here is the summary with links:
  - pull-request: wireless-2023-08-09
    https://git.kernel.org/netdev/net/c/15c8795dbff8

You are awesome, thank you!