All of lore.kernel.org
 help / color / mirror / Atom feed
From: Matt Zimmerman <mdz@debian.org>
To: user-mode-linux-devel@lists.sourceforge.net
Cc: 239980-forwarded@bugs.debian.org, kapil@imsc.res.in
Subject: [uml-devel] [kapil@imsc.res.in: Bug#239980: kernel-patch-uml: Symbols reqd for translucency not exported]
Date: Wed, 24 Mar 2004 21:25:15 -0800	[thread overview]
Message-ID: <20040325052515.GF12415@alcor.net> (raw)

----- Forwarded message from Kapil Hari Paranjape <kapil@imsc.res.in> -----

Date: Thu, 25 Mar 2004 10:31:47 +0530
From: Kapil Hari Paranjape <kapil@imsc.res.in>
Resent-From: Kapil Hari Paranjape <kapil@imsc.res.in>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: Bug#239980: kernel-patch-uml: Symbols reqd for translucency not exported

Package: kernel-patch-uml
Version: 20040216-1
Severity: normal
Tags: patch

Hello,

The symbols "strncpy_from_user_tt" and "strncpy_from_user_skas" are
required by the "translucency" module and these are not exported by the
user-mode-linux kernel.

As far as I can make out this problem exists with upstream as well.

It *is* possible that modules should be making use of different
interfaces, in which case these alternatives should be documented
somewhere.

The system seems to work fine with the minimal patch enclosed.

Regards,

Kapil.

=======uml_ksyms.diff========
--- kernel-source-2.4.24/arch/um/kernel/ksyms.c.orig	2004-03-25 10:27:19.000000000 +0530
+++ kernel-source-2.4.24/arch/um/kernel/ksyms.c	2004-03-25 10:28:25.000000000 +0530
@@ -45,11 +45,13 @@
 EXPORT_SYMBOL(handle_page_fault);
 
 #ifdef CONFIG_MODE_TT
+EXPORT_SYMBOL(strncpy_from_user_tt);
 EXPORT_SYMBOL(copy_from_user_tt);
 EXPORT_SYMBOL(copy_to_user_tt);
 #endif
 
 #ifdef CONFIG_MODE_SKAS
+EXPORT_SYMBOL(strncpy_from_user_skas);
 EXPORT_SYMBOL(copy_to_user_skas);
 EXPORT_SYMBOL(copy_from_user_skas);
 #endif
=======end of uml_ksyms.diff========

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.4.25-1-686
Locale: LANG=C, LC_CTYPE=C

Versions of packages kernel-patch-uml depends on:
ii  bash                          2.05b-14   The GNU Bourne Again SHell
ii  grep-dctrl                    2.1.3      Grep Debian package information
ii  m4                            1.4-17     a macro processing language
ii  patch                         2.5.9-1    Apply a diff file to an original

-- no debconf information

----- End forwarded message -----

-- 
 - mdz


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&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:[~2004-03-25  5:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-25  5:25 Matt Zimmerman [this message]
2004-04-06  3:35 ` [uml-devel] [kapil@imsc.res.in: Bug#239980: kernel-patch-uml: Symbols reqd for translucency not exported] 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=20040325052515.GF12415@alcor.net \
    --to=mdz@debian.org \
    --cc=239980-forwarded@bugs.debian.org \
    --cc=kapil@imsc.res.in \
    --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.