diff options
author | Seiji Aguchi <seiji.aguchi@hds.com> | 2012-11-14 21:29:21 +0100 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2012-11-27 01:08:37 +0100 |
commit | f94ec0c0594ef73ab3a2f1f32735aca8ddaf65e2 (patch) | |
tree | 476e4615eb15c6a08d2511802fdcd35418a1896d /drivers/edac | |
parent | efi_pstore: Add a format check for an existing variable name at reading time (diff) | |
download | linux-f94ec0c0594ef73ab3a2f1f32735aca8ddaf65e2.tar.xz linux-f94ec0c0594ef73ab3a2f1f32735aca8ddaf65e2.zip |
efi_pstore: Add a format check for an existing variable name at erasing time
[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 can't erase it via /dev/pstore.
Format of old variable name
dump-type0-1-12345678
type:0
id:1
ctime:12345678
[Solution]
This patch add a format check for the old variable name in a erase callback to make it erasable.
Signed-off-by: Seiji Aguchi <seiji.aguchi@hds.com>
Acked-by: Mike Waychison <mikew@google.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'drivers/edac')
0 files changed, 0 insertions, 0 deletions