Re: [PATCH v3] fbcon: Do not takeover the console from atomic context

2018-08-11 Thread Hans de Goede
Hi, On 10-08-18 17:22, Bartlomiej Zolnierkiewicz wrote: On Friday, August 10, 2018 01:27:57 PM Hans de Goede wrote: Taking over the console involves allocating mem with GFP_KERNEL, talking to drm drivers, etc. So this should not be done from an atomic context. But the console-output trigger

Re: [PATCH v3] fbcon: Do not takeover the console from atomic context

2018-08-10 Thread Bartlomiej Zolnierkiewicz
On Friday, August 10, 2018 01:27:57 PM Hans de Goede wrote: > Taking over the console involves allocating mem with GFP_KERNEL, talking > to drm drivers, etc. So this should not be done from an atomic context. > > But the console-output trigger deferred console takeover may happen from an > atomic