[PATCH] fbcon: Avoid corrupting active workqueue entries

2013-12-17 Thread Chris Wilson
We attempt to reschedule an active work which can itself corrupt the workqueue lists, and we may then free the work item whilst the task is still pending. Both of these may lead to a system deadlock and an unresponsive machine without any outputs for a panic to even be shown. [7.372961] WARNIN

Re: [PATCH] fbcon: Avoid corrupting active workqueue entries

2014-01-10 Thread Tomi Valkeinen
Hi, On 2013-12-17 16:27, Chris Wilson wrote: > We attempt to reschedule an active work which can itself corrupt the > workqueue lists, and we may then free the work item whilst the task is > still pending. Both of these may lead to a system deadlock and an > unresponsive machine without any output

Re: [Intel-gfx] [PATCH] fbcon: Avoid corrupting active workqueue entries

2014-01-10 Thread Daniel Vetter
On Tue, Dec 17, 2013 at 02:27:39PM +, Chris Wilson wrote: > We attempt to reschedule an active work which can itself corrupt the > workqueue lists, and we may then free the work item whilst the task is > still pending. Both of these may lead to a system deadlock and an > unresponsive machine wi