mbox series

pull-request: mac80211 2020-06-08

Message ID 20200608080834.11576-1-johannes@sipsolutions.net (mailing list archive)
State Not Applicable
Headers show
Series pull-request: mac80211 2020-06-08 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git tags/mac80211-for-davem-2020-06-08

Message

Johannes Berg June 8, 2020, 8:08 a.m. UTC
Hi Dave,

We have a couple of updates - most importantly the fix
for the deadlock issue that came up.

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

Thanks,
johannes



The following changes since commit 98749b7188affbf2900c2aab704a8853901d1139:

  yam: fix possible memory leak in yam_init_driver (2020-06-04 15:58:41 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git tags/mac80211-for-davem-2020-06-08

for you to fetch changes up to 59d4bfc1e2c09435d91c980b03f7b72ce6e9f24e:

  net: fix wiki website url mac80211 and wireless files (2020-06-08 10:06:05 +0200)

----------------------------------------------------------------
Just a small update:
 * fix the deadlock on rfkill/wireless removal that a few
   people reported
 * fix an uninitialized variable
 * update wiki URLs

----------------------------------------------------------------
Flavio Suligoi (3):
      doc: networking: wireless: fix wiki website url
      include: fix wiki website url in netlink interface header
      net: fix wiki website url mac80211 and wireless files

Johannes Berg (2):
      cfg80211: fix management registrations deadlock
      mac80211: initialize return flags in HE 6 GHz operation parsing

 Documentation/networking/mac80211-injection.rst |  2 +-
 Documentation/networking/regulatory.rst         |  6 +++---
 include/net/cfg80211.h                          |  5 +++--
 include/uapi/linux/nl80211.h                    |  2 +-
 net/mac80211/mlme.c                             |  2 ++
 net/mac80211/rx.c                               |  2 +-
 net/wireless/Kconfig                            |  2 +-
 net/wireless/core.c                             |  6 +++---
 net/wireless/core.h                             |  2 ++
 net/wireless/mlme.c                             | 26 ++++++++++++++++++++-----
 10 files changed, 38 insertions(+), 17 deletions(-)

Comments

David Miller June 9, 2020, 12:14 a.m. UTC | #1
From: Johannes Berg <johannes@sipsolutions.net>
Date: Mon,  8 Jun 2020 10:08:32 +0200

> We have a couple of updates - most importantly the fix
> for the deadlock issue that came up.
> 
> Please pull and let me know if there's any problem.

Pulled, thanks Johannes.