RE: [PATCH v2 2/2] mm: Introduce kernelcore=reliable option

2015-12-08 Thread Izumi, Taku
Hiroyuki/亀澤 寛之; m...@csn.ul.ie; > a...@linux-foundation.org; dave.han...@intel.com; m...@codeblueprint.co.uk > Subject: Re: [PATCH v2 2/2] mm: Introduce kernelcore=reliable option > > On 2015/11/27 23:04, Taku Izumi wrote: > > > This patch extends existing "kernelcore" opt

Re: [PATCH v2 2/2] mm: Introduce kernelcore=reliable option

2015-12-08 Thread Xishi Qiu
On 2015/12/9 10:25, Xishi Qiu wrote: > On 2015/11/27 23:04, Taku Izumi wrote: > >> This patch extends existing "kernelcore" option and >> introduces kernelcore=reliable option. By specifying >> "reliable" instead of specifying the amount of memory, >> non-reliable region will be arranged into ZON

Re: [PATCH v2 2/2] mm: Introduce kernelcore=reliable option

2015-12-08 Thread Xishi Qiu
On 2015/11/27 23:04, Taku Izumi wrote: > This patch extends existing "kernelcore" option and > introduces kernelcore=reliable option. By specifying > "reliable" instead of specifying the amount of memory, > non-reliable region will be arranged into ZONE_MOVABLE. > > v1 -> v2: > - Refine so that

[PATCH v2 2/2] mm: Introduce kernelcore=reliable option

2015-11-26 Thread Taku Izumi
This patch extends existing "kernelcore" option and introduces kernelcore=reliable option. By specifying "reliable" instead of specifying the amount of memory, non-reliable region will be arranged into ZONE_MOVABLE. v1 -> v2: - Refine so that the following case also can be handled properly: