lkml.org 
[lkml]   [2021]   [Nov]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH AUTOSEL 5.15 50/68] xen: flag hvc_xen to be not essential for system boot
    Date
    From: Juergen Gross <jgross@suse.com>

    [ Upstream commit 0239143490a9fa1344955dde93527b09f5576dac ]

    The Xen pv console driver is not essential for boot. Set the respective
    flag.

    Signed-off-by: Juergen Gross <jgross@suse.com>
    Reviewed-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
    Link: https://lore.kernel.org/r/20211022064800.14978-4-jgross@suse.com
    Signed-off-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
    Signed-off-by: Sasha Levin <sashal@kernel.org>
    ---
    drivers/tty/hvc/hvc_xen.c | 1 +
    1 file changed, 1 insertion(+)

    diff --git a/drivers/tty/hvc/hvc_xen.c b/drivers/tty/hvc/hvc_xen.c
    index f0bf01ea069ae..71e0dd2c0ce5b 100644
    --- a/drivers/tty/hvc/hvc_xen.c
    +++ b/drivers/tty/hvc/hvc_xen.c
    @@ -522,6 +522,7 @@ static struct xenbus_driver xencons_driver = {
    .remove = xencons_remove,
    .resume = xencons_resume,
    .otherend_changed = xencons_backend_changed,
    + .not_essential = true,
    };
    #endif /* CONFIG_HVC_XEN_FRONTEND */

    --
    2.33.0
    \
     
     \ /
      Last update: 2021-11-30 15:55    [W:4.057 / U:0.100 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site