Files
linux-st/include/linux
Hugh Dickins 9c24624727 KSYM_SYMBOL_LEN fixes
Miles Lane tailing /sys files hit a BUG which Pekka Enberg has tracked
to my 966c8c12dc sprint_symbol(): use
less stack exposing a bug in slub's list_locations() -
kallsyms_lookup() writes a 0 to namebuf[KSYM_NAME_LEN-1], but that was
beyond the end of page provided.

The 100 slop which list_locations() allows at end of page looks roughly
enough for all the other stuff it might print after the symbol before
it checks again: break out KSYM_SYMBOL_LEN earlier than before.

Latencytop and ftrace and are using KSYM_NAME_LEN buffers where they
need KSYM_SYMBOL_LEN buffers, and vmallocinfo a 2*KSYM_NAME_LEN buffer
where it wants a KSYM_SYMBOL_LEN buffer: fix those before anyone copies
them.

[akpm@linux-foundation.org: ftrace.h needs module.h]
Signed-off-by: Hugh Dickins <hugh@veritas.com>
Cc: Christoph Lameter <cl@linux-foundation.org>
Cc Miles Lane <miles.lane@gmail.com>
Acked-by: Pekka Enberg <penberg@cs.helsinki.fi>
Acked-by: Steven Rostedt <srostedt@redhat.com>
Acked-by: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2008-12-10 08:01:54 -08:00
..
2008-10-30 11:38:47 -07:00
2008-11-11 21:15:50 -05:00
2008-11-06 08:41:55 +01:00
2008-12-05 14:49:18 -08:00
2008-11-12 17:17:18 -08:00
2008-10-30 11:38:45 -07:00
2008-11-30 11:00:15 -08:00
2008-12-04 04:22:58 -05:00
2008-12-10 08:01:54 -08:00
2008-10-29 22:02:09 +01:00
2008-11-03 18:21:45 +01:00
2008-11-23 10:52:45 +01:00
2008-10-28 14:22:15 +02:00
2008-11-06 15:41:21 -08:00
2008-11-19 18:49:57 -08:00
2008-11-30 10:03:35 -08:00
2008-10-23 18:54:05 +04:00
2008-11-12 17:17:17 -08:00
2008-12-01 19:55:24 -08:00
2008-11-13 20:49:02 +02:00
2008-11-02 10:15:07 -08:00
2008-11-19 18:49:57 -08:00
2008-11-07 16:09:23 +01:00