mbox series

pull request: wireless-2025-04-11

Message ID 20250411142354.24419-3-johannes@sipsolutions.net (mailing list archive)
State New
Headers show
Series pull request: wireless-2025-04-11 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless.git tags/wireless-2025-04-11

Checks

Context Check Description
wifibot/tree_selection success Pull request for wireless
wifibot/build_32bit success Errors and warnings before: 522 this patch: 522
wifibot/build_allmodconfig_warn success Errors and warnings before: 15030 this patch: 15030
wifibot/build_clang success Errors and warnings before: 959 this patch: 959
wifibot/build_clang_rust success No Rust files in patch. Skipping build
wifibot/build_tools success No tools touched, skip
wifibot/kdoc success Errors and warnings before: 0 this patch: 0
wifibot/verify_fixes success Fixes tag looks correct
wifibot/verify_signedoff success Signed-off-by tag matches author and committer

Message

Johannes Berg April 11, 2025, 2:22 p.m. UTC
Hi,

So I meant to send this a couple of days ago for -rc2
to get the build fixes in, but on the flip side I had
to revert a fix that caused some other issues, which
was only reported yesterday.

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

Thanks,
johannes



The following changes since commit 1a9239bb4253f9076b5b4b2a1a4e8d7defd77a95:

  Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next (2025-03-26 21:48:21 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless.git tags/wireless-2025-04-11

for you to fetch changes up to 85bf1ae049468d6cdf8f3876819c1f526f10ed92:

  Revert "wifi: mac80211: Update skb's control block key in ieee80211_tx_dequeue()" (2025-04-11 16:17:21 +0200)

----------------------------------------------------------------
Just a handful of fixes, notably
 - iwlwifi: various build warning fixes (e.g. PM_SLEEP)
 - iwlwifi: fix operation when FW reset handshake times out
 - mac80211: drop pending frames on interface down

----------------------------------------------------------------
Abdun Nihaal (3):
      wifi: at76c50x: fix use after free access in at76_disconnect
      wifi: brcmfmac: fix memory leak in brcmf_get_module_param
      wifi: wl1251: fix memory leak in wl1251_tx_work

Arnd Bergmann (1):
      iwlwifi: mld: fix building with CONFIG_PM_SLEEP disabled

Dan Carpenter (1):
      wifi: iwlwifi: mld: silence uninitialized variable warning

Johannes Berg (4):
      wifi: iwlwifi: mld: fix PM_SLEEP -Wundef warning
      wifi: add wireless list to MAINTAINERS
      wifi: iwlwifi: pcie: set state to no-FW before reset handshake
      Revert "wifi: mac80211: Update skb's control block key in ieee80211_tx_dequeue()"

Lukas Wunner (1):
      wifi: iwlwifi: mld: Restart firmware on iwl_mld_no_wowlan_resume() error

Remi Pommarel (2):
      wifi: mac80211: Update skb's control block key in ieee80211_tx_dequeue()
      wifi: mac80211: Purge vif txq in ieee80211_do_stop()

Yedidya Benshimol (1):
      wifi: iwlwifi: mld: reduce scope for uninitialized variable

 MAINTAINERS                                               | 6 ++++++
 drivers/net/wireless/atmel/at76c50x-usb.c                 | 2 +-
 drivers/net/wireless/broadcom/brcm80211/brcmfmac/common.c | 4 +++-
 drivers/net/wireless/intel/iwlwifi/mld/d3.c               | 8 +++-----
 drivers/net/wireless/intel/iwlwifi/mld/debugfs.c          | 2 +-
 drivers/net/wireless/intel/iwlwifi/mld/iface.h            | 2 +-
 drivers/net/wireless/intel/iwlwifi/mld/mac80211.c         | 7 +++++--
 drivers/net/wireless/intel/iwlwifi/pcie/trans-gen2.c      | 8 +++++++-
 drivers/net/wireless/ti/wl1251/tx.c                       | 4 +++-
 net/mac80211/iface.c                                      | 3 +++
 10 files changed, 33 insertions(+), 13 deletions(-)

Comments

Johannes Berg April 11, 2025, 2:29 p.m. UTC | #1
On Fri, 2025-04-11 at 16:22 +0200, Johannes Berg wrote:
> 
> for you to fetch changes up to 85bf1ae049468d6cdf8f3876819c1f526f10ed92:
> 

Oops, I messed up, it really is 0937cb5f345c79d702b4d0d744e2a2529b551cb2.

The tag is correct:

tag wireless-2025-04-11
Tagger: Johannes Berg <johannes.berg@intel.com>
Date:   Fri Apr 11 16:24:22 2025 +0200

Just a handful of fixes, notably
 - iwlwifi: various build warning fixes (e.g. PM_SLEEP)
 - iwlwifi: fix operation when FW reset handshake times out
 - mac80211: drop pending frames on interface down
-----BEGIN PGP SIGNATURE-----
...
-----END PGP SIGNATURE-----

commit 0937cb5f345c79d702b4d0d744e2a2529b551cb2 (tag: wireless-2025-04-11, wireless/main, wireless/HEAD)
...

johannes
patchwork-bot+netdevbpf@kernel.org April 11, 2025, 11:50 p.m. UTC | #2
Hello:

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

On Fri, 11 Apr 2025 16:22:42 +0200 you wrote:
> Hi,
> 
> So I meant to send this a couple of days ago for -rc2
> to get the build fixes in, but on the flip side I had
> to revert a fix that caused some other issues, which
> was only reported yesterday.
> 
> [...]

Here is the summary with links:
  - pull request: wireless-2025-04-11
    https://git.kernel.org/netdev/net/c/e861041e976b

You are awesome, thank you!