Re: [PATCH] kallsyms: store type information in its own array

2019-03-08 Thread Jessica Yu
+++ Eugene Loh [07/03/19 15:37 -0800]: It's been 1.5 weeks. Could I get some feedback on this patch? Thanks. Apologies, I was on vacation the past week. Added some CC's from the last time we talked about overwriting the st_size/st_info Elf_Sym fields, in case anyone else has comments. On 02

Re: [PATCH] kallsyms: store type information in its own array

2019-03-07 Thread Eugene Loh
It's been 1.5 weeks. Could I get some feedback on this patch? Thanks. On 02/25/2019 11:59 AM, eugene@oracle.com wrote: From: Eugene Loh When a module is loaded, its symbols' Elf_Sym information is stored in a symtab. Further, type information is also captured. Since Elf_Sym has no type

[PATCH] kallsyms: store type information in its own array

2019-02-25 Thread eugene . loh
From: Eugene Loh When a module is loaded, its symbols' Elf_Sym information is stored in a symtab. Further, type information is also captured. Since Elf_Sym has no type field, historically the st_info field has been hijacked for storing type: st_info was overwritten. commit 5439c985c5a83a8419f