From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753782Ab0HLQAe (ORCPT ); Thu, 12 Aug 2010 12:00:34 -0400 Received: from rcsinet10.oracle.com ([148.87.113.121]:52367 "EHLO rcsinet10.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752045Ab0HLQAc (ORCPT ); Thu, 12 Aug 2010 12:00:32 -0400 Message-ID: <4C6419D5.80705@oracle.com> Date: Thu, 12 Aug 2010 08:57:09 -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 -v3] ACPI, APEI, ERST debug support References: <1281585317.2744.1468.camel@yhuang-dev> In-Reply-To: <1281585317.2744.1468.camel@yhuang-dev> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 08/11/10 20:55, Huang Ying wrote: > Hi, Len, > > This is v3 of ERST debug support patch, fixes i386 build error and > warning. 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. > > > v3: > > - Fix ssize_t printk format string instead of cast. > > 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 Works for me. Thanks. Acked-by: Randy Dunlap -- ~Randy *** Remember to use Documentation/SubmitChecklist when testing your code ***