]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
vt: Remove con_debug_enter/_leave from struct consw
authorThomas Zimmermann <tzimmermann@suse.de>
Mon, 8 Dec 2025 10:17:34 +0000 (11:17 +0100)
committerThomas Zimmermann <tzimmermann@suse.de>
Sun, 21 Dec 2025 17:24:53 +0000 (18:24 +0100)
commitc83e42990303c05e60001d636212502ed5a2d48a
tree5f9dcc580cdacda45ed8ef666619419839eee457
parent353e72df138aabc8e6dc60e144eebe806fc64428
vt: Remove con_debug_enter/_leave from struct consw

There are no implementations of con_debug_enter and con_debug_leave.
Remove the callbacks from struct consw and clean up the caller.

This is a functional revert of commit b45cfba4e900 ("vt,console,kdb:
implement atomic console enter/leave functions").

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Link: https://patch.msgid.link/20251208102851.40894-3-tzimmermann@suse.de
drivers/tty/vt/vt.c
include/linux/console.h