Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1549958

Re: [PATCH] fbcon: Fix vc attr at deinit

From Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Newsgroups linux.kernel
Subject Re: [PATCH] fbcon: Fix vc attr at deinit
Date 2017-01-03 18:00 +0100
Message-ID <sVABk-Hi-19@gated-at.bofh.it> (permalink)
References <sVySS-85Q-47@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Tue, Jan 03, 2017 at 04:03:22PM +0100, Takashi Iwai wrote:
> fbcon can deal with vc_hi_font_mask (the upper 256 chars) and adjust
> the vc attrs dynamically when vc_hi_font_mask is changed at
> fbcon_init().  When the vc_hi_font_mask is set, it remaps the attrs in
> the existing console buffer with one bit shift up (for 9 bits), while
> it remaps with one bit shift down (for 8 bits) when the value is
> cleared.  It works fine as long as the font gets updated after fbcon
> was initialized.
> 
> However, we hit a bizarre problem when the console is switched to
> another fb driver (typically from vesafb or efifb to drmfb).  At
> switching to the new fb driver, we temporarily rebind the console to
> the dummy console, then rebind to the new driver.  During the
> switching, we leave the modified attrs as is.  Thus, the new fbcon
> takes over the old buffer as if it were to contain 8 bits chars
> (although the attrs are still shifted for 9 bits), and effectively
> this results in the yellow color texts instead of the original white
> color, as found in the bugzilla entry below.
> 
> An easy fix for this is to re-adjust the attrs before leaving the
> fbcon at con_deinit callback.  Since the code to adjust the attrs is
> already present in the current fbcon code, in this patch, we simply
> factor out the relevant code, and call it from fbcon_deinit().
> 
> Bugzilla: https://bugzilla.suse.com/show_bug.cgi?id=1000619
> Signed-off-by: Takashi Iwai <tiwai@suse.de>
> ---
>  drivers/video/console/fbcon.c | 67 ++++++++++++++++++++++++++-----------------
>  1 file changed, 40 insertions(+), 27 deletions(-)

So this is an old bug?  Should it go to stable kernels?

And am I the fbcon maintainer now?

thanks,

greg k-h

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH] fbcon: Fix vc attr at deinit Takashi Iwai <tiwai@suse.de> - 2017-01-03 16:10 +0100
  Re: [PATCH] fbcon: Fix vc attr at deinit Takashi Iwai <tiwai@suse.de> - 2017-01-03 18:00 +0100
  Re: [PATCH] fbcon: Fix vc attr at deinit Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-01-03 18:00 +0100
  Re: [PATCH] fbcon: Fix vc attr at deinit Takashi Iwai <tiwai@suse.de> - 2017-01-04 15:00 +0100
    Re: [PATCH] fbcon: Fix vc attr at deinit Tomi Valkeinen <tomi.valkeinen@ti.com> - 2017-01-05 13:30 +0100
      Re: [PATCH] fbcon: Fix vc attr at deinit Takashi Iwai <tiwai@suse.de> - 2017-01-10 16:50 +0100
        Re: [PATCH] fbcon: Fix vc attr at deinit Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> - 2017-01-10 17:20 +0100
          Re: [PATCH] fbcon: Fix vc attr at deinit Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> - 2017-01-11 16:00 +0100
            Re: [PATCH] fbcon: Fix vc attr at deinit Takashi Iwai <tiwai@suse.de> - 2017-01-11 19:50 +0100

csiph-web