All of lore.kernel.org
 help / color / mirror / Atom feed
From: J Sloan <jjs@pobox.com>
To: Hartmann <andihartmann@freenet.de>
Cc: Kernel-Mailingliste <linux-kernel@vger.kernel.org>
Subject: Re: Unresolved symbols in 2.4.14-pre7
Date: Sun, 04 Nov 2001 00:03:25 -0800	[thread overview]
Message-ID: <3BE4F64C.A5252A31@pobox.com> (raw)
In-Reply-To: <200111040646.fA46khp00596@athlon.maya.org>

Hartmann wrote:

> with my standard configuration, I get some unresolved symbols with
> 2.4.14-pre7:

It appears to be fixed in -pre8....

but here's a patch that fixes it in -pre7:

diff -urN linux/kernel/ksyms.c linux-patched/kernel/ksyms.c
--- linux/kernel/ksyms.c Fri Nov  2 11:02:45 2001
+++ linux-patched/kernel/ksyms.c Fri Nov  2 10:09:48 2001
@@ -83,6 +83,7 @@
 EXPORT_SYMBOL(do_mmap_pgoff);
 EXPORT_SYMBOL(do_munmap);
 EXPORT_SYMBOL(do_brk);
+EXPORT_SYMBOL(unlock_page);
 EXPORT_SYMBOL(exit_mm);
 EXPORT_SYMBOL(exit_files);
 EXPORT_SYMBOL(exit_fs);



  reply	other threads:[~2001-11-04  8:03 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-11-04  6:46 Unresolved symbols in 2.4.14-pre7 Hartmann
2001-11-04  8:03 ` J Sloan [this message]
2001-11-04 11:43   ` Andreas Hartmann

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=3BE4F64C.A5252A31@pobox.com \
    --to=jjs@pobox.com \
    --cc=andihartmann@freenet.de \
    --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 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.