All of lore.kernel.org
 help / color / mirror / Atom feed
From: Finn Thain <fthain@linux-m68k.org>
To: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: linux-kernel@vger.kernel.org, linux-m68k@lists.linux-m68k.org,
	stable@vger.kernel.org
Subject: [PATCH v2 0/3] m68k: Bug fix and cleanup for framebuffer debug console
Date: Wed, 19 Mar 2025 20:31:15 +1100	[thread overview]
Message-ID: <cover.1742376675.git.fthain@linux-m68k.org> (raw)

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 only used
on Macs at present.

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


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


             reply	other threads:[~2025-03-19  9:34 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-19  9:31 Finn Thain [this message]
2025-03-19  9:31 ` [PATCH v2 3/3] m68k: Remove unused "cursor home" code from debug console Finn Thain
2025-03-19  9:31 ` [PATCH v2 2/3] m68k: Avoid pointless recursion in debug console rendering Finn Thain
2025-03-19  9:31 ` [PATCH v2 1/3] m68k: Fix lost column on framebuffer debug console Finn Thain
2025-03-19  9:59   ` Andreas Schwab
2025-03-20  7:23     ` Finn Thain

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1742376675.git.fthain@linux-m68k.org \
    --to=fthain@linux-m68k.org \
    --cc=geert@linux-m68k.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-m68k@lists.linux-m68k.org \
    --cc=stable@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.