RE: [PATCH v2 3/5] pstore: support multiple pmsg instances

2016-10-04 Thread 岩松信洋 / IWAMATSU,NOBUHIRO
; 阿口誠司 / AGUCHI,SEIJI > Subject: Re: [PATCH v2 3/5] pstore: support multiple pmsg instances > > On Sun, Jul 24, 2016 at 8:56 PM, Nobuhiro Iwamatsu > wrote: > > From: Hiraku Toyooka > > > > This enables pmsg to deal with multiple instances. One possible use is > > c

Re: [PATCH v2 3/5] pstore: support multiple pmsg instances

2016-09-08 Thread Kees Cook
On Sun, Jul 24, 2016 at 8:56 PM, Nobuhiro Iwamatsu wrote: > From: Hiraku Toyooka > > This enables pmsg to deal with multiple instances. One possible > use is content priority control on limited persistent store space. By > using different buffers, we can prevent important messages from being > ov

[PATCH v2 3/5] pstore: support multiple pmsg instances

2016-07-24 Thread Nobuhiro Iwamatsu
From: Hiraku Toyooka This enables pmsg to deal with multiple instances. One possible use is content priority control on limited persistent store space. By using different buffers, we can prevent important messages from being overwritten by less important messages. When pstore backend module spec