public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Keith Owens <kaos@ocs.com.au>
To: klink@clouddancer.com
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.4.5-ac12 kernel oops
Date: Tue, 26 Jun 2001 01:41:52 +1000	[thread overview]
Message-ID: <32526.993483712@ocs3.ocs-net> (raw)
In-Reply-To: Your message of "Mon, 25 Jun 2001 08:15:49 MST." <20010625151549.7ED6F784D9@mail.clouddancer.com>

On Mon, 25 Jun 2001 08:15:49 -0700 (PDT), 
klink@clouddancer.com (Colonel) wrote:
>ksymoops 2.4.1 on i686 2.4.5-ac12.  Options used
>Warning (compare_maps): mismatch on symbol partition_name  , ksyms_base says c01aad00, System.map says c014cba0.  Ignoring ksyms_base entry
>Why the symbol mismatch?

The mismatch is caused by two variables called partition_name.  What
does 'nm vmlinux | grep partition_name' show?  Probably one
partition_name at c01aad00 and another at c014cba0.  Both
fs/partitions/msdos.c and drivers/md/md.c define that symbol, md
exports its version.  A good reason why exported symbols should have
unique names.

>Why ignore /proc over the System.map?

ksymoops has a hierarchy of trust.  System.map is more trustworthy than
/proc/ksyms because ksyms changes, especially if you rebooted after the
oops and before running ksymoops.


  reply	other threads:[~2001-06-25 15:42 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-06-25 15:15 2.4.5-ac12 kernel oops Colonel
2001-06-25 15:41 ` Keith Owens [this message]
     [not found] ` <9h7mbt$p2b$1@ns1.clouddancer.com>
2001-06-25 16:02   ` Colonel
2001-06-25 16:20     ` Keith Owens
     [not found]     ` <9h7oho$9dc$1@ns1.clouddancer.com>
2001-06-26  7:33       ` Colonel

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=32526.993483712@ocs3.ocs-net \
    --to=kaos@ocs.com.au \
    --cc=klink@clouddancer.com \
    --cc=linux-kernel@vger.kernel.org \
    /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