mbox series

pull-request: wireless-drivers-2021-12-01

Message ID 20211201084229.4053DC53FAD@smtp.kernel.org (mailing list archive)
State Accepted
Delegated to: Netdev Maintainers
Headers show
Series pull-request: wireless-drivers-2021-12-01 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git tags/wireless-drivers-2021-12-01

Checks

Context Check Description
netdev/tree_selection success Pull request for net
netdev/build_32bit success Errors and warnings before: 7 this patch: 7
netdev/build_clang success Errors and warnings before: 11 this patch: 11
netdev/verify_signedoff success Signed-off-by tag matches author and committer
netdev/verify_fixes success Fixes tag looks correct
netdev/build_allmodconfig_warn success Errors and warnings before: 7 this patch: 7

Message

Kalle Valo Dec. 1, 2021, 8:42 a.m. UTC
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 fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:

  Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git tags/wireless-drivers-2021-12-01

for you to fetch changes up to 191587cd1a5f36852a0fc32cff2d5bc7680551db:

  mt76: fix key pointer overwrite in mt7921s_write_txwi/mt7663_usb_sdio_write_txwi (2021-11-29 19:33:33 +0200)

----------------------------------------------------------------
wireless-drivers fixes for v5.16

First set of fixes for v5.16. Mostly crash and driver initialisation
fixes, the fix for rtw89 being most important.

iwlwifi

* compiler, lockdep and smatch warning fixes

* fix for a rare driver initialisation failure

* fix a memory leak

rtw89

* fix const buffer modification causing a kernel crash

mt76

* fix null pointer access

* fix idr leak

rt2x00

* fix driver initialisation errors, a regression since v5.2-rc1

----------------------------------------------------------------
Arnd Bergmann (1):
      iwlwifi: pcie: fix constant-conversion warning

Christophe JAILLET (1):
      iwlwifi: Fix memory leaks in error handling path

Deren Wu (1):
      mt76: fix timestamp check in tx_status

Lorenzo Bianconi (3):
      mt76: mt7915: fix NULL pointer dereference in mt7915_get_phy_mode
      mt76: fix possible pktid leak
      mt76: fix key pointer overwrite in mt7921s_write_txwi/mt7663_usb_sdio_write_txwi

Mordechay Goodstein (1):
      iwlwifi: mvm: retry init flow if failed

Ping-Ke Shih (1):
      rtw89: update partition size of firmware header on skb->data

Stanislaw Gruszka (1):
      rt2x00: do not mark device gone on EPROTO errors during start

chongjiapeng (1):
      iwlwifi: Fix missing error code in iwl_pci_probe()

Łukasz Bartosik (1):
      iwlwifi: fix warnings produced by kernel debug options

 drivers/net/wireless/intel/iwlwifi/fw/uefi.c       |  6 +++++
 drivers/net/wireless/intel/iwlwifi/iwl-drv.c       | 22 +++++++++++------
 drivers/net/wireless/intel/iwlwifi/iwl-drv.h       |  3 +++
 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c  | 24 ++++++++++++++++++-
 drivers/net/wireless/intel/iwlwifi/mvm/mvm.h       |  3 +++
 drivers/net/wireless/intel/iwlwifi/mvm/ops.c       |  5 ++++
 drivers/net/wireless/intel/iwlwifi/pcie/drv.c      | 10 ++++++--
 .../net/wireless/mediatek/mt76/mt7615/pci_mac.c    |  3 +--
 .../net/wireless/mediatek/mt76/mt7615/usb_sdio.c   | 28 ++++++++++++----------
 .../net/wireless/mediatek/mt76/mt76x02_usb_core.c  |  8 ++++++-
 drivers/net/wireless/mediatek/mt76/mt7915/mac.c    | 15 ++++++------
 drivers/net/wireless/mediatek/mt76/mt7915/mcu.c    |  4 ++--
 .../net/wireless/mediatek/mt76/mt7921/sdio_mac.c   | 21 +++++++++-------
 drivers/net/wireless/mediatek/mt76/tx.c            |  2 +-
 drivers/net/wireless/ralink/rt2x00/rt2x00usb.c     |  3 +++
 drivers/net/wireless/realtek/rtw89/fw.c            |  2 +-
 drivers/net/wireless/realtek/rtw89/fw.h            |  6 +++--
 17 files changed, 116 insertions(+), 49 deletions(-)

Comments

Kalle Valo Dec. 1, 2021, 8:58 a.m. UTC | #1
Kalle Valo <kvalo@kernel.org> writes:

> 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 fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:
>
>   Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git tags/wireless-drivers-2021-12-01

I switched to use kvalo@kernel.org email address, but I'm using the same
PGP key as before. Hopefully this doesn't cause any issues. I'll submit
updates to the maintainers file later.