size in /proc/modules

From: John Levon (levon@movementarian.org)
Date: Mon Jan 20 2003 - 09:27:03 EST


/proc/modules size field includes init_size in 2.5. Why ?

The removal of sensible values in /proc/ksyms means that oprofile can no
longer attribute module samples reliably. The only information we have
is module_core address, and size == core_size+init_size. Since init code
is removed in sys_init_module, this will overestimate, and can lead to
overlapping with the start of another module, afaics.

In 2.4, we had size(.text), which could underestimate (think
.text.exit), but that is not a big problem.

Rusty, does this fall under another one of your "corner cases" ? (what I
would call "flaky code" ...)

Or I have I just missed something obvious ?

regards
john

-- 
"Anyone who quotes Rusty in their sig is an idiot."
	- me
-
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/



This archive was generated by hypermail 2b29 : Thu Jan 23 2003 - 22:00:23 EST