All of lore.kernel.org
 help / color / mirror / Atom feed
* CONFIG_KALLSYMS_EXTRA_PASS
@ 2005-05-17 21:23 Steven Rostedt
  2005-05-17 23:27 ` CONFIG_KALLSYMS_EXTRA_PASS pmarques
  0 siblings, 1 reply; 4+ messages in thread
From: Steven Rostedt @ 2005-05-17 21:23 UTC (permalink / raw)
  To: linux-kernel

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). 


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-05-18  1:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-17 21:23 CONFIG_KALLSYMS_EXTRA_PASS Steven Rostedt
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

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.