From: Blaisorblade <blaisorblade@yahoo.it>
To: user-mode-linux-devel@lists.sourceforge.net
Cc: Rob Landley <rob@landley.net>
Subject: Re: [uml-devel] [PATCH] Ok, I build x86-64 -skas0, and it still segfaults.
Date: Sun, 13 Nov 2005 18:54:12 +0100 [thread overview]
Message-ID: <200511131854.12656.blaisorblade@yahoo.it> (raw)
In-Reply-To: <200511121936.41697.rob@landley.net>
On Sunday 13 November 2005 02:36, Rob Landley wrote:
> I needed to patch two things to get 2.6.15-rc1 to build on an x86-64
> system running PLD linux:
>
> diff -ru linux-2.6.15-rc1/arch/um/Kconfig.x86_64
> linux-2.6.15-rc1-new/arch/um/Kconfig.x86_64 ---
> linux-2.6.15-rc1/arch/um/Kconfig.x86_64 2005-11-13 02:08:34.318108152 +0100
> +++ linux-2.6.15-rc1-new/arch/um/Kconfig.x86_64 2005-11-13
> 01:55:47.761861224 +0100 @@ -9,7 +9,7 @@
> #XXX: this is so in the underlying arch, but it's wrong!!!
> config RWSEM_GENERIC_SPINLOCK
> bool
> - default y
> + default n
The patch for this (which fixes a couple of other things, too) is attached in
this thread and has been sent to -mm (cc'ing uml-devel):
[uml-user] 2.6.14.git: user-mode-linux/x86_64 does not build
[uml-devel] [PATCH 4/9] uml - fixups for "reuse i386 cpu-specific tuning"
> diff -ru linux-2.6.15-rc1/arch/um/Makefile
> linux-2.6.15-rc1-new/arch/um/Makefile --- linux-2.6.15-rc1/arch/um/Makefile
> 2005-11-13 02:08:34.318108152 +0100 +++
> linux-2.6.15-rc1-new/arch/um/Makefile 2005-11-13 02:01:11.364014056 +0100
> @@ -107,7 +107,7 @@
> prepare: $(ARCH_DIR)/include/kern_constants.h
>
> LINK-$(CONFIG_LD_SCRIPT_STATIC) += -static
> -LINK-$(CONFIG_LD_SCRIPT_DYN) += -Wl,-rpath,/lib
> +LINK-$(CONFIG_LD_SCRIPT_DYN) += -Wl,-rpath,/lib64
>
> CPP_MODE-$(CONFIG_MODE_TT) := -DMODE_TT
> CONFIG_KERNEL_STACK_ORDER ?= 2
Is that _needed_ on your system? I ask because it always worked and it's
highly host distro-dependant, I guess.
> Then I ran it with my standard ./linux rootfstype=hostfs rw init=/bin/sh
> and got the following:
> Console initialized on /dev/tty0
> Failed to open 'root_fs', errno = 2
> VFS: Mounted root (hostfs filesystem).
> Stub registers -
> 0 - 9090909090909090
0x90 is the pad used to fill holes in binaries..., and it's strange it's
there.
I guess that the dump is taken from the stack and that's how this is printed.
> 1 - 9090909090909090
> 2 - 9090909090909090
> 3 - 9090909090909090
> 4 - 9090909090909090
> 5 - 9090909090909090
> 6 - 9090909090909090
> 7 - 9090909090909090
> 8 - 9090909090909090
> 9 - 9090909090909090
> 10 - 0
> 11 - 9090909090909090
> 12 - 9090909090909090
> 13 - 9090909090909090
> 14 - 9090909090909090
> 15 - ffffffffffffffff
> 16 - 9090909090909090
> 17 - 33
> 18 - 292
> 19 - 9090909090909090
> 20 - 2b
> ...
> [Remaining registers omitted because Jeff's debug patch iterates with the
> wrong constants. The corrected version produced only the first 20.]
> ...
> Kernel panic - not syncing: get_skas_faultinfo : failed to wait for
> SIGUSR1/SIGTRAP, pid = 10090, n = 10090, errno = 0, status = 0xb7f
--
Inform me of my mistakes, so I can keep imitating Homer Simpson's "Doh!".
Paolo Giarrusso, aka Blaisorblade (Skype ID "PaoloGiarrusso", ICQ 215621894)
http://www.user-mode-linux.org/~blaisorblade
___________________________________
Yahoo! Mail: gratis 1GB per i messaggi e allegati da 10MB
http://mail.yahoo.it
-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
next prev parent reply other threads:[~2005-11-13 17:46 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-11-13 1:36 [uml-devel] [PATCH] Ok, I build x86-64 -skas0, and it still segfaults Rob Landley
2005-11-13 17:54 ` Blaisorblade [this message]
2005-11-13 23:26 ` Rob Landley
2005-11-14 19:40 ` Blaisorblade
2005-11-16 3:09 ` Rob Landley
2005-11-18 7:43 ` Blaisorblade
2005-11-18 7:36 ` Rob Landley
2005-11-18 7:58 ` Blaisorblade
2005-11-18 8:58 ` Rob Landley
2005-11-19 0:11 ` [uml-devel] [PATCH] UML x86-64 build fix Rob Landley
2005-11-13 19:32 ` [uml-devel] [PATCH] Ok, I build x86-64 -skas0, and it still segfaults Jeff Dike
2005-11-13 19:20 ` Blaisorblade
2005-11-13 23:32 ` Rob Landley
2005-11-14 15:33 ` Jeff Dike
2005-11-14 21:55 ` Jeff Dike
2005-11-14 23:24 ` Rob Landley
2005-11-14 23:45 ` Rob Landley
2005-11-15 1:38 ` Jeff Dike
2005-11-15 2:18 ` Rob Landley
2005-11-15 22:09 ` Paolo Giarrusso
2005-11-16 0:57 ` 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=200511131854.12656.blaisorblade@yahoo.it \
--to=blaisorblade@yahoo.it \
--cc=rob@landley.net \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox