mbox series

pull-request: mac80211 2019-10-01

Message ID 20191001160117.13628-1-johannes@sipsolutions.net (mailing list archive)
State Not Applicable
Delegated to: Johannes Berg
Headers show
Series pull-request: mac80211 2019-10-01 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git tags/mac80211-for-davem-2019-10-01

Message

Johannes Berg Oct. 1, 2019, 4:01 p.m. UTC
Hi Dave,

Here's a list of fixes - the BHs disabled one has been reported
multiple times, and the SSID/MBSSID ordering one has over-the-air
security implementations.

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

Thanks,
johannes



The following changes since commit 68ce6688a5baefde30914fc07fc27292dbbe8320:

  net: sched: taprio: Fix potential integer overflow in taprio_set_picos_per_byte (2019-09-30 18:32:20 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git tags/mac80211-for-davem-2019-10-01

for you to fetch changes up to d8dec42b5c2d2b273bc30b0e073cfbe832d69902:

  mac80211: keep BHs disabled while calling drv_tx_wake_queue() (2019-10-01 17:56:19 +0200)

----------------------------------------------------------------
A small list of fixes this time:
 * two null pointer dereference fixes
 * a fix for preempt-enabled/BHs-enabled (lockdep) splats
   (that correctly pointed out a bug)
 * a fix for multi-BSSID ordering assumptions
 * a fix for the EDMG support, on-stack chandefs need to
   be initialized properly (now that they're bigger)
 * beacon (head) data from userspace should be validated

----------------------------------------------------------------
Johannes Berg (4):
      nl80211: validate beacon head
      cfg80211: validate SSID/MBSSID element ordering assumption
      cfg80211: initialize on-stack chandefs
      mac80211: keep BHs disabled while calling drv_tx_wake_queue()

Miaoqing Pan (2):
      nl80211: fix null pointer dereference
      mac80211: fix txq null pointer dereference

 net/mac80211/debugfs_netdev.c | 11 +++++++++--
 net/mac80211/util.c           | 13 ++++++++-----
 net/wireless/nl80211.c        | 44 ++++++++++++++++++++++++++++++++++++++++---
 net/wireless/reg.c            |  2 +-
 net/wireless/scan.c           |  7 ++++++-
 net/wireless/wext-compat.c    |  2 +-
 6 files changed, 66 insertions(+), 13 deletions(-)

Comments

David Miller Oct. 1, 2019, 4:29 p.m. UTC | #1
From: Johannes Berg <johannes@sipsolutions.net>
Date: Tue,  1 Oct 2019 18:01:16 +0200

> Here's a list of fixes - the BHs disabled one has been reported
> multiple times, and the SSID/MBSSID ordering one has over-the-air
> security implementations.
> 
> Please pull and let me know if there's any problem.

Pulled and build testing, thanks Johannes.