Re: [PATCH] module: keep percpu symbols in module's symtab

2015-11-24 Thread Rusty Russell
Miroslav Benes writes: > Currently, percpu symbols from .data..percpu ELF section of a module are > not copied over and stored in final symtab array of struct module. > Consequently such symbol cannot be returned via kallsyms API (for > example kallsyms_lookup_name). This can be especially confusi

[PATCH] module: keep percpu symbols in module's symtab

2015-11-20 Thread Miroslav Benes
Currently, percpu symbols from .data..percpu ELF section of a module are not copied over and stored in final symtab array of struct module. Consequently such symbol cannot be returned via kallsyms API (for example kallsyms_lookup_name). This can be especially confusing when the percpu symbol is exp