mbox series

pull-request: mac80211 2021-10-27

Message ID 20211027143756.91711-1-johannes@sipsolutions.net (mailing list archive)
State Accepted
Commit afe8ca110cf4c99dee7b31473eacb56b72944df4
Headers show
Series pull-request: mac80211 2021-10-27 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git tags/mac80211-for-net-2021-10-27

Checks

Context Check Description
netdev/tree_selection success Series ignored based on subject

Message

Johannes Berg Oct. 27, 2021, 2:37 p.m. UTC
Hi,

Two more fixes. Both issues have been around for a while though.

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

Thanks,
johannes



The following changes since commit 95a359c9553342d36d408d35331ff0bfce75272f:

  net: ethernet: microchip: lan743x: Fix dma allocation failure by using dma_set_mask_and_coherent (2021-10-24 13:38:56 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git tags/mac80211-for-net-2021-10-27

for you to fetch changes up to 689a0a9f505f7bffdefe6f17fddb41c8ab6344f6:

  cfg80211: correct bridge/4addr mode check (2021-10-25 15:23:20 +0200)

----------------------------------------------------------------
Two fixes:
 * bridge vs. 4-addr mode check was wrong
 * management frame registrations locking was
   wrong, causing list corruption/crashes

----------------------------------------------------------------
Janusz Dziedzic (1):
      cfg80211: correct bridge/4addr mode check

Johannes Berg (1):
      cfg80211: fix management registrations locking

 include/net/cfg80211.h |  2 --
 net/wireless/core.c    |  2 +-
 net/wireless/core.h    |  2 ++
 net/wireless/mlme.c    | 26 ++++++++++++++------------
 net/wireless/util.c    | 14 +++++++-------
 5 files changed, 24 insertions(+), 22 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Oct. 27, 2021, 3:50 p.m. UTC | #1
Hello:

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

On Wed, 27 Oct 2021 16:37:55 +0200 you wrote:
> Hi,
> 
> Two more fixes. Both issues have been around for a while though.
> 
> Please pull and let me know if there's any problem.
> 
> Thanks,
> johannes
> 
> [...]

Here is the summary with links:
  - pull-request: mac80211 2021-10-27
    https://git.kernel.org/netdev/net/c/afe8ca110cf4

You are awesome, thank you!