All of lore.kernel.org
 help / color / mirror / Atom feed
From: Oleg Drokin <green@linuxhacker.ru>
To: jdike@addtoit.com, user-mode-linux-devel@lists.sourceforge.net
Subject: [uml-devel] export ket_kmem_end()
Date: Fri, 12 Dec 2003 18:38:17 +0200	[thread overview]
Message-ID: <20031212163816.GA10993@linuxhacker.ru> (raw)

Hello!

   The functions get_kmem_end() should be exported which patch below
   does.
   This function is called as part of calculation of various FIXADDR_*
   constants (and hence everything that depends on those). If some
   module tries to use one of such "constants", it is doomed.
   Please apply.

--- uml-2.4/arch/um/kernel/ksyms.c.orig	2003-12-12 18:16:28.000000000 +0200
+++ uml-2.4/arch/um/kernel/ksyms.c	2003-12-12 18:16:39.000000000 +0200
@@ -33,6 +33,7 @@
 EXPORT_SYMBOL(flush_tlb_range);
 EXPORT_SYMBOL(host_task_size);
 EXPORT_SYMBOL(arch_validate);
+EXPORT_SYMBOL(get_kmem_end);
 
 EXPORT_SYMBOL(region_pa);
 EXPORT_SYMBOL(region_va);

Bye,
    Oleg


-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

             reply	other threads:[~2003-12-12 16:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-12-12 16:38 Oleg Drokin [this message]
2003-12-18 21:18 ` [uml-devel] export ket_kmem_end() Jeff Dike

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=20031212163816.GA10993@linuxhacker.ru \
    --to=green@linuxhacker.ru \
    --cc=jdike@addtoit.com \
    --cc=user-mode-linux-devel@lists.sourceforge.net \
    /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.