Message ID | 20190418121544.32040-1-luca@coelho.fi (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-wireless-owner@kernel.org> 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 7E4A71850 for <patchwork-linux-wireless@patchwork.kernel.org>; Thu, 18 Apr 2019 12:15:54 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 65C9628C0D for <patchwork-linux-wireless@patchwork.kernel.org>; Thu, 18 Apr 2019 12:15:54 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 5A3F328C0F; Thu, 18 Apr 2019 12:15: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 F386E28C0D for <patchwork-linux-wireless@patchwork.kernel.org>; Thu, 18 Apr 2019 12:15:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388903AbfDRMPx (ORCPT <rfc822;patchwork-linux-wireless@patchwork.kernel.org>); Thu, 18 Apr 2019 08:15:53 -0400 Received: from paleale.coelho.fi ([176.9.41.70]:53906 "EHLO farmhouse.coelho.fi" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S2388858AbfDRMPw (ORCPT <rfc822;linux-wireless@vger.kernel.org>); Thu, 18 Apr 2019 08:15:52 -0400 Received: from 91-156-6-193.elisa-laajakaista.fi ([91.156.6.193] helo=redipa.ger.corp.intel.com) by farmhouse.coelho.fi with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.91) (envelope-from <luca@coelho.fi>) id 1hH5xE-0007X3-JM; Thu, 18 Apr 2019 15:15:49 +0300 From: Luca Coelho <luca@coelho.fi> To: kvalo@codeaurora.org Cc: linux-wireless@vger.kernel.org, Luca Coelho <luciano.coelho@intel.com> Date: Thu, 18 Apr 2019 15:15:40 +0300 Message-Id: <20190418121544.32040-1-luca@coelho.fi> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [PATCH 0/4] iwlwifi: fixes intended for 5.1 2019-04-18 Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: <linux-wireless.vger.kernel.org> X-Mailing-List: linux-wireless@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP |
Series | iwlwifi: fixes intended for 5.1 2019-04-18 | expand |
From: Luca Coelho <luciano.coelho@intel.com> Hi, This is the third patchset with fixes for 5.1. The changes are: * Fix an oops when creating debugfs entries; * Fix bug when trying to capture debugging info while in rfkill; * Prevent potential uninitialized memory dumps into debugging logs; * Fix some initialization parameters for AX210 devices; Not in this series, but sent before separately: * Fix an oops with non-MSIX devices; As usual, I'm pushing this to a pending branch, for kbuild bot, and will send a pull-request later. Please review. Cheers, Luca. Greg Kroah-Hartman (1): iwlwifi: mvm: properly check debugfs dentry before using it Johannes Berg (1): iwlwifi: mvm: don't attempt debug collection in rfkill Shahar S Matityahu (1): iwlwifi: dbg_ini: check debug TLV type explicitly Shaul Triebitz (1): iwlwifi: cfg: use family 22560 based_params for AX210 family drivers/net/wireless/intel/iwlwifi/cfg/22000.c | 2 +- drivers/net/wireless/intel/iwlwifi/fw/file.h | 15 +++++++++------ drivers/net/wireless/intel/iwlwifi/iwl-dbg-tlv.c | 3 ++- .../net/wireless/intel/iwlwifi/mvm/debugfs-vif.c | 5 +++++ drivers/net/wireless/intel/iwlwifi/mvm/fw.c | 4 +++- drivers/net/wireless/intel/iwlwifi/mvm/ops.c | 2 +- 6 files changed, 21 insertions(+), 10 deletions(-)