From patchwork Wed Dec 5 14:29:34 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Johannes Berg X-Patchwork-Id: 10714269 X-Patchwork-Delegate: kvalo@adurom.com Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 2D63313BB for ; Wed, 5 Dec 2018 14:29:54 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 1CA692D0D3 for ; Wed, 5 Dec 2018 14:29:54 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 107942D111; Wed, 5 Dec 2018 14:29:54 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 6C5562D0D3 for ; Wed, 5 Dec 2018 14:29:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727645AbeLEO3w (ORCPT ); Wed, 5 Dec 2018 09:29:52 -0500 Received: from s3.sipsolutions.net ([144.76.43.62]:41360 "EHLO sipsolutions.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727606AbeLEO3v (ORCPT ); Wed, 5 Dec 2018 09:29:51 -0500 Received: by sipsolutions.net with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.91) (envelope-from ) id 1gUYBQ-0000Sn-OS; Wed, 05 Dec 2018 15:29:48 +0100 From: Johannes Berg To: David Miller Cc: netdev@vger.kernel.org, linux-wireless@vger.kernel.org Subject: pull-request: mac80211 2018-12-05 Date: Wed, 5 Dec 2018 15:29:34 +0100 Message-Id: <20181205142935.29088-1-johannes@sipsolutions.net> X-Mailer: git-send-email 2.17.2 Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Hi Dave, As per the below summary / shortlog, we have a few things that should still go into the current release. Please pull and let me know if there's any problem. Thanks, johannes The following changes since commit ea53abfab960909d622ca37bcfb8e1c5378d21cc: bonding/802.3ad: fix link_failure_count tracking (2018-11-04 16:44:44 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git tags/mac80211-for-davem-2018-12-05 for you to fetch changes up to 312ca38ddda64bac6513ec68e0ac3789b4eb44dc: cfg80211: Fix busy loop regression in ieee80211_ie_split_ric() (2018-12-05 12:51:29 +0100) ---------------------------------------------------------------- As it's been a while, we have various fixes for * hwsim * AP mode (client powersave related) * CSA/FTM interaction * a busy loop in IE handling * and similar ---------------------------------------------------------------- Alexey Khoroshilov (1): mac80211_hwsim: fix module init error paths for netlink Ben Greear (1): mac80211: Clear beacon_int in ieee80211_do_stop Emmanuel Grumbach (1): mac80211: ignore NullFunc frames in the duplicate detection Felix Fietkau (2): mac80211: ignore tx status for PS stations in ieee80211_tx_status_ext mac80211: fix reordering of buffered broadcast packets Johannes Berg (2): cfg80211/mac80211: fix FTM settings across CSA mac80211: fix CSA beacon allocation size Jouni Malinen (1): cfg80211: Fix busy loop regression in ieee80211_ie_split_ric() Sergey Matyukevich (1): cfg80211: add missing constraint for user-supplied VHT mask Sriram R (1): cfg80211: Prevent regulatory restore during STA disconnect in concurrent interfaces Vasyl Vavrychuk (1): mac80211_hwsim: Timer should be initialized before device registered Wei Yongjun (1): mac80211: fix missing unlock on error in ieee80211_mark_sta_auth() Yan-Hsuan Chuang (1): mac80211: fix GFP_KERNEL under tasklet context drivers/net/wireless/mac80211_hwsim.c | 20 +++++++++++--------- net/mac80211/cfg.c | 7 ++++--- net/mac80211/iface.c | 2 ++ net/mac80211/mlme.c | 12 ++++++++---- net/mac80211/rx.c | 5 +++-- net/mac80211/status.c | 2 ++ net/mac80211/tx.c | 4 ++-- net/wireless/mlme.c | 4 ++-- net/wireless/nl80211.c | 1 + net/wireless/sme.c | 8 +++++++- net/wireless/util.c | 2 ++ 11 files changed, 44 insertions(+), 23 deletions(-)