All of lore.kernel.org
 help / color / mirror / Atom feed
* pull-request: mac80211 2021-06-09
@ 2021-06-09 14:42 Johannes Berg
  2021-06-09 22:00 ` patchwork-bot+netdevbpf
  0 siblings, 1 reply; 2+ messages in thread
From: Johannes Berg @ 2021-06-09 14:42 UTC (permalink / raw)
  To: netdev; +Cc: linux-wireless

Hi,

The last pull request I sent was coordinated with only
those CVE fixes - now I have accumulated more fixes,
many of them actually locking fixes for the RTNL redux.

Please pull and let me know if there's any problem.

Thanks,
johannes



The following changes since commit 593f555fbc6091bbaec8dd2a38b47ee643412e61:

  net: stmmac: fix kernel panic due to NULL pointer dereference of mdio_bus_data (2021-05-30 13:41:55 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git tags/mac80211-for-net-2021-06-09

for you to fetch changes up to a9799541ca34652d9996e45f80e8e03144c12949:

  mac80211: drop multicast fragments (2021-06-09 16:17:45 +0200)

----------------------------------------------------------------
A fair number of fixes:
 * fix more fallout from RTNL locking changes
 * fixes for some of the bugs found by syzbot
 * drop multicast fragments in mac80211 to align
   with the spec and what drivers are doing now
 * fix NULL-ptr deref in radiotap injection

----------------------------------------------------------------
Brian Norris (1):
      mac80211: correct ieee80211_iterate_active_interfaces_mtx() locking comments

Du Cheng (2):
      cfg80211: call cfg80211_leave_ocb when switching away from OCB
      mac80211: fix skb length check in ieee80211_scan_rx()

Johannes Berg (9):
      mac80211: remove warning in ieee80211_get_sband()
      mac80211_hwsim: drop pending frames on stop
      staging: rtl8723bs: fix monitor netdev register/unregister
      mac80211: fix deadlock in AP/VLAN handling
      mac80211: fix 'reset' debugfs locking
      cfg80211: fix phy80211 symlink creation
      cfg80211: shut down interfaces on failed resume
      mac80211: move interface shutdown out of wiphy lock
      mac80211: drop multicast fragments

Mathy Vanhoef (1):
      mac80211: Fix NULL ptr deref for injected rate info

 drivers/net/wireless/mac80211_hwsim.c             |  5 +++
 drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c |  4 +-
 include/net/mac80211.h                            |  9 +++-
 net/mac80211/debugfs.c                            | 11 ++++-
 net/mac80211/ieee80211_i.h                        |  2 +-
 net/mac80211/iface.c                              | 19 ++++++---
 net/mac80211/main.c                               |  7 ++-
 net/mac80211/rx.c                                 |  9 ++--
 net/mac80211/scan.c                               | 21 ++++++---
 net/mac80211/tx.c                                 | 52 ++++++++++++++++-------
 net/mac80211/util.c                               |  2 -
 net/wireless/core.c                               | 13 +++---
 net/wireless/sysfs.c                              |  4 ++
 net/wireless/util.c                               |  3 ++
 14 files changed, 109 insertions(+), 52 deletions(-)


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

* Re: pull-request: mac80211 2021-06-09
  2021-06-09 14:42 pull-request: mac80211 2021-06-09 Johannes Berg
@ 2021-06-09 22:00 ` patchwork-bot+netdevbpf
  0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2021-06-09 22:00 UTC (permalink / raw)
  To: Johannes Berg; +Cc: netdev, linux-wireless

Hello:

This pull request was applied to netdev/net.git (refs/heads/master):

On Wed,  9 Jun 2021 16:42:42 +0200 you wrote:
> Hi,
> 
> The last pull request I sent was coordinated with only
> those CVE fixes - now I have accumulated more fixes,
> many of them actually locking fixes for the RTNL redux.
> 
> Please pull and let me know if there's any problem.
> 
> [...]

Here is the summary with links:
  - pull-request: mac80211 2021-06-09
    https://git.kernel.org/netdev/net/c/93124d4a90ba

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

end of thread, other threads:[~2021-06-09 22:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-09 14:42 pull-request: mac80211 2021-06-09 Johannes Berg
2021-06-09 22:00 ` patchwork-bot+netdevbpf

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.