All of lore.kernel.org
 help / color / mirror / Atom feed
From: Johannes Berg <johannes@sipsolutions.net>
To: netdev@vger.kernel.org
Cc: linux-wireless@vger.kernel.org
Subject: pull-request: mac80211 2021-10-27
Date: Wed, 27 Oct 2021 16:37:55 +0200	[thread overview]
Message-ID: <20211027143756.91711-1-johannes@sipsolutions.net> (raw)

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(-)


             reply	other threads:[~2021-10-27 14:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-27 14:37 Johannes Berg [this message]
2021-10-27 15:50 ` pull-request: mac80211 2021-10-27 patchwork-bot+netdevbpf

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211027143756.91711-1-johannes@sipsolutions.net \
    --to=johannes@sipsolutions.net \
    --cc=linux-wireless@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.