]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
hvc/xen: fix error path in xen_hvc_init() to always register frontend driver
authorDavid Woodhouse <dwmw@amazon.co.uk>
Fri, 20 Oct 2023 16:15:28 +0000 (17:15 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 28 Nov 2023 16:56:28 +0000 (16:56 +0000)
commitcfd543c108710d040e9e3de81633e256579ceaf1
tree5f7900aee906fff6448ef775221d5d0697374508
parent730e08cb9101202e16cc23f00a60af894379a794
hvc/xen: fix error path in xen_hvc_init() to always register frontend driver

commit 2704c9a5593f4a47620c12dad78838ca62b52f48 upstream.

The xen_hvc_init() function should always register the frontend driver,
even when there's no primary console — as there may be secondary consoles.
(Qemu can always add secondary consoles, but only the toolstack can add
the primary because it's special.)

Signed-off-by: David Woodhouse <dwmw@amazon.co.uk>
Reviewed-by: Juergen Gross <jgross@suse.com>
Cc: stable@vger.kernel.org
Link: https://lore.kernel.org/r/20231020161529.355083-3-dwmw2@infradead.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/hvc/hvc_xen.c