Re: [PATCH] drm/panic: depends on !VT_CONSOLE

2024-07-15 Thread nerdopolis
On Thursday, June 13, 2024 11:40:16 AM EDT Jocelyn Falempe wrote: > The race condition between fbcon and drm_panic can only occurs if > VT_CONSOLE is set. So update drm_panic dependency accordingly. > This will make it easier for Linux distributions to enable drm_panic > by disabling VT_CONSOLE, an

Re: [PATCH] drm/panic: depends on !VT_CONSOLE

2024-06-18 Thread Jocelyn Falempe
On 17/06/2024 11:27, Javier Martinez Canillas wrote: Jocelyn Falempe writes: On 17/06/2024 10:25, Geert Uytterhoeven wrote: Hi Jocelyn, On Mon, Jun 17, 2024 at 10:16 AM Jocelyn Falempe wrote: On 16/06/2024 14:43, Javier Martinez Canillas wrote: Jocelyn Falempe writes: The race condit

Re: [PATCH] drm/panic: depends on !VT_CONSOLE

2024-06-17 Thread Javier Martinez Canillas
Jocelyn Falempe writes: > On 17/06/2024 10:25, Geert Uytterhoeven wrote: >> Hi Jocelyn, >> >> On Mon, Jun 17, 2024 at 10:16 AM Jocelyn Falempe wrote: >>> On 16/06/2024 14:43, Javier Martinez Canillas wrote: Jocelyn Falempe writes: > The race condition between fbcon and drm_panic can o

Re: [PATCH] drm/panic: depends on !VT_CONSOLE

2024-06-17 Thread Jocelyn Falempe
On 17/06/2024 10:25, Geert Uytterhoeven wrote: Hi Jocelyn, On Mon, Jun 17, 2024 at 10:16 AM Jocelyn Falempe wrote: On 16/06/2024 14:43, Javier Martinez Canillas wrote: Jocelyn Falempe writes: The race condition between fbcon and drm_panic can only occurs if VT_CONSOLE is set. So update d

Re: [PATCH] drm/panic: depends on !VT_CONSOLE

2024-06-17 Thread Javier Martinez Canillas
Jocelyn Falempe writes: > On 16/06/2024 14:43, Javier Martinez Canillas wrote: >> Jocelyn Falempe writes: >> >> Hello Jocelyn, >> >>> The race condition between fbcon and drm_panic can only occurs if >>> VT_CONSOLE is set. So update drm_panic dependency accordingly. >>> This will make it easie

Re: [PATCH] drm/panic: depends on !VT_CONSOLE

2024-06-17 Thread Geert Uytterhoeven
Hi Jocelyn, On Mon, Jun 17, 2024 at 10:16 AM Jocelyn Falempe wrote: > On 16/06/2024 14:43, Javier Martinez Canillas wrote: > > Jocelyn Falempe writes: > >> The race condition between fbcon and drm_panic can only occurs if > >> VT_CONSOLE is set. So update drm_panic dependency accordingly. > >> T

Re: [PATCH] drm/panic: depends on !VT_CONSOLE

2024-06-17 Thread Jocelyn Falempe
On 16/06/2024 14:43, Javier Martinez Canillas wrote: Jocelyn Falempe writes: Hello Jocelyn, The race condition between fbcon and drm_panic can only occurs if VT_CONSOLE is set. So update drm_panic dependency accordingly. This will make it easier for Linux distributions to enable drm_panic

Re: [PATCH] drm/panic: depends on !VT_CONSOLE

2024-06-16 Thread Javier Martinez Canillas
Jocelyn Falempe writes: Hello Jocelyn, > The race condition between fbcon and drm_panic can only occurs if > VT_CONSOLE is set. So update drm_panic dependency accordingly. > This will make it easier for Linux distributions to enable drm_panic > by disabling VT_CONSOLE, and keeping fbcon terminal

[PATCH] drm/panic: depends on !VT_CONSOLE

2024-06-13 Thread Jocelyn Falempe
The race condition between fbcon and drm_panic can only occurs if VT_CONSOLE is set. So update drm_panic dependency accordingly. This will make it easier for Linux distributions to enable drm_panic by disabling VT_CONSOLE, and keeping fbcon terminal. The only drawback is that fbcon won't display th