On Tue, Apr 22, 2014 at 10:30 AM, Michael Leun <lkml20140418@xxxxxxxxxxxxxxx> wrote: > On Tue, 22 Apr 2014 10:04:19 -0700 > "Luis R. Rodriguez" <mcgrof@xxxxxxxxxxxxxxxx> wrote: > >> On Tue, Apr 22, 2014 at 9:48 AM, Michael Leun >> <lkml20140418@xxxxxxxxxxxxxxx> wrote: >> > 1611 if (wiphy->regulatory_flags & >> > REGULATORY_COUNTRY_IE_IGNORE) 1612 >> > return REG_REQ_IGNORE; >> >> Interesting -- same line as your regression test had found, wiphy-> >> must be NULL. Digging deeper, you can discard that patch now, we can >> rule out the reprocessing of the request. > > > OK, but if this adds any useful information: Meanwhile I applied the > 2nd patch you posted ontop test-ariks-patch-for-314.patch (with some > fuzz), and that did change something: > > Does not wait until I try to hibernate to bang, it barfs already during > boot and that seems to look different. Didnt have a chance to copy that > yet, but could, if useful. Yeah we don't want that 2nd patch, your issue seems like a race on the wiphy during suspend, which is very surprising, specially that no one else would have picked up on this before. I'll go build v3.14.1 and reproduce with rtcwake -m mem -s 30. Luis -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html