Re: [BUG] pstore: failed to load 76 record(s) from 'efi'

2013-10-23 Thread Madper Xie
It seems pstore dump the messages with a same guid. But when loading them, pstore check if they are exist by id in pstore_mkfile(): list_for_each_entry(pos, , list) { if (pos->type == type && pos->id == id && pos->psi == psi) {

Re: [BUG] pstore: failed to load 76 record(s) from 'efi'

2013-10-23 Thread Madper Xie
It seems pstore dump the messages with a same guid. But when loading them, pstore check if they are exist by id in pstore_mkfile(): list_for_each_entry(pos, allpstore, list) { if (pos-type == type pos-id == id pos-psi == psi) {

[BUG] pstore: failed to load 76 record(s) from 'efi'

2013-10-22 Thread Madper Xie
Hi folks, after mount pstore with efi as backend there are only 11 entries in pstore dir. Although I have about 80 pstore entries in my nvram. I can reproduce it 100% on my DELL XPS. And will try it on one more vendor. my kernel version is 3.12-rc4. Please let me know if it's not a

[BUG] pstore: failed to load 76 record(s) from 'efi'

2013-10-22 Thread Madper Xie
Hi folks, after mount pstore with efi as backend there are only 11 entries in pstore dir. Although I have about 80 pstore entries in my nvram. I can reproduce it 100% on my DELL XPS. And will try it on one more vendor. my kernel version is 3.12-rc4. Please let me know if it's not a