Re: 2.5.46 - missing symbol from binfmt_aout built as a module

From: Olaf Dietsche (olaf.dietsche#list.linux-kernel@t-online.de)
Date: Tue Nov 05 2002 - 10:42:19 EST


Allan Duncan <allan.d@bigpond.com> writes:

> A new glitch since 2.5.45.
>
> From the "make modules_install":
>
> if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.5.46; fi
> depmod: *** Unresolved symbols in /lib/modules/2.5.46/kernel/fs/binfmt_aout.o
> depmod: ptrace_notify
> make: *** [_modinst_post] Error 1

Regards, Olaf.

--- a/kernel/ksyms.c Tue Nov 5 16:33:06 2002
+++ b/kernel/ksyms.c Tue Nov 5 16:36:40 2002
@@ -53,6 +53,7 @@
 #include <linux/percpu.h>
 #include <linux/smp_lock.h>
 #include <linux/dnotify.h>
+#include <linux/ptrace.h>
 #include <asm/checksum.h>
 
 #if defined(CONFIG_PROC_FS)
@@ -492,6 +493,7 @@
 #if !defined(__ia64__)
 EXPORT_SYMBOL(loops_per_jiffy);
 #endif
+EXPORT_SYMBOL(ptrace_notify);
 
 
 /* misc */
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Thu Nov 07 2002 - 22:00:38 EST