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

2019-01-27 Thread Masahiro Yamada
On Fri, Jan 25, 2019 at 10:30 PM Ard Biesheuvel wrote: > > (+ masahiro) > > On Fri, 25 Jan 2019 at 14:28, Ard Biesheuvel > wrote: > > > > On Thu, 17 Jan 2019 at 23:46, wrote: > > > > > > From: Eugene Loh > > > > > > When checking for symbols with excessively long names, > > > account for null

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

2019-01-25 Thread Ard Biesheuvel
(+ masahiro) On Fri, 25 Jan 2019 at 14:28, Ard Biesheuvel wrote: > > On Thu, 17 Jan 2019 at 23:46, wrote: > > > > From: Eugene Loh > > > > When checking for symbols with excessively long names, > > account for null terminating character. > > > > Fixes: f3462aa952cf ("Kbuild: Handle longer symbo

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

2019-01-25 Thread Ard Biesheuvel
On Thu, 17 Jan 2019 at 23:46, wrote: > > 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 Acked-by: Ard Biesheuvel > --- >

[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 deletions(-) diff -