Re: [PATCH 2/2] cfg80211: fix processing world regdomain when non modular

2014-09-08 Thread Luis R. Rodriguez
On Mon, Sep 08, 2014 at 11:59:39AM +0200, Helmut Schaa wrote: > Hi, > > On Fri, Sep 5, 2014 at 11:43 PM, Luis R. Rodriguez wrote: > > Yeah this seems to be a corner case of the fact that we deal with > > locking for the last request only through RCU and we only annotate > > that the request was p

Re: [PATCH 2/2] cfg80211: fix processing world regdomain when non modular

2014-09-08 Thread Helmut Schaa
Hi, On Fri, Sep 5, 2014 at 11:43 PM, Luis R. Rodriguez wrote: > Yeah this seems to be a corner case of the fact that we deal with > locking for the last request only through RCU and we only annotate > that the request was processed but don't add checks for when its > about to be processed. At lea

Re: [PATCH 2/2] cfg80211: fix processing world regdomain when non modular

2014-09-05 Thread Luis R. Rodriguez
On Tue, Sep 02, 2014 at 02:00:00PM +0200, Helmut Schaa wrote: > Hi Luis, > > On Tue, Apr 22, 2014 at 5:39 AM, Luis R. Rodriguez > wrote: > > From: "Luis R. Rodriguez" > > > > This allows processing of the last regulatory request when > > we determine its still pending. Without this if a regulato