mbox series

pull-request: wireless-2023-03-30

Message ID 20230330203313.919164-1-johannes@sipsolutions.net (mailing list archive)
State Not Applicable
Headers show
Series pull-request: wireless-2023-03-30 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless.git tags/wireless-2023-03-30

Message

Johannes Berg March 30, 2023, 8:33 p.m. UTC
Hi,

Here's a small set of fixes for the net. Most of the
issues are relatively new.

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

Thanks,
johannes



The following changes since commit f355f70145744518ca1d9799b42f4a8da9aa0d36:

  wifi: mac80211: fix mesh path discovery based on unicast packets (2023-03-22 13:46:46 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless.git tags/wireless-2023-03-30

for you to fetch changes up to 12b220a6171faf10638ab683a975cadcf1a352d6:

  wifi: mac80211: fix invalid drv_sta_pre_rcu_remove calls for non-uploaded sta (2023-03-30 11:19:53 +0200)

----------------------------------------------------------------
Just a few fixes:
 * fix size calculation for EHT element to put into SKBs
 * remove erroneous pre-RCU calls for drivers not using sta_state calls
 * fix mesh forwarding and non-forwarding RX
 * fix mesh flow dissection
 * fix a potential NULL dereference on A-MSDU RX w/o station
 * make two variable non-static that really shouldn't be static

----------------------------------------------------------------
Felix Fietkau (6):
      wifi: mac80211: drop bogus static keywords in A-MSDU rx
      wifi: mac80211: fix potential null pointer dereference
      wifi: mac80211: fix receiving mesh packets in forwarding=0 networks
      wifi: mac80211: fix mesh forwarding
      wifi: mac80211: fix flow dissection for forwarded packets
      wifi: mac80211: fix invalid drv_sta_pre_rcu_remove calls for non-uploaded sta

Ryder Lee (1):
      wifi: mac80211: fix the size calculation of ieee80211_ie_len_eht_cap()

 net/mac80211/rx.c       | 29 ++++++++++++++++-------------
 net/mac80211/sta_info.c |  3 ++-
 net/mac80211/util.c     |  2 +-
 3 files changed, 19 insertions(+), 15 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org March 31, 2023, 7 a.m. UTC | #1
Hello:

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

On Thu, 30 Mar 2023 22:33:12 +0200 you wrote:
> Hi,
> 
> Here's a small set of fixes for the net. Most of the
> issues are relatively new.
> 
> Please pull and let me know if there's any problem.
> 
> [...]

Here is the summary with links:
  - pull-request: wireless-2023-03-30
    https://git.kernel.org/netdev/net/c/6b36d68cc9bb

You are awesome, thank you!