From patchwork Fri Apr 26 09:07:46 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Johannes Berg X-Patchwork-Id: 10918909 X-Patchwork-Delegate: johannes@sipsolutions.net 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 E42C092A for ; Fri, 26 Apr 2019 09:08:03 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D37D528AB9 for ; Fri, 26 Apr 2019 09:08:03 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id C6D1328DC0; Fri, 26 Apr 2019 09:08:03 +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 7D0AB28AB9 for ; Fri, 26 Apr 2019 09:08:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726257AbfDZJIB (ORCPT ); Fri, 26 Apr 2019 05:08:01 -0400 Received: from s3.sipsolutions.net ([144.76.43.62]:53824 "EHLO sipsolutions.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725881AbfDZJIB (ORCPT ); Fri, 26 Apr 2019 05:08:01 -0400 Received: by sipsolutions.net with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1hJwpq-00074v-76; Fri, 26 Apr 2019 11:07:58 +0200 From: Johannes Berg To: David Miller Cc: netdev@vger.kernel.org, linux-wireless@vger.kernel.org Subject: pull-request: mac80211 2019-04-26 Date: Fri, 26 Apr 2019 11:07:46 +0200 Message-Id: <20190426090747.20949-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, Just have a few more stragglers, looks like things have quieted down. Please pull and let me know if there's any problem. Thanks, johannes The following changes since commit c03fd0171ba6c8807ff5ba7c797896c84e18f3bc: Merge tag 'mac80211-for-davem-2019-04-09' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 (2019-04-09 10:57:10 -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-04-26 for you to fetch changes up to 517879147493a5e1df6b89a50f708f1133fcaddb: mac80211: don't attempt to rename ERR_PTR() debugfs dirs (2019-04-23 13:47:05 +0200) ---------------------------------------------------------------- * fix use-after-free in mac80211 TXQs * fix RX STBC byte order * fix debugfs rename crashing due to ERR_PTR() * fix missing regulatory notification ---------------------------------------------------------------- Bhagavathi Perumal S (1): mac80211: Fix kernel panic due to use of txq after free Johannes Berg (2): mac80211: fix RX STBC override byte order mac80211: don't attempt to rename ERR_PTR() debugfs dirs Sriram R (1): cfg80211: Notify previous user request during self managed wiphy registration net/mac80211/debugfs_netdev.c | 2 +- net/mac80211/ht.c | 5 +++-- net/mac80211/iface.c | 3 +++ net/wireless/reg.c | 5 ++--- 4 files changed, 9 insertions(+), 6 deletions(-)