xen: flag pvcalls-front to be not essential for system boot
authorJuergen Gross <jgross@suse.com>
Fri, 22 Oct 2021 06:47:59 +0000 (08:47 +0200)
committerBoris Ostrovsky <boris.ostrovsky@oracle.com>
Tue, 23 Nov 2021 19:42:20 +0000 (13:42 -0600)
The Xen pvcalls device is not essential for booting. 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-5-jgross@suse.com
Signed-off-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
drivers/xen/pvcalls-front.c

index 7984645..3c9ae15 100644 (file)
@@ -1275,6 +1275,7 @@ static struct xenbus_driver pvcalls_front_driver = {
        .probe = pvcalls_front_probe,
        .remove = pvcalls_front_remove,
        .otherend_changed = pvcalls_front_changed,
+       .not_essential = true,
 };
 
 static int __init pvcalls_frontend_init(void)