Messages in this thread Patch in this message |  | | | Date | Mon, 11 Nov 2002 23:06:10 +1100 | | From | Allan Duncan <> | | Subject | Re: Linux v2.5.47 |
| |
Two failures to build a kernel for me - 1 new, one old:
New - undefined refs if CONFIG_CRYPTO is not set.
Old - undefined refs if aout is a module - use a patch from 2.5.46 (ignore the dates, I just hacked the previous one for an offset of 495):
--- 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 +495,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/
|  |