From: Olaf Dietsche <olaf.dietsche#list.linux-kernel@t-online.de>
To: Allan Duncan <allan.d@bigpond.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.5.46 - missing symbol from binfmt_aout built as a module
Date: Tue, 05 Nov 2002 16:42:19 +0100 [thread overview]
Message-ID: <87fzugauqs.fsf@goat.bogus.local> (raw)
In-Reply-To: 3DC7AACD.2060909@bigpond.com
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 */
next prev parent reply other threads:[~2002-11-05 15:36 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-11-05 11:26 2.5.46 - missing symbol from binfmt_aout built as a module Allan Duncan
2002-11-05 15:42 ` Olaf Dietsche [this message]
2002-11-13 14:19 ` Lee Leahu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87fzugauqs.fsf@goat.bogus.local \
--to=olaf.dietsche#list.linux-kernel@t-online.de \
--cc=allan.d@bigpond.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox