Re: [PATCH v4 02/10] resource: add walk_system_ram_res_rev()

2017-10-05 Thread AKASHI Takahiro
Hi Julien, On Thu, Oct 05, 2017 at 10:36:47AM +0100, Julien Thierry wrote: > Hi Takahiro, > > On 02/10/17 07:14, AKASHI Takahiro wrote: > >This function, being a variant of walk_system_ram_res() introduced in > >commit 8c86e70acead ("resource: provide new functions to walk through > >resources"),

Re: [PATCH v4 02/10] resource: add walk_system_ram_res_rev()

2017-10-05 Thread Julien Thierry
Hi Takahiro, On 02/10/17 07:14, AKASHI Takahiro wrote: This function, being a variant of walk_system_ram_res() introduced in commit 8c86e70acead ("resource: provide new functions to walk through resources"), walks through a list of all the resources of System RAM in reversed order, i.e., from hi

[PATCH v4 02/10] resource: add walk_system_ram_res_rev()

2017-10-01 Thread AKASHI Takahiro
This function, being a variant of walk_system_ram_res() introduced in commit 8c86e70acead ("resource: provide new functions to walk through resources"), walks through a list of all the resources of System RAM in reversed order, i.e., from higher to lower. It will be used in kexec_file implementati