From: Luca Coelho <luciano.coelho@xxxxxxxxx> 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