> -----Original Message----- > From: Markus Armbruster <[email protected]> > Sent: 20 April 2020 09:33 > To: [email protected] > Cc: Stefano Stabellini <[email protected]>; Anthony Perard > <[email protected]>; Paul > Durrant <[email protected]>; [email protected] > Subject: [PATCH 09/11] xen/pt: Fix flawed conversion to realize() > > The conversion of xen_pt_initfn() to xen_pt_realize() blindly replaced > XEN_PT_ERR() by error_setg(). Several error conditions that did not > fail xen_pt_initfn() now fail xen_pt_realize(). Unsurprisingly, the > cleanup on these errors looks highly suspicious. > > Revert the inappropriate replacements. > > Fixes: 5a11d0f7549e24a10e178a9dc8ff5e698031d9a6 > Cc: Stefano Stabellini <[email protected]> > Cc: Anthony Perard <[email protected]> > Cc: Paul Durrant <[email protected]> > Cc: [email protected] > Signed-off-by: Markus Armbruster <[email protected]>
Reviewed-by: Paul Durrant <[email protected]>
