[PATCH] uml: Export clear_user_*

From: Oleg Drokin: This patch is needed to support kernel modules that want to
use clear_user() (that is exported symbol on all other architectures).

Signed-off-by: Jeff Dike <jdike@addtoit.com>
Cc: <viro@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by Jeff Dike and committed by Linus Torvalds 41a9cf8e 7c00c31f

+2
+1
arch/um/kernel/ksyms.c
··· 57 57 EXPORT_SYMBOL(strncpy_from_user_skas); 58 58 EXPORT_SYMBOL(copy_to_user_skas); 59 59 EXPORT_SYMBOL(copy_from_user_skas); 60 + EXPORT_SYMBOL(clear_user_skas); 60 61 #endif 61 62 EXPORT_SYMBOL(uml_strdup); 62 63
+1
arch/um/kernel/tt/ksyms.c
··· 12 12 EXPORT_SYMBOL(__do_strncpy_from_user); 13 13 EXPORT_SYMBOL(__do_strnlen_user); 14 14 EXPORT_SYMBOL(__do_clear_user); 15 + EXPORT_SYMBOL(clear_user_tt); 15 16 16 17 EXPORT_SYMBOL(tracing_pid); 17 18 EXPORT_SYMBOL(honeypot);