public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@osdl.org>
To: Aneesh Kumar <aneesh.kumar@gmail.com>
Cc: rth@redhat.com, ink@jurassic.park.msu.ru, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] Alpha print the symbol name in Oops
Date: Thu, 8 Jul 2004 00:15:47 -0700	[thread overview]
Message-ID: <20040708001547.0fa78731.akpm@osdl.org> (raw)
In-Reply-To: <cc723f5904070722341dcde1af@mail.gmail.com>

Aneesh Kumar <aneesh.kumar@gmail.com> wrote:
>
>  +		printk("[<%lx>]", tmp);
>  +		print_symbol(" %s\n", tmp);

print_symbol() does nothing at all if CONFIG_KALLSYMS=n.  You probably want:

	printk("[<%lx>]", tmp);
	print_symbol(" %s", tmp);
	printk("\n");


  reply	other threads:[~2004-07-08  7:19 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-07-08  5:34 [PATCH] Alpha print the symbol name in Oops Aneesh Kumar
2004-07-08  7:15 ` Andrew Morton [this message]
2004-07-08  9:16   ` Aneesh Kumar
2004-07-08  9:19     ` Andrew Morton
2004-07-08  9:19     ` Aneesh Kumar

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040708001547.0fa78731.akpm@osdl.org \
    --to=akpm@osdl.org \
    --cc=aneesh.kumar@gmail.com \
    --cc=ink@jurassic.park.msu.ru \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rth@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox