From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-13.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id AF305ECE58A for ; Tue, 1 Oct 2019 16:01:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 817122053B for ; Tue, 1 Oct 2019 16:01:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389831AbfJAQBc (ORCPT ); Tue, 1 Oct 2019 12:01:32 -0400 Received: from s3.sipsolutions.net ([144.76.43.62]:36858 "EHLO sipsolutions.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732809AbfJAQBc (ORCPT ); Tue, 1 Oct 2019 12:01:32 -0400 Received: by sipsolutions.net with esmtpsa (TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.92.2) (envelope-from ) id 1iFKaa-0004tD-LK; Tue, 01 Oct 2019 18:01:24 +0200 From: Johannes Berg To: David Miller 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 Message-Id: <20191001160117.13628-1-johannes@sipsolutions.net> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org 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(-)