linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] tty/vt: fix various 512 glyph font issues
@ 2025-09-01  5:26 Zsolt Kajtar
  2025-09-01  5:26 ` [PATCH v2 1/4] tty/vt: 8th bit location in vc_uniscr routines Zsolt Kajtar
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Zsolt Kajtar @ 2025-09-01  5:26 UTC (permalink / raw)
  To: linux-serial, linux-kernel, gregkh, jirislaby; +Cc: Zsolt Kajtar

Having the 8th bit of a glyph in the attribute byte is tricky business.
These patches fix most of the cases where it went wrong in the VT code.
What remains is related to fbcon as well and so not part of this series.

This run fixes concerns raised on review and adds one more patch for a
problem which doesn't cause visible effects.

These patches were prepared to apply on tty-next.

Zsolt Kajtar (4):
  tty/vt: 8th bit location in vc_uniscr routines
  tty/vt: Prevent 8th bit corruption with soft cursor
  tty/vt: Fix unreadable kernel messages on vgacon
  tty/vt: use correct attribute mask in do_update_region

 drivers/tty/vt/vt.c | 40 ++++++++++++++++++++++++++--------------
 1 file changed, 26 insertions(+), 14 deletions(-)

-- 
2.30.2


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-09-06 11:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-01  5:26 [PATCH v2 0/4] tty/vt: fix various 512 glyph font issues Zsolt Kajtar
2025-09-01  5:26 ` [PATCH v2 1/4] tty/vt: 8th bit location in vc_uniscr routines Zsolt Kajtar
2025-09-01  5:26 ` [PATCH v2 2/4] tty/vt: Prevent 8th bit corruption with soft cursor Zsolt Kajtar
2025-09-01  5:26 ` [PATCH v2 3/4] tty/vt: Fix unreadable kernel messages on vgacon Zsolt Kajtar
2025-09-01  5:26 ` [PATCH v2 4/4] tty/vt: use correct attribute mask in do_update_region Zsolt Kajtar
2025-09-06 11:42 ` [PATCH v2 0/4] tty/vt: fix various 512 glyph font issues Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).