Re: [Xen-devel] [PATCH v4 01/11] xen: make xen loader callable multiple times

2016-02-22 Thread Daniel Kiper
On Mon, Feb 22, 2016 at 07:03:09AM +0100, Juergen Gross wrote: > The loader for xen paravirtualized environment isn't callable multiple > times as it won't free any memory in case of failure. > > Call grub_relocator_unload() as other modules do it before allocating > a new relocator or when unloadi

[Xen-devel] [PATCH v4 01/11] xen: make xen loader callable multiple times

2016-02-21 Thread Juergen Gross
The loader for xen paravirtualized environment isn't callable multiple times as it won't free any memory in case of failure. Call grub_relocator_unload() as other modules do it before allocating a new relocator or when unloading the module. Signed-off-by: Juergen Gross --- V4: split patch into t