Re: Is it worth to fix the crashkernel reserved memory blocks the hotplug issue?

2018-12-10 Thread Baoquan He
On 12/10/18 at 12:08pm, Pingfan Liu wrote: > Hi, > I found in powerpc code, it is doable to reserve memory region in > movable zone, such as crashkernel does. But in x86 code, it checks the > hotpluggable attribute of memory, hence if manually specifying a > region in hotpluggable region, it will

Is it worth to fix the crashkernel reserved memory blocks the hotplug issue?

2018-12-09 Thread Pingfan Liu
Hi, I found in powerpc code, it is doable to reserve memory region in movable zone, such as crashkernel does. But in x86 code, it checks the hotpluggable attribute of memory, hence if manually specifying a region in hotpluggable region, it will fail. The x86 code: /* 0 means: find the address