mbox series

[0/4] iwlwifi: fixes intended for 5.1 2019-04-18

Message ID 20190418121544.32040-1-luca@coelho.fi (mailing list archive)
Headers show
Series iwlwifi: fixes intended for 5.1 2019-04-18 | expand

Message

Luca Coelho April 18, 2019, 12:15 p.m. UTC
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(-)