Re: [PATCH 0/2] ppc: fix vcpu hotunplug leak in spapr_realize_vcpu

2022-03-29 Thread Daniel Henrique Barboza
On 3/29/22 05:36, Cédric Le Goater wrote: On 3/29/22 03:24, David Gibson wrote: On Mon, Mar 28, 2022 at 09:59:16AM -0300, Daniel Henrique Barboza wrote: Hi, This is a memory leak found by Valgrind when testing vcpu hotplug/unplug in pSeries guests. Other vcpu hotplug/unplug leaks are still

Re: [PATCH 0/2] ppc: fix vcpu hotunplug leak in spapr_realize_vcpu

2022-03-29 Thread Cédric Le Goater
On 3/29/22 03:24, David Gibson wrote: On Mon, Mar 28, 2022 at 09:59:16AM -0300, Daniel Henrique Barboza wrote: Hi, This is a memory leak found by Valgrind when testing vcpu hotplug/unplug in pSeries guests. Other vcpu hotplug/unplug leaks are still present in the common code (one in the KVM th

Re: [PATCH 0/2] ppc: fix vcpu hotunplug leak in spapr_realize_vcpu

2022-03-28 Thread David Gibson
On Mon, Mar 28, 2022 at 09:59:16AM -0300, Daniel Henrique Barboza wrote: > Hi, > > This is a memory leak found by Valgrind when testing vcpu > hotplug/unplug in pSeries guests. > > Other vcpu hotplug/unplug leaks are still present in the common code > (one in the KVM thread loop and another in cp

[PATCH 0/2] ppc: fix vcpu hotunplug leak in spapr_realize_vcpu

2022-03-28 Thread Daniel Henrique Barboza
Hi, This is a memory leak found by Valgrind when testing vcpu hotplug/unplug in pSeries guests. Other vcpu hotplug/unplug leaks are still present in the common code (one in the KVM thread loop and another in cpu_address_space via cpu->cpu_ases) but these are already being handled by Mark Kanda an