Re: [PATCH 0/3] drm/panic: Remove build time dependency with FRAMEBUFFER_CONSOLE

2024-07-19 Thread Jocelyn Falempe
On 17/07/2024 10:48, Jocelyn Falempe wrote: When proposing to enable DRM_PANIC on Fedora, some users raised concern about the need to disable VT_CONSOLE. So this is my new attempt to avoid fbcon/vt_console to overwrite the panic screen. This time it doesn't involve any locking, so it should

[PATCH 0/3] drm/panic: Remove build time dependency with FRAMEBUFFER_CONSOLE

2024-07-17 Thread Jocelyn Falempe
When proposing to enable DRM_PANIC on Fedora, some users raised concern about the need to disable VT_CONSOLE. So this is my new attempt to avoid fbcon/vt_console to overwrite the panic screen. This time it doesn't involve any locking, so it should be safe. I added a skip_panic option in struct fb