Hi, here's a pull request to net tree, more info below. Please let me know if there are any problems. Kalle The following changes since commit c490492f15f656340b35cb9e36b9bfdea3539e19: mt76: mt7915: fix unused 'mode' variable (2021-02-26 17:35:15 +0200) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git tags/wireless-drivers-2021-03-03 for you to fetch changes up to 295d4cd82b0181dd36b145fd535c13d623d7a335: iwlwifi: don't call netif_napi_add() with rxq->lock held (was Re: Lockdep warning in iwl_pcie_rx_handle()) (2021-03-03 17:59:16 +0200) ---------------------------------------------------------------- wireless-drivers fixes for v5.12 Second set of fixes for v5.12. Only three iwlwifi fixes this time, the crash with MVM being the most important one and reported by multiple people. iwlwifi * fix kernel crash regression when using LTO with MVM devices * fix printk format warnings * fix potential deadlock found by lockdep ---------------------------------------------------------------- Jiri Kosina (1): iwlwifi: don't call netif_napi_add() with rxq->lock held (was Re: Lockdep warning in iwl_pcie_rx_handle()) Pierre-Louis Bossart (1): iwlwifi: fix ARCH=i386 compilation warnings Wei Yongjun (1): iwlwifi: mvm: add terminate entry for dmi_system_id tables drivers/net/wireless/intel/iwlwifi/fw/pnvm.c | 4 ++-- drivers/net/wireless/intel/iwlwifi/mvm/fw.c | 1 + drivers/net/wireless/intel/iwlwifi/pcie/rx.c | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-)