Re: managing kallsyms_addresses

2008-01-31 Thread Robin Getz
On Thu 31 Jan 2008 12:27, Paulo Marques pondered: > Robin Getz wrote: > > When the kernel needs to find out what symbol is at a specific address, it > > uses kallsyms_lookup() This seems to work pretty well - almost. > > > > The problem is today, we don't to remove the symbols from the init secti

Re: managing kallsyms_addresses

2008-01-31 Thread Paulo Marques
Robin Getz wrote: When the kernel needs to find out what symbol is at a specific address, it uses kallsyms_lookup() This seems to work pretty well - almost. The problem is today, we don't to remove the symbols from the init section when the init section is freed. There is invalid data in kalls

managing kallsyms_addresses

2008-01-31 Thread Robin Getz
When the kernel needs to find out what symbol is at a specific address, it uses kallsyms_lookup() This seems to work pretty well - almost. The problem is today, we don't to remove the symbols from the init section when the init section is freed. There is invalid data in kallsyms_addresses. The