Re: [RFC PATCH] kernel/kallsyms.c: only show legal kernel symbol

From: Ming Lei
Date: Mon Oct 28 2013 - 01:24:53 EST


On Mon, 28 Oct 2013 13:44:30 +1030
Rusty Russell <rusty@xxxxxxxxxxxxxxx> wrote:

> Ming Lei <tom.leiming@xxxxxxxxx> writes:
>
> I don't know... It would be your job, as the person making the change,
> to find all the users of kallsyms and prove that.
>
> This is why it is easier not to include incorrect values in the kernel's
> kallsyms in the first place.

OK, thanks for your comment, and I figured out one way to do it in
scripts/kallsyms.c, could you comment on below patch?

--