mbox series

pull-request: wireless-2024-02-14

Message ID 20240214184326.132813-3-johannes@sipsolutions.net (mailing list archive)
State Accepted
Commit 63a3dd6e62c8c4e7a80d8531da2a7faa94772178
Headers show
Series pull-request: wireless-2024-02-14 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless.git tags/wireless-2024-02-14

Checks

Context Check Description
netdev/tree_selection success Pull request for net
netdev/build_32bit success Errors and warnings before: 976 this patch: 976
netdev/build_tools success No tools touched, skip
netdev/build_clang success Errors and warnings before: 993 this patch: 993
netdev/verify_signedoff success Signed-off-by tag matches author and committer
netdev/verify_fixes success Fixes tag looks correct
netdev/build_allmodconfig_warn success Errors and warnings before: 993 this patch: 993
netdev/build_clang_rust success No Rust files in patch. Skipping build
netdev/contest success net-next-2024-02-15--00-00 (tests: 1443)

Message

Johannes Berg Feb. 14, 2024, 6:41 p.m. UTC
Hi,

So this came later than I wanted, I simply forgot earlier.
Not much to say about it, just a handful of fixes, mostly
in iwlwifi.

As reported by Stephen earlier, this has a conflict against
-next material, but once pulled into net I plan on pulling
it into wireless-next to resolve that.

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

Thanks,
johannes



The following changes since commit 0647903efbc84b772325b4d24d9487e24d6d1e03:

  wifi: mt76: mt7996: fix fortify warning (2024-02-05 20:00:45 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless.git tags/wireless-2024-02-14

for you to fetch changes up to b7198383ef2debe748118996f627452281cf27d7:

  wifi: iwlwifi: mvm: fix a crash when we run out of stations (2024-02-08 14:55:39 +0100)

----------------------------------------------------------------
Valentine's day edition, with just few fixes because
that's how we love it ;-)

iwlwifi:
 - correct A3 in A-MSDUs
 - fix crash when operating as AP and running out of station
   slots to use
 - clear link ID to correct some later checks against it
 - fix error codes in SAR table loading
 - fix error path in PPAG table read

mac80211:
 - reload a pointer after SKB may have changed
   (only in certain monitor inject mode scenarios)

----------------------------------------------------------------
Dan Carpenter (2):
      wifi: iwlwifi: Fix some error codes
      wifi: iwlwifi: uninitialized variable in iwl_acpi_get_ppag_table()

Daniel Gabay (1):
      wifi: iwlwifi: mvm: use correct address 3 in A-MSDU

Emmanuel Grumbach (1):
      wifi: iwlwifi: mvm: fix a crash when we run out of stations

Johannes Berg (1):
      wifi: mac80211: reload info pointer in ieee80211_tx_dequeue()

Miri Korenblit (1):
      wifi: iwlwifi: clear link_id in time_event

 drivers/net/wireless/intel/iwlwifi/fw/acpi.c       | 15 +++--
 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c  |  3 +
 drivers/net/wireless/intel/iwlwifi/mvm/rxmq.c      |  4 ++
 .../net/wireless/intel/iwlwifi/mvm/time-event.c    |  3 +-
 drivers/net/wireless/intel/iwlwifi/mvm/tx.c        | 69 ++++++++++++++++++----
 net/mac80211/tx.c                                  |  5 +-
 6 files changed, 80 insertions(+), 19 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Feb. 15, 2024, 2 a.m. UTC | #1
Hello:

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

On Wed, 14 Feb 2024 19:41:42 +0100 you wrote:
> Hi,
> 
> So this came later than I wanted, I simply forgot earlier.
> Not much to say about it, just a handful of fixes, mostly
> in iwlwifi.
> 
> As reported by Stephen earlier, this has a conflict against
> -next material, but once pulled into net I plan on pulling
> it into wireless-next to resolve that.
> 
> [...]

Here is the summary with links:
  - pull-request: wireless-2024-02-14
    https://git.kernel.org/netdev/net/c/63a3dd6e62c8

You are awesome, thank you!