All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] m68k: Bug fix and cleanup for framebuffer debug console
@ 2025-03-27 22:39 Finn Thain
  2025-03-27 22:39 ` [PATCH v3 1/3] m68k: Fix lost column on " Finn Thain
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Finn Thain @ 2025-03-27 22:39 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: linux-kernel, linux-m68k, stable

This series has a bug fix for the early bootconsole as well as some
related efficiency improvements and cleanup.

The relevant code is subject to CONSOLE_DEBUG, which is presently only
used with CONFIG_MAC. To test this series (in qemu-system-m68k, for example)
it's helpful to enable CONFIG_EARLY_PRINTK and
CONFIG_FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER and boot with
kernel parameters 'console=ttyS0 earlyprintk keep_bootcon'.

---
Changed since v1: 
 - Solved problem with line wrap while scrolling.
 - Added two additional patches.

Changed since v2:
 - Adopted addq and subq as suggested by Andreas.


Finn Thain (3):
  m68k: Fix lost column on framebuffer debug console
  m68k: Avoid pointless recursion in debug console rendering
  m68k: Remove unused "cursor home" code from debug console

 arch/m68k/kernel/head.S | 73 +++++++++++++++++++++--------------------
 1 file changed, 37 insertions(+), 36 deletions(-)

-- 
2.45.3


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

end of thread, other threads:[~2025-07-06 10:27 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-27 22:39 [PATCH v3 0/3] m68k: Bug fix and cleanup for framebuffer debug console Finn Thain
2025-03-27 22:39 ` [PATCH v3 1/3] m68k: Fix lost column on " Finn Thain
2025-07-06 10:27   ` Geert Uytterhoeven
2025-03-27 22:39 ` [PATCH v3 3/3] m68k: Remove unused "cursor home" code from " Finn Thain
2025-07-06 10:27   ` Geert Uytterhoeven
2025-03-27 22:39 ` [PATCH v3 2/3] m68k: Avoid pointless recursion in debug console rendering Finn Thain
2025-07-06 10:27   ` Geert Uytterhoeven
2025-06-11 15:11 ` [PATCH v3 0/3] m68k: Bug fix and cleanup for framebuffer debug console Stan Johnson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.