On Thu, 17 Dec 2020 11:41:05 -0800 Nadav Amit <nadav.amit@xxxxxxxxx> wrote: > > On Dec 16, 2020, at 12:11 PM, Claudio Imbrenda > > <imbrenda@xxxxxxxxxxxxx> wrote: > > > > My previous patchseries was rushed and not polished enough. > > Furthermore it introduced some regressions. > > > > This patchseries fixes hopefully all the issues reported, and > > introduces some new features. > > > > It also simplifies the code and hopefully makes it more readable. > > > > Fixed: > > * allocated memory is now zeroed by default > > Thanks for doing that. Before I test it, did you also fix the issue > of x86’s setup_vm() [1]? > > [1] https://www.spinics.net/lists/kvm/msg230470.html unfortunately no, because I could not reproduce it. In theory setup_vm should just work, since it is called twice, but on different address ranges. The only issue I can think of is if the second call overlaps multiple areas. can you send me the memory map of that machine you're running the tests on? (/proc/iomem) Claudio