All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bodo Stroesser <bstroesser@fujitsu-siemens.com>
To: Jeff Dike <jdike@addtoit.com>
Cc: BlaisorBlade <blaisorblade_spam@yahoo.it>,
	user-mode-linux-devel@lists.sourceforge.net
Subject: Re: [uml-devel] Re: Unknown symbols
Date: Mon, 25 Oct 2004 16:10:47 +0200	[thread overview]
Message-ID: <417D0967.7090909@fujitsu-siemens.com> (raw)
In-Reply-To: <20041023030913.GA7740@ccure.user-mode-linux.org>

Jeff Dike wrote:
> On Sat, Oct 23, 2004 at 03:16:16AM +0200, BlaisorBlade wrote:
> 
>>>For end_iomem inserting a EXPORT_SYMBOLS in arch/um/kernel/um_arch.c seems
>>>to be enough.
>>
>>Yes, I guess. Send the resulting patch to Jeff - as a separate one.
> 
> 
> Those are userspace things, so they go in user_syms.c - that already has the
> export crap copied into it.
> 
> 				Jeff
OK. Here is the first patch. It handles end_iomem only. Since end_iomem is
located in arch_um.c, I prefered to put the EXPORT_SYMBOL into ksyms.c.

I hope, you agree.

The EXPORTs for vsyscall_* are included in a separate patch. It's mailed in
the vsyscall-thread, because it includes some improvement for vsyscall also.

---

diff -puNr a/arch/um/kernel/ksyms.c b/arch/um/kernel/ksyms.c
--- a/arch/um/kernel/ksyms.c	2004-10-18 23:53:08.000000000 +0200
+++ b/arch/um/kernel/ksyms.c	2004-10-25 14:23:32.811120267 +0200
@@ -48,6 +48,7 @@ EXPORT_SYMBOL(to_virt);
  EXPORT_SYMBOL(mode_tt);
  EXPORT_SYMBOL(handle_page_fault);
  EXPORT_SYMBOL(find_iomem);
+EXPORT_SYMBOL(end_iomem);

  #ifdef CONFIG_MODE_TT
  EXPORT_SYMBOL(strncpy_from_user_tt);


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
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:[~2004-10-25 14:03 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-10-22 19:16 [uml-devel] Unknown symbols Bodo Stroesser
2004-10-23  1:16 ` [uml-devel] " BlaisorBlade
2004-10-23  3:09   ` Jeff Dike
2004-10-25 14:10     ` Bodo Stroesser [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=417D0967.7090909@fujitsu-siemens.com \
    --to=bstroesser@fujitsu-siemens.com \
    --cc=blaisorblade_spam@yahoo.it \
    --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.