Adam B. Jerome
07354a0090
[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 <abj@novell.com >
Signed-off-by: Andrew Morton <akpm@osdl.org >
Signed-off-by: Linus Torvalds <torvalds@osdl.org >
2006-12-07 08:39:31 -08:00
..
2006-11-22 09:32:06 -08:00
2006-12-07 08:39:29 -08:00
2006-10-28 11:30:55 -07:00
2006-10-01 00:39:29 -07:00
2006-12-07 08:39:27 -08:00
2006-09-11 13:32:30 -04:00
2006-10-04 08:31:16 -04:00
2006-12-04 02:00:29 -05:00
2006-09-29 09:18:12 -07:00
2006-11-03 12:27:59 -08:00
2006-06-30 19:25:36 +02:00
2006-12-07 08:39:28 -08:00
2006-10-10 15:37:23 -07:00
2006-12-07 08:39:25 -08:00
2006-10-03 08:03:41 -07:00
2006-06-30 19:25:36 +02:00
2006-10-28 11:30:54 -07:00
2006-05-15 11:20:55 -07:00
2006-12-07 08:39:25 -08:00
2006-10-10 15:37:22 -07:00
2006-12-07 08:39:21 -08:00
2006-09-29 09:18:15 -07:00
2006-03-26 08:57:03 -08:00
2006-12-07 08:39:31 -08:00
2006-09-29 09:18:15 -07:00
2006-09-29 09:18:13 -07:00
2006-12-05 14:37:56 +00:00
2006-10-02 07:57:16 -07:00
2006-06-30 19:25:36 +02:00
2006-11-22 14:55:48 +00:00
2006-12-04 02:00:22 -05:00
2006-09-13 07:32:14 -07:00
2006-07-03 15:27:04 -07:00
2006-12-07 08:39:30 -08:00
2006-10-04 07:55:30 -07:00
2006-12-04 02:00:22 -05:00
2006-10-11 01:45:14 -04:00
2006-07-03 15:27:01 -07:00
2006-07-03 15:27:04 -07:00
2006-07-03 15:27:04 -07:00
2006-10-20 10:26:44 -07:00
2006-09-30 01:47:55 +02:00
2006-09-29 09:18:08 -07:00
2006-12-07 08:39:25 -08:00
2006-10-17 08:18:43 -07:00
2006-12-07 08:39:25 -08:00
2006-11-03 12:27:58 -08:00
2006-10-11 11:14:22 -07:00
2006-09-29 09:18:12 -07:00
2006-10-04 07:55:31 -07:00
2006-10-04 07:55:31 -07:00
2006-11-22 14:57:56 +00:00
2006-10-03 08:03:41 -07:00
2006-06-27 17:32:47 -07:00
2006-10-04 03:38:54 -04:00
2006-07-03 15:27:01 -07:00
2006-12-07 08:39:27 -08:00
2006-09-29 09:18:09 -07:00
2006-07-03 15:27:01 -07:00
2006-07-03 15:27:04 -07:00
2006-12-07 08:39:27 -08:00
2006-12-07 08:39:27 -08:00
2006-09-29 09:18:14 -07:00
2006-09-29 09:18:14 -07:00
2006-11-25 13:28:34 -08:00
2006-10-04 07:55:30 -07:00
2006-07-03 15:27:02 -07:00
2006-09-29 09:18:24 -07:00
2006-11-03 12:27:59 -08:00
2006-11-22 14:55:48 +00:00
2006-12-07 08:39:21 -08:00
2006-12-07 08:39:25 -08:00
2006-10-01 00:39:26 -07:00
2006-10-01 00:39:27 -07:00
2006-10-30 12:08:41 -08:00
2006-04-19 16:27:18 -07:00
2006-11-28 20:12:59 +01:00
2006-12-07 08:39:25 -08:00
2006-10-02 07:57:22 -07:00
2006-07-10 13:24:25 -07:00
2006-12-07 08:39:29 -08:00