mbox series

pull-request: wireless-2023-02-27

Message ID 20230227131053.BD779C433D2@smtp.kernel.org (mailing list archive)
State Accepted
Commit 4db692d68256d860c9d35140b1de7324b432082b
Headers show
Series pull-request: wireless-2023-02-27 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless.git tags/wireless-2023-02-27

Checks

Context Check Description
netdev/tree_selection success Pull request for net
netdev/build_32bit success Errors and warnings before: 2 this patch: 2
netdev/build_clang success Errors and warnings before: 0 this patch: 0
netdev/verify_signedoff success Signed-off-by tag matches author and committer
netdev/verify_fixes fail Problems with Fixes tag: 1
netdev/build_allmodconfig_warn success Errors and warnings before: 2 this patch: 2

Message

Kalle Valo Feb. 27, 2023, 1:10 p.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 5b7c4cabbb65f5c469464da6c5f614cbd7f730f2:

  Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next (2023-02-21 18:24:12 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless.git tags/wireless-2023-02-27

for you to fetch changes up to 52fd90638a7269be2a6f6cf1e4dea6724f8e13b6:

  wifi: wext: warn about usage only once (2023-02-26 19:53:35 +0200)

----------------------------------------------------------------
wireless fixes for v6.3

First set of fixes for v6.3. We have only three oneliners. The most
important one is the patch reducing warnings about the Wireless
Extensions usage, reported by Linus.

----------------------------------------------------------------
Johannes Berg (1):
      wifi: wext: warn about usage only once

Len Brown (1):
      wifi: ath11k: allow system suspend to survive ath11k

Lorenzo Bianconi (1):
      wifi: mt76: usb: fix use-after-free in mt76u_free_rx_queue

 drivers/net/wireless/ath/ath11k/pci.c    | 2 +-
 drivers/net/wireless/mediatek/mt76/usb.c | 1 +
 net/wireless/wext-core.c                 | 4 ++--
 3 files changed, 4 insertions(+), 3 deletions(-)

Comments

Jakub Kicinski Feb. 27, 2023, 9:16 p.m. UTC | #1
On Mon, 27 Feb 2023 13:10:53 +0000 (UTC) Kalle Valo wrote:
> Hi,
> 
> here's a pull request to net tree, more info below. Please let me know if there
> are any problems.

Pulled, thanks!
patchwork-bot+netdevbpf@kernel.org Feb. 28, 2023, 12:46 a.m. UTC | #2
Hello:

This pull request was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Mon, 27 Feb 2023 13:10:53 +0000 (UTC) you wrote:
> Hi,
> 
> here's a pull request to net tree, more info below. Please let me know if there
> are any problems.
> 
> Kalle
> 
> [...]

Here is the summary with links:
  - pull-request: wireless-2023-02-27
    https://git.kernel.org/netdev/net-next/c/4db692d68256

You are awesome, thank you!