linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Luca Coelho <luca@coelho.fi>
To: kvalo@codeaurora.org
Cc: linux-wireless@vger.kernel.org
Subject: [PATCH for v5.11 00/12] iwlwifi: fixes intended for v5.10 2020-12-02
Date: Fri, 15 Jan 2021 13:05:46 +0200	[thread overview]
Message-ID: <20210115110558.1248847-1-luca@coelho.fi> (raw)

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

Hi,

This is the first patchset with fixes for v5.11.

The changes are:

* Some memory leak fixes;
* Potential NULL pointer dereference fixes;
* Fixes for a few locking issues;
* Fix NMI trigger for FW assert recovery in old devices;
* A couple of fixes for CSA.

As usual, I'm pushing this to a pending branch, for kbuild bot.  And
since these are fixes for the rc series, please take them directly to
wireless-drivers.git, as we agreed.

Cheers,
Luca.


Emmanuel Grumbach (3):
  iwlwifi: fix the NMI flow for old devices
  iwlwifi: queue: don't crash if txq->entries is NULL
  iwlwifi: pcie: add a NULL check in iwl_pcie_txq_unmap

Johannes Berg (8):
  iwlwifi: mvm: take mutex for calling iwl_mvm_get_sync_time()
  iwlwifi: pcie: avoid potential PNVM leaks
  iwlwifi: pnvm: don't skip everything when not reloading
  iwlwifi: pnvm: don't try to load after failures
  iwlwifi: pcie: set LTR on more devices
  iwlwifi: pcie: fix context info memory leak
  iwlwifi: pcie: use jiffies for memory read spin time limit
  iwlwifi: pcie: reschedule in long-running memory reads

Sara Sharon (1):
  iwlwifi: mvm: skip power command when unbinding vif during CSA

 drivers/net/wireless/intel/iwlwifi/fw/pnvm.c  | 56 ++++++++++---------
 drivers/net/wireless/intel/iwlwifi/iwl-io.c   |  9 +--
 drivers/net/wireless/intel/iwlwifi/iwl-io.h   | 10 +++-
 drivers/net/wireless/intel/iwlwifi/iwl-prph.h |  6 ++
 .../wireless/intel/iwlwifi/mvm/debugfs-vif.c  |  3 +
 .../net/wireless/intel/iwlwifi/mvm/mac80211.c |  3 +
 .../intel/iwlwifi/pcie/ctxt-info-gen3.c       | 53 +++++++++++-------
 .../net/wireless/intel/iwlwifi/pcie/trans.c   | 14 +++--
 drivers/net/wireless/intel/iwlwifi/pcie/tx.c  |  5 ++
 drivers/net/wireless/intel/iwlwifi/queue/tx.c | 49 ++++++++--------
 10 files changed, 127 insertions(+), 81 deletions(-)

-- 
2.29.2


             reply	other threads:[~2021-01-15 11:06 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-15 11:05 Luca Coelho [this message]
2021-01-15 11:05 ` [PATCH for v5.11 01/12] iwlwifi: mvm: skip power command when unbinding vif during CSA Luca Coelho
2021-01-25 13:54   ` Kalle Valo
2021-01-15 11:05 ` [PATCH for v5.11 02/12] iwlwifi: mvm: take mutex for calling iwl_mvm_get_sync_time() Luca Coelho
2021-01-15 11:05 ` [PATCH for v5.11 03/12] iwlwifi: pcie: avoid potential PNVM leaks Luca Coelho
2021-01-15 11:05 ` [PATCH for v5.11 04/12] iwlwifi: pnvm: don't skip everything when not reloading Luca Coelho
2021-01-15 11:05 ` [PATCH for v5.11 05/12] iwlwifi: pnvm: don't try to load after failures Luca Coelho
2021-01-15 11:05 ` [PATCH for v5.11 06/12] iwlwifi: fix the NMI flow for old devices Luca Coelho
2021-01-15 11:05 ` [PATCH for v5.11 07/12] iwlwifi: queue: don't crash if txq->entries is NULL Luca Coelho
2021-01-15 11:05 ` [PATCH for v5.11 08/12] iwlwifi: pcie: set LTR on more devices Luca Coelho
2021-01-15 11:05 ` [PATCH for v5.11 09/12] iwlwifi: pcie: add a NULL check in iwl_pcie_txq_unmap Luca Coelho
2021-01-15 11:05 ` [PATCH for v5.11 10/12] iwlwifi: pcie: fix context info memory leak Luca Coelho
2021-01-15 11:05 ` [PATCH for v5.11 11/12] iwlwifi: pcie: use jiffies for memory read spin time limit Luca Coelho
2021-01-18 15:16   ` Kalle Valo
2021-01-18 15:18     ` Kalle Valo
2021-01-18 15:51       ` Luca Coelho
2021-01-15 11:05 ` [PATCH for v5.11 12/12] iwlwifi: pcie: reschedule in long-running memory reads Luca Coelho

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210115110558.1248847-1-luca@coelho.fi \
    --to=luca@coelho.fi \
    --cc=kvalo@codeaurora.org \
    --cc=linux-wireless@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).