]> git.baikalelectronics.ru Git - kernel.git/commit
ACPI, APEI, ERST, Fix erst-dbg long record reading issue
authorChen Gong <gong.chen@linux.intel.com>
Wed, 13 Jul 2011 05:14:14 +0000 (13:14 +0800)
committerLen Brown <len.brown@intel.com>
Thu, 14 Jul 2011 03:31:51 +0000 (23:31 -0400)
commite573319d1036d576cc36f993cc7bee9cf15385ba
treee772a03f4f604c8bd62b112d1868f8cc1cdffde6
parenta80b58838320a48468d0d25ffd8916d78b4ac787
ACPI, APEI, ERST, Fix erst-dbg long record reading issue

When we debug ERST table with erst-dbg, if the error record in ERST
table is too long(>4K), it can't be read out.  So this patch increases
the buffer size to 16K to ensure such error records can be read from
ERST table.

Signed-off-by: Chen Gong <gong.chen@linux.intel.com>
Signed-off-by: Huang Ying <ying.huang@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/apei/erst-dbg.c