[PATCH 2/5] UML - add an export

From: Jeff Dike
Date: Tue Sep 26 2006 - 13:55:47 EST


Some modules need strnlen_user_skas.

Signed-off-by: Jeff Dike <jdike@xxxxxxxxxxx>

Index: linux-2.6.18-mm/arch/um/kernel/ksyms.c
===================================================================
--- linux-2.6.18-mm.orig/arch/um/kernel/ksyms.c 2006-09-22 09:51:13.000000000 -0400
+++ linux-2.6.18-mm/arch/um/kernel/ksyms.c 2006-09-22 10:12:03.000000000 -0400
@@ -46,6 +46,7 @@ EXPORT_SYMBOL(copy_to_user_tt);
#endif

#ifdef CONFIG_MODE_SKAS
+EXPORT_SYMBOL(strnlen_user_skas);
EXPORT_SYMBOL(strncpy_from_user_skas);
EXPORT_SYMBOL(copy_to_user_skas);
EXPORT_SYMBOL(copy_from_user_skas);

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/