RE: Re: [PATCH v2 2/5] ramoops: introduce generic init/free functions for prz

2016-10-04 Thread 岩松信洋 / IWAMATSU,NOBUHIRO
raku Toyooka; Mark > Salyzyn; 阿口誠司 / AGUCHI,SEIJI > Subject: [!]Re: [PATCH v2 2/5] ramoops: introduce generic init/free > functions for prz > > On Sun, Jul 24, 2016 at 8:56 PM, Nobuhiro Iwamatsu > <nobuhiro.iwamatsu...@hitachi.com> wrote: > > From: Hiraku Toyooka <

RE: Re: [PATCH v2 2/5] ramoops: introduce generic init/free functions for prz

2016-10-04 Thread 岩松信洋 / IWAMATSU,NOBUHIRO
raku Toyooka; Mark > Salyzyn; 阿口誠司 / AGUCHI,SEIJI > Subject: [!]Re: [PATCH v2 2/5] ramoops: introduce generic init/free > functions for prz > > On Sun, Jul 24, 2016 at 8:56 PM, Nobuhiro Iwamatsu > wrote: > > From: Hiraku Toyooka > > > > We modifies initialization

Re: [PATCH v2 2/5] ramoops: introduce generic init/free functions for prz

2016-09-08 Thread Kees Cook
On Sun, Jul 24, 2016 at 8:56 PM, Nobuhiro Iwamatsu wrote: > From: Hiraku Toyooka > > We modifies initialization and freeing code for prz for generic usage. Sorry for the delay in getting to this review, I've been catching up on

Re: [PATCH v2 2/5] ramoops: introduce generic init/free functions for prz

2016-09-08 Thread Kees Cook
On Sun, Jul 24, 2016 at 8:56 PM, Nobuhiro Iwamatsu wrote: > From: Hiraku Toyooka > > We modifies initialization and freeing code for prz for generic usage. Sorry for the delay in getting to this review, I've been catching up on pstore finally. :) > This change > > * add generic function

[PATCH v2 2/5] ramoops: introduce generic init/free functions for prz

2016-07-24 Thread Nobuhiro Iwamatsu
From: Hiraku Toyooka We modifies initialization and freeing code for prz for generic usage. This change * add generic function __ramoops_init_prz() to reduce redundancy between ramoops_init_prz() and ramoops_init_przs(). * rename 'przs' member in struct

[PATCH v2 2/5] ramoops: introduce generic init/free functions for prz

2016-07-24 Thread Nobuhiro Iwamatsu
From: Hiraku Toyooka We modifies initialization and freeing code for prz for generic usage. This change * add generic function __ramoops_init_prz() to reduce redundancy between ramoops_init_prz() and ramoops_init_przs(). * rename 'przs' member in struct ramoops_context to 'dprzs' so that