Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752655Ab0AGNDw (ORCPT ); Thu, 7 Jan 2010 08:03:52 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752590Ab0AGNDv (ORCPT ); Thu, 7 Jan 2010 08:03:51 -0500 Received: from mga06.intel.com ([134.134.136.21]:5478 "EHLO orsmga101.jf.intel.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752584Ab0AGNDv (ORCPT ); Thu, 7 Jan 2010 08:03:51 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.49,235,1262592000"; d="scan'208";a="585144030" Message-ID: <4B45DBB5.9070904@linux.intel.com> Date: Thu, 07 Jan 2010 05:03:49 -0800 From: Arjan van de Ven User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.5) Gecko/20091204 Thunderbird/3.0 MIME-Version: 1.0 To: Hui Zhu CC: Andrew Morton , Sam Ravnborg , =?ISO-8859-15?Q?Ozan_=C7aglayan?= , Matthew Wilcox , linux-kernel@vger.kernel.org Subject: Re: [PATCH] Fix markup_oops.pl get error in x86 References: <4B448EE3.5060200@linux.intel.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 885 Lines: 33 On 1/6/2010 21:43, Hui Zhu wrote: > > What about this version? looks great to me, Acked-by: Arjan van de Ven > > Thanks, > Hui > > --- > scripts/markup_oops.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > --- a/scripts/markup_oops.pl > +++ b/scripts/markup_oops.pl > @@ -154,7 +154,7 @@ while () { > if ($line =~ /RIP: 0010:\[\<([a-z0-9]+)\>\]/) { > $target = $1; > } > - if ($line =~ /EIP is at ([a-zA-Z0-9\_]+)\+(0x[0-9a-f]+)\/0x[a-f0-9]/) { > + if ($line =~ /EIP is at ([a-zA-Z0-9\_]+)\+0x([0-9a-f]+)\/0x[a-f0-9]/) { > $function = $1; > $func_offset = $2; > } -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/