From: Bodo Stroesser <bstroesser@fujitsu-siemens.com>
To: Blaisorblade <blaisorblade_spam@yahoo.it>
Cc: user-mode-linux-devel@lists.sourceforge.net
Subject: [uml-devel] Re: 2.6.9-bb1, 2.4.27-bs1, SKAS3/2.6-V7 released
Date: Tue, 09 Nov 2004 19:06:56 +0100 [thread overview]
Message-ID: <41910740.3080301@fujitsu-siemens.com> (raw)
In-Reply-To: <200411041932.39733.blaisorblade_spam@yahoo.it>
Blaisorblade wrote:
> Any testing and report is welcome.
OK. 2.6.9-bb1 is a fine list of patches! The first tests as UML
are OK. At the moment, I saw one small problem only in
uml-refuse-to-run-if-no-tt-mode-in.patch
Use the following patch to fix it:
---
--- a/arch/um/kernel/um_arch.c 2004-11-09 18:27:10.343338760 +0100
+++ b/arch/um/kernel/um_arch.c 2004-11-09 18:27:21.676615840 +0100
@@ -314,7 +314,7 @@ int linux_main(int argc, char **argv)
mode_tt = force_tt ? 1 : !can_do_skas();
#ifndef CONFIG_MODE_TT
- if (!mode_tt) {
+ if (mode_tt) {
printf("Support for TT mode is disabled, and no SKAS support is present on the host.\n");
exit(1);
}
-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&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
next prev parent reply other threads:[~2004-11-09 18:07 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-11-04 18:32 [uml-devel] 2.6.9-bb1, 2.4.27-bs1, SKAS3/2.6-V7 released Blaisorblade
2004-11-04 18:32 ` Blaisorblade
2004-11-04 21:44 ` [uml-devel] SKAS3/2.6-V7 failed with 2.6.8.1 kaz
2004-11-04 21:44 ` kaz
2004-11-04 21:55 ` [uml-devel] Sorry. " kaz
2004-11-04 21:57 ` [uml-devel] " Brice Goglin
2004-11-04 21:57 ` Brice Goglin
[not found] ` <30067.1099600259@www73.gmx.net>
2004-11-04 23:46 ` [uml-devel] Re: [uml-user] 2.6.9-bb1, 2.4.27-bs1, SKAS3/2.6-V7 released Blaisorblade
2004-11-05 19:21 ` [uml-devel] " Allen Chan
2004-11-06 3:17 ` Allen Chan
2004-11-08 12:28 ` [uml-devel] " Nuutti Kotivuori
2004-11-08 12:28 ` Nuutti Kotivuori
2004-11-09 11:41 ` [uml-devel] " Blaisorblade
2004-11-09 11:41 ` Blaisorblade
2004-11-09 18:06 ` Bodo Stroesser [this message]
2004-11-09 18:50 ` Blaisorblade
-- strict thread matches above, loose matches on Subject: below --
2004-11-05 2:59 [uml-devel] __wrap_malloc compile error without CONFIG_MODE_TT Peter
2004-11-05 19:42 ` Blaisorblade
2004-11-09 2:17 ` [uml-devel] Re: 2.6.9-bb1, 2.4.27-bs1, SKAS3/2.6-V7 released Peter
2004-11-09 18:35 ` Blaisorblade
2004-11-09 23:12 ` Peter
2004-11-10 8:43 ` stian
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=41910740.3080301@fujitsu-siemens.com \
--to=bstroesser@fujitsu-siemens.com \
--cc=blaisorblade_spam@yahoo.it \
--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.