Re: [PATCH] fbcon: always restore the old font data in fbcon_do_set_font()

2024-02-26 Thread Daniel Vetter
On Thu, 8 Feb 2024 at 12:44, Jiri Slaby (SUSE) wrote: > > Commit a5a923038d70 (fbdev: fbcon: Properly revert changes when > vc_resize() failed) started restoring old font data upon failure (of > vc_resize()). But it performs so only for user fonts. It means that the > "system"/internal fonts are n

[PATCH] fbcon: always restore the old font data in fbcon_do_set_font()

2024-02-08 Thread Jiri Slaby (SUSE)
Commit a5a923038d70 (fbdev: fbcon: Properly revert changes when vc_resize() failed) started restoring old font data upon failure (of vc_resize()). But it performs so only for user fonts. It means that the "system"/internal fonts are not restored at all. So in result, the very first call to fbcon_do