From: Lee Leahu <lee@ricis.com>
To: Olaf Dietsche <olaf.dietsche#list.linux-kernel@t-online.de>
Cc: allan.d@bigpond.com, linux-kernel@vger.kernel.org
Subject: Re: 2.5.46 - missing symbol from binfmt_aout built as a module
Date: Wed, 13 Nov 2002 08:19:56 -0600 [thread overview]
Message-ID: <20021113081956.1e33364b.lee@ricis.com> (raw)
In-Reply-To: <87fzugauqs.fsf@goat.bogus.local>
This is still broken is 2.5.47 as well.
Olaf Dietsche <olaf.dietsche#list.linux-kernel@t-online.de> scribbled something about Re: 2.5.46 - missing symbol from binfmt_aout built as a module:
> 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/
>
--
+----------------------------------+---------------------------------+
| Lee Leahu | voice -> 708-444-2690 |
| Internet Technology Specialist | fax -> 708-444-2697 |
| RICIS, Inc. | email -> lee@ricis.com |
+----------------------------------+---------------------------------+
| I cannot conceive that anybody will require multiplications at the |
| rate of 40,000 or even 4,000 per hour ... |
| -- F. H. Wales (1936) |
+--------------------------------------------------------------------+
prev parent reply other threads:[~2002-11-13 14:13 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
2002-11-13 14:19 ` Lee Leahu [this message]
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=20021113081956.1e33364b.lee@ricis.com \
--to=lee@ricis.com \
--cc=allan.d@bigpond.com \
--cc=linux-kernel@vger.kernel.org \
--cc=olaf.dietsche#list.linux-kernel@t-online.de \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.