On Tue, Nov 12, 2019 at 02:19:43PM +0000, Anthony PERARD wrote: > From: Anthony PERARD <[email protected]> > > If an error were to happen before the last step, for example the > domain_configuration is missing, the error wouldn't be check by the
check -> checked > _end callback. > > Fix that, also initialise `lock' to NULL because the exit path checks > it. > > The issue shows up when there's a stubdom, and running `xl list -l` > aborts. Instead, with this patch, `xl list -l` will not list stubdom, > probably like before. > > Reported-by: Marek Marczykowski-Górecki <[email protected]> > Fixes: 61563419257ed40278938db2cce7d697aed44f5d > Signed-off-by: Anthony PERARD <[email protected]> Acked-by: Wei Liu <[email protected]> I also have a look at other callbacks. The _end one is the only one that missed this early exit path. Juergen, this should definitively be in 4.13 since it fixes a bug introduced in this cycle. Wei. _______________________________________________ Xen-devel mailing list [email protected] https://lists.xenproject.org/mailman/listinfo/xen-devel
