From: Adam B. Jerome Date: Thu, 7 Dec 2006 04:35:30 +0000 (-0800) Subject: [PATCH] /proc/kallsyms reports lower-case types for some non-exported symbols X-Git-Tag: v2.6.20-rc1~145^2^2~234 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07354a00901d103085e4376b7df0aad264c1836a;p=pandora-kernel.git [PATCH] /proc/kallsyms reports lower-case types for some non-exported symbols This patch addresses incorrect symbol type information reported through /proc/kallsyms. A lowercase character should designate the symbol as local (or non-exported). An uppercase character should designate the symbol as global (or external). Without this patch, some non-exported symbols are incorrectly assigned an upper-case designation in /proc/kallsyms. This patch corrects this condition by converting non-exported symbols types to lower case when appropriate and eliminates the superfluous upcase_if_global function Signed-off-by: Adam B. Jerome Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed