linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Johannes Berg <johannes@sipsolutions.net>
To: David Miller <davem@davemloft.net>
Cc: netdev@vger.kernel.org, linux-wireless@vger.kernel.org
Subject: pull-request: mac80211 2019-10-01
Date: Tue,  1 Oct 2019 18:01:16 +0200	[thread overview]
Message-ID: <20191001160117.13628-1-johannes@sipsolutions.net> (raw)

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


             reply	other threads:[~2019-10-01 16:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-01 16:01 Johannes Berg [this message]
2019-10-01 16:29 ` pull-request: mac80211 2019-10-01 David Miller

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=20191001160117.13628-1-johannes@sipsolutions.net \
    --to=johannes@sipsolutions.net \
    --cc=davem@davemloft.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).