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_

[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. c

[PATCH] Kbuild: Handle too long symbols in kallsyms.c

2019-01-17 Thread eugene . loh
From: Eugene Loh When checking for symbols with excessively long names, account for null terminating character. Fixes: f3462aa952cf ("Kbuild: Handle longer symbols in kallsyms.c") Signed-off-by: Eugene Loh --- scripts/kallsyms.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletion