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=-21.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,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 632BAC433E6 for ; Wed, 17 Mar 2021 10:13:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 39EF964F20 for ; Wed, 17 Mar 2021 10:13:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229585AbhCQKNG (ORCPT ); Wed, 17 Mar 2021 06:13:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55606 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229460AbhCQKMo (ORCPT ); Wed, 17 Mar 2021 06:12:44 -0400 Received: from sipsolutions.net (s3.sipsolutions.net [IPv6:2a01:4f8:191:4433::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2C059C06174A; Wed, 17 Mar 2021 03:12:43 -0700 (PDT) Received: by sipsolutions.net with esmtpsa (TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.94) (envelope-from ) id 1lMTAN-00HIqt-Or; Wed, 17 Mar 2021 11:12:39 +0100 From: Johannes Berg To: netdev@vger.kernel.org Cc: linux-wireless@vger.kernel.org Subject: pull-request: mac80211 2021-03-17 Date: Wed, 17 Mar 2021 11:12:34 +0100 Message-Id: <20210317101235.11186-1-johannes@sipsolutions.net> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org Hi Dave, So here's a first set of fixes for the current rc cycle, really nothing major, though the network namespace locking fix is something a few people have been running into. Please pull and let me know if there's any problem. Thanks, johannes The following changes since commit 13832ae2755395b2585500c85b64f5109a44227e: mptcp: fix ADD_ADDR HMAC in case port is specified (2021-03-15 16:43:01 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git tags/mac80211-for-net-2021-03-17 for you to fetch changes up to 239729a21e528466d02f5558936306ffa9314ad1: wireless/nl80211: fix wdev_id may be used uninitialized (2021-03-16 21:20:47 +0100) ---------------------------------------------------------------- First round of fixes for 5.12-rc: * HE (802.11ax) elements can be extended, handle that * fix locking in network namespace changes that was broken due to the RTNL-redux work * various other small fixes ---------------------------------------------------------------- Brian Norris (1): mac80211: Allow HE operation to be longer than expected. Daniel Phan (1): mac80211: Check crypto_aead_encrypt for errors Jarod Wilson (1): wireless/nl80211: fix wdev_id may be used uninitialized Johannes Berg (3): mac80211: fix rate mask reset mac80211: minstrel_ht: remove unused variable 'mg' nl80211: fix locking for wireless device netns change Karthikeyan Kathirvel (1): mac80211: choose first enabled channel for monitor Markus Theil (1): mac80211: fix double free in ibss_leave net/mac80211/aead_api.c | 5 +++-- net/mac80211/aes_gmac.c | 5 +++-- net/mac80211/cfg.c | 4 ++-- net/mac80211/ibss.c | 2 ++ net/mac80211/main.c | 13 ++++++++++++- net/mac80211/mlme.c | 2 +- net/mac80211/rc80211_minstrel_ht.c | 2 -- net/mac80211/util.c | 2 +- net/wireless/nl80211.c | 12 ++++++++---- 9 files changed, 32 insertions(+), 15 deletions(-)