From mboxrd@z Thu Jan 1 00:00:00 1970 From: Johannes Berg Subject: Re: [PATCH 0/3] mac80211_hwsim: radio destruction fixes Date: Tue, 25 Sep 2018 09:44:02 +0200 Message-ID: <1537861442.3269.7.camel@sipsolutions.net> References: <20180925074115.18169-1-martin@strongswan.org> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: linux-wireless@vger.kernel.org, netdev@vger.kernel.org, Benjamin Beichler To: Martin Willi Return-path: Received: from s3.sipsolutions.net ([144.76.43.62]:45454 "EHLO sipsolutions.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727265AbeIYNuf (ORCPT ); Tue, 25 Sep 2018 09:50:35 -0400 In-Reply-To: <20180925074115.18169-1-martin@strongswan.org> Sender: netdev-owner@vger.kernel.org List-ID: On Tue, 2018-09-25 at 09:41 +0200, Martin Willi wrote: > 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; Cool, thanks. I wasn't really even aware of this, most our usage is with VMs, not namespaces. > The removal of that work-queue > is in a dedicated commit in case we want to skip that in backports. Yeah, also I'll probably stick that into -next only. johannes