]> git.baikalelectronics.ru Git - kernel.git/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)
commitfd200b2e3128e37a41cfbdc047a13a209457c355
tree81456457d095b0615dd1664b12c880fe8859e449
parentb55547760f1348ae16aad1e9741b4a34bd56a0c9
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