All of lore.kernel.org
 help / color / mirror / Atom feed
* [uml-devel] [kapil@imsc.res.in: Bug#239980: kernel-patch-uml: Symbols reqd for translucency not exported]
@ 2004-03-25  5:25 Matt Zimmerman
  2004-04-06  3:35 ` Jeff Dike
  0 siblings, 1 reply; 2+ messages in thread
From: Matt Zimmerman @ 2004-03-25  5:25 UTC (permalink / raw)
  To: user-mode-linux-devel; +Cc: 239980-forwarded, kapil

----- 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [uml-devel] [kapil@imsc.res.in: Bug#239980: kernel-patch-uml: Symbols reqd for translucency not exported]
  2004-03-25  5:25 [uml-devel] [kapil@imsc.res.in: Bug#239980: kernel-patch-uml: Symbols reqd for translucency not exported] Matt Zimmerman
@ 2004-04-06  3:35 ` Jeff Dike
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Dike @ 2004-04-06  3:35 UTC (permalink / raw)
  To: Matt Zimmerman; +Cc: user-mode-linux-devel, 239980-forwarded, kapil

mdz@debian.org said:
> The system seems to work fine with the minimal patch enclosed. 

Applied, thanks.

		Jeff



-------------------------------------------------------
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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-04-06 15:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-25  5:25 [uml-devel] [kapil@imsc.res.in: Bug#239980: kernel-patch-uml: Symbols reqd for translucency not exported] Matt Zimmerman
2004-04-06  3:35 ` Jeff Dike

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.