All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5.5 0/7] iwlwifi: fixes intended for 5.5 2019-12-24
@ 2019-12-23 23:47 Luca Coelho
  2019-12-23 23:47 ` [PATCH v5.5 1/7] iwlwifi: mvm: fix SKB leak on invalid queue Luca Coelho
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Luca Coelho @ 2019-12-23 23:47 UTC (permalink / raw)
  To: kvalo; +Cc: linux-wireless

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

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


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

end of thread, other threads:[~2019-12-23 23:47 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-23 23:47 [PATCH v5.5 0/7] iwlwifi: fixes intended for 5.5 2019-12-24 Luca Coelho
2019-12-23 23:47 ` [PATCH v5.5 1/7] iwlwifi: mvm: fix SKB leak on invalid queue Luca Coelho
2019-12-23 23:47 ` [PATCH v5.5 2/7] iwlwifi: mvm: fix potential SKB leak on TXQ TX Luca Coelho
2019-12-23 23:47 ` [PATCH v5.5 3/7] iwlwifi: pcie: rename L0S_ENABLED bit to L0S_DISABLED Luca Coelho
2019-12-23 23:47 ` [PATCH v5.5 4/7] iwlwifi: pcie: always disable L0S states Luca Coelho
2019-12-23 23:47 ` [PATCH v5.5 5/7] iwlwifi: dbg: force stop the debug monitor HW Luca Coelho
2019-12-23 23:47 ` [PATCH v5.5 6/7] iwlwifi: remove lar_disable module parameter Luca Coelho
2019-12-23 23:47 ` [PATCH v5.5 7/7] iwlwifi: fw: make pos static in iwl_sar_get_ewrd_table() loop 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.