From patchwork Wed Dec 19 08:49:41 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Johannes Berg X-Patchwork-Id: 10736911 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 CABAF1850 for ; Wed, 19 Dec 2018 08:49:53 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id BB4342AD33 for ; Wed, 19 Dec 2018 08:49:53 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id AFB3E2AD3F; Wed, 19 Dec 2018 08:49:53 +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 285582AD33 for ; Wed, 19 Dec 2018 08:49:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728336AbeLSItv (ORCPT ); Wed, 19 Dec 2018 03:49:51 -0500 Received: from s3.sipsolutions.net ([144.76.43.62]:54554 "EHLO sipsolutions.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725294AbeLSItu (ORCPT ); Wed, 19 Dec 2018 03:49:50 -0500 Received: by sipsolutions.net with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.91) (envelope-from ) id 1gZXY4-0004og-2M; Wed, 19 Dec 2018 09:49:48 +0100 From: Johannes Berg To: David Miller Cc: netdev@vger.kernel.org, linux-wireless@vger.kernel.org Subject: pull-request: mac80211 2018-12-19 Date: Wed, 19 Dec 2018 09:49:41 +0100 Message-Id: <20181219084942.8245-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, It's getting late in the cycle, so I don't know if you still want to take these in, but we have three fixes for kernel crashes we've seen at least here at Intel. Please pull and let me know if there's any problem. Thanks, johannes The following changes since commit a5f3932646a74e690ed532a1f421f75c3b8cf1ec: net: dsa: mv88e6xxx: set ethtool regs version (2018-12-17 23:29:00 -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-19 for you to fetch changes up to 34b1e0e9efe101822e83cc62d22443ed3867ae7a: mac80211: free skb fraglist before freeing the skb (2018-12-19 09:40:17 +0100) ---------------------------------------------------------------- Just three fixes: * fix a memory leak in an error path * fix TXQs in interface teardown * free fraglist if we used it internally before returning SKB ---------------------------------------------------------------- Johannes Berg (1): nl80211: fix memory leak if validate_pae_over_nl80211() fails Sara Sharon (2): mac80211: fix a kernel panic when TXing after TXQ teardown mac80211: free skb fraglist before freeing the skb net/mac80211/iface.c | 3 +++ net/mac80211/main.c | 2 -- net/mac80211/status.c | 5 +++++ net/wireless/nl80211.c | 4 +++- 4 files changed, 11 insertions(+), 3 deletions(-)