Re: 4.12-RC2 BUG: scheduling while atomic: irq/47-iwlwifi
From: Johannes Berg <hidden>
Date: 2017-05-22 10:57:08
Also in:
linux-wireless
From: Johannes Berg <hidden>
Date: 2017-05-22 10:57:08
Also in:
linux-wireless
On Mon, 2017-05-22 at 12:36 +0200, Sander Eikelenboom wrote:
Hi, I encountered this splat with 4.12-RC2.
Ugh, yeah, I should've seen that in the review. Arend, please take a look at this. cfg80211_sched_scan_results() cannot sleep, so you can't rtnl_lock() in there. Looks like you can just rely on RCU though? johannes