[<prev] [next>] [day] [month] [year] [list]
Message-Id: <200609261753.k8QHrJWN005535@ccure.user-mode-linux.org>
Date: Tue, 26 Sep 2006 13:53:19 -0400
From: Jeff Dike <jdike@...toit.com>
To: akpm@...l.org
cc: user-mode-linux-devel@...ts.sourceforge.net,
linux-kernel@...r.kernel.org
Subject: [PATCH 2/5] UML - add an export
Some modules need strnlen_user_skas.
Signed-off-by: Jeff Dike <jdike@...toit.com>
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists