Files
linux/kernel
Alexey Dobriyan 9d65cb4a17 Fix race between cat /proc/*/wchan and rmmod et al
kallsyms_lookup() can go iterating over modules list unprotected which is OK
for emergency situations (oops), but not OK for regular stuff like
/proc/*/wchan.

Introduce lookup_symbol_name()/lookup_module_symbol_name() which copy symbol
name into caller-supplied buffer or return -ERANGE.  All copying is done with
module_mutex held, so...

Signed-off-by: Alexey Dobriyan <adobriyan@sw.ru>
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>
2007-05-08 11:15:08 -07:00
..
2006-09-11 13:32:30 -04:00
2007-02-11 10:51:32 -08:00
2007-05-08 11:15:03 -07:00
2006-12-07 08:39:36 -08:00
2007-05-08 11:15:07 -07:00
2007-05-08 11:15:08 -07:00
2006-12-04 02:00:22 -05:00
2007-05-08 11:15:08 -07:00
2006-09-29 09:18:12 -07:00
2007-05-08 11:15:06 -07:00
2005-04-16 15:20:36 -07:00
2007-05-07 12:12:59 -07:00
2007-05-08 11:15:02 -07:00
2007-05-08 11:15:06 -07:00
2006-12-07 08:39:25 -08:00
2006-07-10 13:24:25 -07:00