From: Steven Rostedt <rostedt@goodmis.org>
To: linux-kernel@vger.kernel.org
Subject: CONFIG_KALLSYMS_EXTRA_PASS
Date: Tue, 17 May 2005 17:23:26 -0400 [thread overview]
Message-ID: <1116365006.9737.42.camel@localhost.localdomain> (raw)
OK, I'm working on a custom kernel, and suddenly I'm getting the compile
error "Try setting CONFIG_KALLSYMS_EXTRA_PASS". I've also just did a
debian update, but that doesn't seem to bother the vanilla kernel.
What did I screw up to cause this kind of error? For now I'll just set
this CONFIG option, but I would like to also know how to fix this. Where
do I start to look?
Thanks,
-- Steve
FYI:
$ diff -u System.map .tmp_System.map
--- System.map 2005-05-17 17:00:45.000000000 -0400
+++ .tmp_System.map 2005-05-17 17:00:45.000000000 -0400
@@ -25485,9 +25485,9 @@
c03a1290 D kallsyms_addresses
c03aae14 D kallsyms_num_syms
c03aae18 D kallsyms_names
-c03c2b98 D kallsyms_markers
-c03c2c34 D kallsyms_token_table
-c03c300c D kallsyms_token_index
+c03c2b80 D kallsyms_markers
+c03c2c1c D kallsyms_token_table
+c03c2ff4 D kallsyms_token_index
c03c4000 D idt_table
c03c4000 A __nosave_begin
c03c4000 A __nosave_end
Looks to me that the kallsyms_names have changed.
System.map has 0x17d80 bytes and .tmp_System.map has 0x17d68 bytes with
the difference of 0x18 or 24 bytes (six 32bit words).
next reply other threads:[~2005-05-17 21:23 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-05-17 21:23 Steven Rostedt [this message]
2005-05-17 23:27 ` CONFIG_KALLSYMS_EXTRA_PASS pmarques
2005-05-18 0:00 ` CONFIG_KALLSYMS_EXTRA_PASS Steven Rostedt
2005-05-18 0:59 ` CONFIG_KALLSYMS_EXTRA_PASS pmarques
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=1116365006.9737.42.camel@localhost.localdomain \
--to=rostedt@goodmis.org \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.