Re: [DRM] BUG: sleeping function called from invalid context, drm_lastclose

From: Luca Tettamanti
Date: Wed Aug 11 2010 - 10:17:38 EST


On Wed, Aug 11, 2010 at 10:50 AM, Dave Airlie <airlied@xxxxxxxxx> wrote:
> On Wed, Aug 11, 2010 at 6:48 PM, Luca Tettamanti <kronos.it@xxxxxxxxx> wrote:
>> Hi Arnd,
>> this commit:
>>
>> commit 58374713c9dfb4d231f8c56cac089f6fbdedc2ec
>> Author: Arnd Bergmann <arnd@xxxxxxxx>
>> Date: Â Sat Jul 10 23:51:39 2010 +0200
>>
>> Â Âdrm: kill BKL from common code
>>
>>
>> moved the call to (inside drm_release) drm_lastclose inside dev->count_lock
>> spinlock.
>> drm_lastclose however takes dev->struct_mutex (now inside an atomic
>> context):
>
> I have a patch from Chris Wilson that I need to push to fix this,
> basically reducing the spin lock coverage,
> and relying on the global mutex to handle the open race.

Ok, thank you :)

Luca
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/