[PATCH 0/2] vt: Remove kdb hooks

Thomas Zimmermann posted 2 patches 1 week, 3 days ago
drivers/tty/vt/vt.c     | 32 ++------------------------------
include/linux/console.h |  8 --------
2 files changed, 2 insertions(+), 38 deletions(-)
[PATCH 0/2] vt: Remove kdb hooks
Posted by Thomas Zimmermann 1 week, 3 days ago
Commit 7068d42048da ("fbcon: Remove fb_debug_enter/_leave from struct
fb_ops") removed the only implementation of the kdb hooks in struct
consw. Now clean up the callers in vt and the hooks themselves.

If accepted, this series would ideally go through DRM trees, so that
it reaches upstream together with the fbcon rework in v6.20-rc1.

Thomas Zimmermann (2):
  vt: Remove trailing whitespace
  vt: Remove con_debug_enter/_leave from struct consw

 drivers/tty/vt/vt.c     | 32 ++------------------------------
 include/linux/console.h |  8 --------
 2 files changed, 2 insertions(+), 38 deletions(-)

-- 
2.52.0
Re: [PATCH 0/2] vt: Remove kdb hooks
Posted by Greg KH 1 week, 3 days ago
On Mon, Dec 08, 2025 at 11:17:32AM +0100, Thomas Zimmermann wrote:
> Commit 7068d42048da ("fbcon: Remove fb_debug_enter/_leave from struct
> fb_ops") removed the only implementation of the kdb hooks in struct
> consw. Now clean up the callers in vt and the hooks themselves.
> 
> If accepted, this series would ideally go through DRM trees, so that
> it reaches upstream together with the fbcon rework in v6.20-rc1.

No objection from me, thanks for the cleanups!

Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>