2020-04-24 09:43:27

by Johannes Berg

[permalink] [raw]
Subject: pull-request: mac80211 2020-04-24

Hi Dave,

Just a couple of changes, the most relevant part is the debugfs
fixes after the recent race fix.

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

Thanks,
johannes



The following changes since commit 7c74b0bec918c1e0ca0b4208038c156eacf8f13f:

ipv4: Update fib_select_default to handle nexthop objects (2020-04-22 19:57:39 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git tags/mac80211-for-net-2020-04-24

for you to fetch changes up to 8ca47eb9f9e4e10e7e7fa695731a88941732c38d:

mac80211: sta_info: Add lockdep condition for RCU list usage (2020-04-24 11:31:20 +0200)

----------------------------------------------------------------
Just three changes:
* fix a wrong GFP_KERNEL in hwsim
* fix the debugfs mess after the mac80211 registration race fix
* suppress false-positive RCU list lockdep warnings

----------------------------------------------------------------
Johannes Berg (1):
mac80211: populate debugfs only after cfg80211 init

Madhuparna Bhowmik (1):
mac80211: sta_info: Add lockdep condition for RCU list usage

Wei Yongjun (1):
mac80211_hwsim: use GFP_ATOMIC under spin lock

drivers/net/wireless/intel/iwlegacy/3945-rs.c | 2 +-
drivers/net/wireless/intel/iwlegacy/4965-rs.c | 2 +-
drivers/net/wireless/intel/iwlwifi/dvm/rs.c | 2 +-
drivers/net/wireless/intel/iwlwifi/mvm/rs.c | 2 +-
drivers/net/wireless/mac80211_hwsim.c | 2 +-
drivers/net/wireless/realtek/rtlwifi/rc.c | 2 +-
include/net/mac80211.h | 4 +++-
net/mac80211/main.c | 5 +++--
net/mac80211/rate.c | 15 ++++-----------
net/mac80211/rate.h | 23 +++++++++++++++++++++++
net/mac80211/rc80211_minstrel_ht.c | 19 +++++++++++++------
net/mac80211/sta_info.c | 3 ++-
12 files changed, 54 insertions(+), 27 deletions(-)


2020-04-24 20:18:10

by David Miller

[permalink] [raw]
Subject: Re: pull-request: mac80211 2020-04-24

From: Johannes Berg <[email protected]>
Date: Fri, 24 Apr 2020 11:42:37 +0200

> Just a couple of changes, the most relevant part is the debugfs
> fixes after the recent race fix.
>
> Please pull and let me know if there's any problem.

Pulled, thanks Johannes.