All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] mac80211_hwsim: radio destruction fixes
@ 2018-09-25  7:41 ` Martin Willi
  0 siblings, 0 replies; 7+ messages in thread
From: Martin Willi @ 2018-09-25  7:41 UTC (permalink / raw)
  To: Johannes Berg; +Cc: linux-wireless, netdev, Benjamin Beichler

This small series fixes two issues for cleaning up hwsim radios. The
first one is rather easy to hit when terminating namespaces with many
hwsim radios. The second one affects destroy-on-close users only.

Given that the use of a work-queue for deferred cleanup with namespaces
has been and still is tricky to get right, this series switches these
users to a synchronous cleanup in hwsim; The removal of that work-queue
is in a dedicated commit in case we want to skip that in backports.

Martin Willi (3):
  mac80211_hwsim: fix locking when iterating radios during ns exit
  mac80211_hwsim: fix race in radio destruction from netlink notifier
  mac80211_hwsim: drop now unused work-queue from hwsim

 drivers/net/wireless/mac80211_hwsim.c | 44 +++++++++++----------------
 1 file changed, 17 insertions(+), 27 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2018-09-25 18:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-25  7:41 [PATCH 0/3] mac80211_hwsim: radio destruction fixes Martin Willi
2018-09-25  7:41 ` Martin Willi
2018-09-25  7:41 ` [PATCH 1/3] mac80211_hwsim: fix locking when iterating radios during ns exit Martin Willi
2018-09-25  7:41 ` [PATCH 2/3] mac80211_hwsim: fix race in radio destruction from netlink notifier Martin Willi
2018-09-25  7:41 ` [PATCH 3/3] mac80211_hwsim: drop now unused work-queue from hwsim Martin Willi
2018-09-25  7:44 ` [PATCH 0/3] mac80211_hwsim: radio destruction fixes Johannes Berg
2018-09-25 18:00 ` Benjamin Beichler

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.