Re: [RFC] misleading error message

From: Jan Engelhardt
Date: Fri Dec 03 2004 - 05:37:16 EST


>> Random side thoughts..
>>
>> a) is there a simple way to search for symbols in a running kernel's
>> memory area that
>> b) can differentiate between module and static, and if so
>> c) is there an interest in a tiny tool that scripts could use to
>> determine existing support?
>>
>
> Take a look in /proc/kallsyms when you have a module loaded. [...]
>grep '\[natsemi\]' /proc/kallsyms

Most distributors do not have the CONFIG_KALLSYMS (or whatever it is called)
active. And IIRC, the help texts say that it consumes a lot of memory (which is
probably due to kallsyms storing not only symbols we need).


Jan Engelhardt
--
ENOSPC
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/