RE: [PATCH v3 6/7] efi_pstore: Add a format check for an existing variable name at reading time

2012-10-29 Thread Seiji Aguchi
> > + efivars->walk_entry = list_entry( > > + efivars->walk_entry->list.next, > > +struct efivar_entry, list); > > odd wrap. > I will fix it. Thanks, Seiji -- To unsubscribe from this

Re: [PATCH v3 6/7] efi_pstore: Add a format check for an existing variable name at reading time

2012-10-29 Thread Mike Waychison
On Fri, Oct 26, 2012 at 2:43 PM, Seiji Aguchi wrote: > [Issue] > > A format of variable name has been updated to type, id, count and ctime > to support holding multiple logs. > > Format of current variable name > dump-type0-1-2-12345678 > > type:0 > id:1 > count:2 > ctime:12345678 > >

Re: [PATCH v3 6/7] efi_pstore: Add a format check for an existing variable name at reading time

2012-10-29 Thread Mike Waychison
On Fri, Oct 26, 2012 at 2:43 PM, Seiji Aguchi seiji.agu...@hds.com wrote: [Issue] A format of variable name has been updated to type, id, count and ctime to support holding multiple logs. Format of current variable name dump-type0-1-2-12345678 type:0 id:1 count:2

RE: [PATCH v3 6/7] efi_pstore: Add a format check for an existing variable name at reading time

2012-10-29 Thread Seiji Aguchi
+ efivars-walk_entry = list_entry( + efivars-walk_entry-list.next, +struct efivar_entry, list); odd wrap. I will fix it. Thanks, Seiji -- To unsubscribe from this list: send

[PATCH v3 6/7] efi_pstore: Add a format check for an existing variable name at reading time

2012-10-26 Thread Seiji Aguchi
[Issue] A format of variable name has been updated to type, id, count and ctime to support holding multiple logs. Format of current variable name dump-type0-1-2-12345678 type:0 id:1 count:2 ctime:12345678 On the other hand, if an old variable name before being updated remains, users

[PATCH v3 6/7] efi_pstore: Add a format check for an existing variable name at reading time

2012-10-26 Thread Seiji Aguchi
[Issue] A format of variable name has been updated to type, id, count and ctime to support holding multiple logs. Format of current variable name dump-type0-1-2-12345678 type:0 id:1 count:2 ctime:12345678 On the other hand, if an old variable name before being updated remains, users