]> Pileus Git - ~andy/linux/commit
CPER failed to handle generic error records with multiple sections
authorJiang Liu <liuj97@gmail.com>
Tue, 14 Feb 2012 16:01:44 +0000 (00:01 +0800)
committerLen Brown <len.brown@intel.com>
Fri, 30 Mar 2012 08:01:26 +0000 (04:01 -0400)
commit37d2a3622d249d83413c92a1cd9e94b5237d0fcc
tree81456457d095b0615dd1664b12c880fe8859e449
parent15afae604651d4e17652d2ffb56f5e36f991cfef
CPER failed to handle generic error records with multiple sections

The function apei_estatus_print() and apei_estatus_check() forget to move ahead
the gdata pointer when dealing with multiple generic error data sections.

Signed-off-by: Jiang Liu <jiang.liu@huawei.com>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/apei/cper.c