From: Luca Coelho <luciano.coelho@xxxxxxxxx> Hi, This is my second patchset with fixes for v5.5. This time I have 6 important fixes and one simple dependency patch. The changes are: * Fix a couple of potential memory leaks in TXQ code; * Disable L0S states in all hardware since our hardware doesn't officially support them anymore (and older versions of the hardware had instability in these states); * Remove lar_disable parameter since it has been causing issues for some people who erroneously disable it; * Force the debug monitor HW to stop also when debug is disabled, since it sometimes stays on and prevents low system power states; As usual, I'm pushing this to a pending branch, for kbuild bot. I'm going to send a pull-request for this ones together of the previous batch I sent. Cheers, Luca. Johannes Berg (2): iwlwifi: mvm: fix SKB leak on invalid queue iwlwifi: mvm: fix potential SKB leak on TXQ TX Luca Coelho (4): iwlwifi: pcie: rename L0S_ENABLED bit to L0S_DISABLED iwlwifi: pcie: always disable L0S states iwlwifi: remove lar_disable module parameter iwlwifi: fw: make pos static in iwl_sar_get_ewrd_table() loop Shahar S Matityahu (1): iwlwifi: dbg: force stop the debug monitor HW drivers/net/wireless/intel/iwlwifi/fw/acpi.c | 10 +++---- drivers/net/wireless/intel/iwlwifi/fw/dbg.c | 7 +---- drivers/net/wireless/intel/iwlwifi/iwl-csr.h | 2 +- drivers/net/wireless/intel/iwlwifi/iwl-drv.c | 3 -- .../wireless/intel/iwlwifi/iwl-modparams.h | 2 -- .../wireless/intel/iwlwifi/iwl-nvm-parse.c | 13 +++++---- .../wireless/intel/iwlwifi/iwl-nvm-parse.h | 3 +- .../net/wireless/intel/iwlwifi/mvm/mac80211.c | 28 +++++++++++-------- drivers/net/wireless/intel/iwlwifi/mvm/mvm.h | 7 ++--- drivers/net/wireless/intel/iwlwifi/mvm/nvm.c | 10 ++----- drivers/net/wireless/intel/iwlwifi/mvm/tx.c | 6 ++-- .../net/wireless/intel/iwlwifi/pcie/trans.c | 15 ++++------ 12 files changed, 44 insertions(+), 62 deletions(-) -- 2.24.0