On Wed, Aug 08, 2007 at 02:25:37PM +0000, Alberto Pires de Oliveira Neto wrote:
> But when I try ./linux ubd0=any_thing_fs
> I just get segmentation fault (no additional outputs)
> It happens for any paramter, if I do:
> ./linux zvezda
> or 
> ./linux xyz
> 
> I allways get just "segmentation fault"
> 
> I used a kernel-2.6.21 from kernel.org on a OpenSuSE10.2/kernel 

Can you try the patches below and tell me which, if any, makes any
difference?

                                Jeff

-- 
Work email - jdike at linux dot intel dot com

Index: linux-2.6.20/arch/um/kernel/dyn.lds.S
===================================================================
--- linux-2.6.20.orig/arch/um/kernel/dyn.lds.S
+++ linux-2.6.20/arch/um/kernel/dyn.lds.S
@@ -10,6 +10,7 @@ SECTIONS
   PROVIDE (__executable_start = START);
   . = START + SIZEOF_HEADERS;
   .interp         : { *(.interp) }
+  .note.ABI-tag          : { *(.note.ABI-tag) }
   /* Used in arch/um/kernel/mem.c. Any memory between START and __binary_start
    * is remapped.*/
   __binary_start = .;

Index: linux-2.6.20/arch/um/kernel/dyn.lds.S
===================================================================
--- linux-2.6.20.orig/arch/um/kernel/dyn.lds.S
+++ linux-2.6.20/arch/um/kernel/dyn.lds.S
@@ -11,6 +11,7 @@ SECTIONS
   . = START + SIZEOF_HEADERS;
   .interp         : { *(.interp) }
   .note.ABI-tag          : { *(.note.ABI-tag) }
+  .note.SuSE     : { *(.note.SuSE) }
   /* Used in arch/um/kernel/mem.c. Any memory between START and __binary_start
    * is remapped.*/
   __binary_start = .;

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
User-mode-linux-user mailing list
User-mode-linux-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user

Reply via email to