Re: [PATCH v2 0/5] spapr: Fix and cleanups for sPAPR CPU core

2020-10-21 Thread David Gibson
On Thu, Oct 15, 2020 at 11:18:18PM +0200, Greg Kurz wrote: > While reading the code _again_ I spotted a memory leak and I realized > that the realize/unrealize paths are uselessly complex and not really > symmetrical. > > This series fixes the leak and re-shuffles the code to make it cleaner. > >

[PATCH v2 0/5] spapr: Fix and cleanups for sPAPR CPU core

2020-10-15 Thread Greg Kurz
While reading the code _again_ I spotted a memory leak and I realized that the realize/unrealize paths are uselessly complex and not really symmetrical. This series fixes the leak and re-shuffles the code to make it cleaner. Tested with 'make check', travis-ci and manual hotplug/unplug of CPU cor