From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753911Ab0HKPQw (ORCPT ); Wed, 11 Aug 2010 11:16:52 -0400 Received: from rcsinet10.oracle.com ([148.87.113.121]:18370 "EHLO rcsinet10.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752825Ab0HKPQv (ORCPT ); Wed, 11 Aug 2010 11:16:51 -0400 Message-ID: <4C62BE2D.3030609@oracle.com> Date: Wed, 11 Aug 2010 08:13:49 -0700 From: Randy Dunlap Organization: Oracle Linux Engineering User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.5) Gecko/20091209 Fedora/3.0-3.fc11 Thunderbird/3.0 MIME-Version: 1.0 To: Huang Ying CC: Len Brown , Stephen Rothwell , "linux-acpi@vger.kernel.org" , LKML , Andi Kleen Subject: Re: [PATCH -v2] ACPI, APEI, ERST debug support References: <1281490670.2744.1331.camel@yhuang-dev> In-Reply-To: <1281490670.2744.1331.camel@yhuang-dev> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 08/10/10 18:37, Huang Ying wrote: > Hi, Len, > > There is build error on i386 in the previous version. This new version fixed > it, please replace it in acpi-test.git. > > Best Regards, > Huang Ying > -------------------------------> > This patch adds debugging/testing support to ERST. A misc device is > implemented to export raw ERST read/write/clear etc operations to user > space. With this patch, we can add ERST testing support to > linuxfirmwarekit ISO (linuxfirmwarekit.org) to verify the kernel > support and the firmware implementation. > > v2: > > - Fix build error on i386 > > Signed-off-by: Huang Ying > Signed-off-by: Andi Kleen > --- > drivers/acpi/apei/Kconfig | 9 + > drivers/acpi/apei/Makefile | 1 > drivers/acpi/apei/erst-dbg.c | 207 +++++++++++++++++++++++++++++++++++++++++++ > 3 files changed, 217 insertions(+) > create mode 100644 drivers/acpi/apei/erst-dbg.c A patch against linux-next (or some acpi tree) would have been better for testing, but anyway, I fixed that little problem. Acked-by: Randy Dunlap Thanks. -- ~Randy *** Remember to use Documentation/SubmitChecklist when testing your code ***