All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5.6 0/7] iwlwifi: fixes intended for 5.6 2020-01-31
@ 2020-01-31 13:45 Luca Coelho
  2020-01-31 13:45 ` [PATCH v5.6 1/7] iwlwifi: mvm: Fix thermal zone registration Luca Coelho
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Luca Coelho @ 2020-01-31 13:45 UTC (permalink / raw)
  To: kvalo; +Cc: linux-wireless

From: Luca Coelho <luciano.coelho@intel.com>

Hi,

This is my first patchset with fixes for v5.6.  This time I have 7
important fixes.

The changes are:

* Fix module removal with multiple NICs;
* Don't treat IGTK removal failure as an error;
* Avoid FW crashes due to DTS measurement races;
* Fix a potential use after free in FTM code;
* Prevent a NULL pointer dereference in iwl_mvm_cfg_he_sta();
* Fix TDLS discovery;
* Check all CPUs when trying to detect an error during resume;

As usual, I'm pushing this to a pending branch, for kbuild bot, and
will send a pull-request later.

Cheers,
Luca.


Andrei Otcheretianski (2):
  iwlwifi: mvm: Fix thermal zone registration
  iwlwifi: mvm: Check the sta is not NULL in iwl_mvm_cfg_he_sta()

Avraham Stern (1):
  iwlwifi: mvm: avoid use after free for pmsr request

Emmanuel Grumbach (1):
  iwlwifi: mvm: fix TDLS discovery with the new firmware API

Golan Ben Ami (1):
  iwlwifi: mvm: update the DTS measurement type

Luca Coelho (1):
  iwlwifi: don't throw error when trying to remove IGTK

Mordechay Goodstein (1):
  iwlwifi: d3: read all FW CPUs error info

 drivers/net/wireless/intel/iwlwifi/mvm/d3.c   | 52 ++++++++++----
 .../intel/iwlwifi/mvm/ftm-initiator.c         |  5 +-
 .../net/wireless/intel/iwlwifi/mvm/mac80211.c | 10 ++-
 drivers/net/wireless/intel/iwlwifi/mvm/sta.c  | 10 ++-
 drivers/net/wireless/intel/iwlwifi/mvm/tdls.c | 10 ++-
 .../wireless/intel/iwlwifi/mvm/time-event.c   | 71 ++++++++++++++++---
 .../wireless/intel/iwlwifi/mvm/time-event.h   |  4 +-
 drivers/net/wireless/intel/iwlwifi/mvm/tt.c   | 10 +--
 8 files changed, 132 insertions(+), 40 deletions(-)

-- 
2.24.1


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2020-02-03 18:09 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-31 13:45 [PATCH v5.6 0/7] iwlwifi: fixes intended for 5.6 2020-01-31 Luca Coelho
2020-01-31 13:45 ` [PATCH v5.6 1/7] iwlwifi: mvm: Fix thermal zone registration Luca Coelho
2020-02-03 18:09   ` Kalle Valo
2020-01-31 13:45 ` [PATCH v5.6 2/7] iwlwifi: don't throw error when trying to remove IGTK Luca Coelho
2020-01-31 13:45 ` [PATCH v5.6 3/7] iwlwifi: mvm: update the DTS measurement type Luca Coelho
2020-01-31 13:45 ` [PATCH v5.6 4/7] iwlwifi: mvm: avoid use after free for pmsr request Luca Coelho
2020-01-31 13:45 ` [PATCH v5.6 5/7] iwlwifi: mvm: Check the sta is not NULL in iwl_mvm_cfg_he_sta() Luca Coelho
2020-01-31 13:45 ` [PATCH v5.6 6/7] iwlwifi: mvm: fix TDLS discovery with the new firmware API Luca Coelho
2020-01-31 13:45 ` [PATCH v5.6 7/7] iwlwifi: d3: read all FW CPUs error info Luca Coelho

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.