Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753635Ab1CWOOx (ORCPT ); Wed, 23 Mar 2011 10:14:53 -0400 Received: from mail-ww0-f44.google.com ([74.125.82.44]:43960 "EHLO mail-ww0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751965Ab1CWOOv convert rfc822-to-8bit (ORCPT ); Wed, 23 Mar 2011 10:14:51 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=rYfKKPN87oPWMdvZSNGN5RLDJ+bgweyBr3ypYWt6LFhtzEZ6mHa779PoTs+qG4i6kD 7c0hKwfP+6UVd0nwdW+Vr83/VtozL7BK60kL+ESuYx90hTaxlkqPq6mlXRc4DhC32Lkt 3GPXaB/93m+Yw87w5oN4GguIRIoF46xspGVVM= MIME-Version: 1.0 In-Reply-To: <1300884395-13835-2-git-send-email-namhyung@gmail.com> References: <1300884395-13835-1-git-send-email-namhyung@gmail.com> <1300884395-13835-2-git-send-email-namhyung@gmail.com> Date: Wed, 23 Mar 2011 15:14:50 +0100 Message-ID: Subject: Re: [PATCH 2/2] x86, dumpstack: use %pT format specifier for stack trace From: Frederic Weisbecker To: Namhyung Kim Cc: Andrew Morton , Steven Rostedt , linux-kernel@vger.kernel.org, Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , x86@kernel.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1130 Lines: 34 Acked-by: Frederic Weisbecker 2011/3/23 Namhyung Kim : > Signed-off-by: Namhyung Kim > Cc: Thomas Gleixner > Cc: Ingo Molnar > Cc: "H. Peter Anvin" > Cc: x86@kernel.org > --- > ?arch/x86/kernel/dumpstack.c | ? ?2 +- > ?1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/arch/x86/kernel/dumpstack.c b/arch/x86/kernel/dumpstack.c > index 914065620f2c..809d027de28f 100644 > --- a/arch/x86/kernel/dumpstack.c > +++ b/arch/x86/kernel/dumpstack.c > @@ -27,7 +27,7 @@ static int die_counter; > > ?void printk_address(unsigned long address, int reliable) > ?{ > - ? ? ? printk(" [<%p>] %s%pS\n", (void *) address, > + ? ? ? printk(" [<%p>] %s%pT\n", (void *) address, > ? ? ? ? ? ? ? ? ? ? ? ?reliable ? "" : "? ", (void *) address); > ?} > > -- > 1.7.4 > > -- 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/