From: Sam Ravnborg Date: Mon, 19 May 2008 18:07:58 +0000 (+0200) Subject: kbuild: filter away debug symbols from kernel symbols X-Git-Tag: v2.6.26-rc4~124^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aab34ac8582303ef57b792710fc5dd5991477475;p=pandora-kernel.git kbuild: filter away debug symbols from kernel symbols Andi Kleen reported that he saw a lot of symbols like this: 0000000000000b24 N DW.aio.h.903a6d92.2 0000000000000bce N DW.task_io_accounting.h.8d8de327.0 0000000000000bec N DW.hrtimer.h.c23659c6.0 in his System.map / kallsyms output. Simple solution is to skip all debugging symbols (they are marked 'N'). Signed-off-by: Sam Ravnborg Cc: Paulo Marques --- Reading git-diff-tree failed